io.github.astafford8488/pitchiq-mcp
Official5 toolsAgent-native CRM + get-booked platform. Operate over MCP, or pay per call via x402. No login.
CRM and booking platform accessible via MCP without login requirements.
Captured live from the server via tools/list.
pitchiq_v1_discover_search_podcasts
Search PitchIQ's podcast directory (ListenNotes-indexed). Returns matching shows with title, host, listener tier (small/mid/large), category, and cover image. Useful for finding podcasts an agent should pitch the user onto.
Parameters (4)
- querystring
Free-text search term (matches title + description).
- listener_tierstring
Filter by audience size bucket. PitchIQ tiers shows as small / mid / large.
- categorystring
Filter by category (free-text; varies by source).
- limitinteger
pitchiq_v1_discover_search_curators
Search PitchIQ's global Steam-curator index by name, tag, language, and audience size — for an agent marketing a game/product into a niche. Returns curator name, Steam URL, follower + review counts, and tags. x402-payable; no PAT required.
Parameters (5)
- querystring
Free-text match on the curator's name.
- tagstring
Filter by a curation tag (e.g. 'Indie', 'Strategy', 'RPG').
- languagestring
Filter by language (e.g. 'english').
- min_followersinteger
Minimum follower count.
- limitinteger
pitchiq_v1_discover_search_creators
Search PitchIQ's global Twitch/YouTube creator index by name, category, language, audience size, and whether they accept review keys — for an agent seeking creators to cover a game/product. Returns name, platform handles, followers, avg concurrent viewers, category, and top games. x402-payable; no PAT required.
Parameters (7)
- querystring
Free-text match on the creator's display name.
- categorystring
Filter by primary category.
- languagestring
Filter by language.
- tierstring
Audience-size tier.
- min_followersinteger
Minimum follower count.
- accepts_keysboolean
Only creators who accept review keys.
- limitinteger
pitchiq_v1_booking_book_guest_slot
Book a confirmed guest slot on a PitchIQ host's PUBLIC booking calendar (Calendly-style). Outcome-priced — you pay per confirmed booking. Re-checks slot availability, sends the confirmation email, and pushes to the host's Google Calendar when connected. Find bookable hosts via discover_search_podcasts. x402-payable; no PAT required.
Parameters (6)
- host_handlestringrequired
The PitchIQ host's PUBLIC booking handle (e.g. from discover_search_podcasts). Books on THEIR public calendar, not yours.
- start_atstringrequired
Slot start (ISO-8601 UTC). Must be a currently-free slot on the host's calendar — re-checked before insert.
- duration_minutesinteger
Meeting length. Default 30.
- attendee_namestringrequired
Name of the guest being booked (the agent's principal).
- attendee_emailstringrequired
Guest email — receives the confirmation + cancel link.
- attendee_notesstring
Pitch / context the host sees alongside the booking.
pitchiq_v1_commerce_quote_action
Get a firm x402 price + payment requirements for any Commerce tool BEFORE committing — so an agent (or its spend policy) can budget. Returns the USD price, pricing class, network, and the x402 'accepts' block to construct the payment. x402-payable (read class).
Parameters (1)
- tool_namestringrequired
The Commerce tool to price (e.g. pitchiq_v1_booking_book_guest_slot). Call tools/list to see what's available.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pitchiq-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pitchiq-mcp-production.up.railway.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.