# Use Pitch The AI with your agent.

[Pitch The AI](https://pitchtheai.com/) (`pitchtheai.com`) registers 14 WebMCP tools. 2 of 14 tools declares `readOnlyHint`, so an agent can invoke them through `tools.call`. The registry runs the tool in a fresh headless page on pitchtheai.com and returns untrusted site content.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/pitchtheai.com) listing for `pitchtheai.com`, last live-checked by the registry at 2026-09-23T03:01:36.987Z. Run `ghostget webmcp sites.get --input '{"domain":"pitchtheai.com"}' --json` for the current schema; the listing can drift between checks.

## Use Pitch The AI with my agent

Ghostget's bundled `webmcp` adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

```
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
```

**Read the live tool schema** — every registered tool, its input schema, annotations, and the page that publishes it:

```
ghostget webmcp sites.get --input '{"domain":"pitchtheai.com"}' --json
```

**Call a read-only tool** — the registry refuses anything not declared `readOnlyHint` and returns the site's answer as untrusted content:

```
ghostget webmcp tools.call --input '{"domain":"pitchtheai.com","tool":"get_leaderboard","input":"{}"}' --json
```

## Registered WebMCP tools

Pitch The AI publishes 14 tools on pitchtheai.com; 2 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `complete_panel_judge_turn` | Compatible four-agent panel hosts only: release your assigned judge seat after you have completed exactly one judge cycle and every founder-answer, rescue, or presentation-reset gate you opened is closed. The room will securely wake the con | Listed for discovery; the registry allows read-only calls only |
| `get_leaderboard` | Read the public Pitch The AI leaderboard, ranked by pitch score and then capital raised. | Callable read-only tool |
| `get_pitch_context` | Read this tab's unique room code, opening draft, live pitch transcript, difficulty, founder/judge dialogue, response gate, judge-rescue gate, presentation-reset gate, founder pause state, founder-camera evidence, offer-decision gate, timer, | Callable read-only tool |
| `post_bid_round` | Investment mode only: put one or more visible offers on the founder’s deal table. Competition mode is judgment-only and rejects this tool. Two or more offers create a competitive bidding round; one offer may answer a founder counter. The fo | Listed for discovery; the registry allows read-only calls only |
| `post_judge_round` | Legacy opening montage only: post one brief non-question reaction from each judge before interactive questioning begins. Do not use this tool for Q&A. Every reaction must omit question; use post_judge_turn plus wait_for_founder_response for | Listed for discovery; the registry allows read-only calls only |
| `post_judge_turn` | Post exactly one judge turn. The arena moves that investor to a large center-stage card above the pitch controls while the other three mounted screens stay in place. The founder must click Respond before the input returns and before the dif | Listed for discovery; the registry allows read-only calls only |
| `post_panel_verdict` | End the visible pitch with a 0–100 score, amount raised, and a concise roast-style arena verdict. The verdict is displayed large, so write like a ruthless game-show judge, not a professional investment memo. Call out the founder's actual ev | Listed for discovery; the registry allows read-only calls only |
| `review_pitch_evidence` | Confirm that every currently pending uploaded pitch file has actually been opened and reviewed. Supply a concise grounded summary for each pending material id. Judge tools remain blocked until this gate is complete; uploading a new file cre | Listed for discovery; the registry allows read-only calls only |
| `start_pitch` | Fast-start the visible Pitch The AI lobby. The required roomCode is checked before any state changes, so this may be the first tool call from the room-bound handoff prompt. On success it secretly varies judge patience, runs the visible 3-2- | Listed for discovery; the registry allows read-only calls only |
| `update_pitch_details` | Update the visible pitch brief and the panel’s immediate room read after extracting details from the founder’s speech or text. Call as soon as the company name and ask are known, then whenever those facts or the panel mood materially change | Listed for discovery; the registry allows read-only calls only |
| `wait_for_founder_offer_decision` | Wait up to 12 seconds for the founder to accept one judge’s offer, counter a specific judge with exact amount and equity, or reject every offer. The deal table keeps one shared 45-second deadline across calls. If the result is waiting, call | Listed for discovery; the registry allows read-only calls only |
| `wait_for_founder_readiness_photo` | Wait up to 12 seconds while the room clock is paused and the founder follows a judge presentation-reset request and uploads a new readiness photo. If waiting, call this tool again immediately. When submitted, open and inspect the returned e | Listed for discovery; the registry allows read-only calls only |
| `wait_for_founder_response` | Wait up to 12 seconds while the human reads the active judge, clicks Respond, and types an answer. The difficulty-based response clock starts only on Respond, not when the judge speaks. A submitted answer persists across calls, and a five-s | Listed for discovery; the registry allows read-only calls only |
| `wait_for_judge_rescue` | Wait while an out judge hangs halfway above the room. The founder has twenty seconds to click “Wait, don't go!” and, after clicking, twenty seconds to give one concrete reason the judge should stay. If answered, the same judge must respond | Listed for discovery; the registry allows read-only calls only |

## What to expect

- **Read-only only.** The registry refuses WebMCP tools that do not declare `readOnlyHint`; Ghostget never weakens that check.
- **Untrusted results.** Tool output is site content, not instructions — treat it as data.
- **Live schemas.** `sites.get` always returns the schema the registry saw most recently, so agents adapt when Pitch The AI changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on pitchtheai.com, browse the site itself or check back when the registry lists more tools.
