Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.astafford8488/pitchiq-mcp

io.github.astafford8488/pitchiq-mcp

Agent-native CRM + get-booked platform. Operate over MCP, or pay per call via x402. No login.

Uptime
100.0%
1 direct probes · 30d
Response
445ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

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 shou…

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, a…

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 na…

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…

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 'accept…

pitchiq_v1_brain_search

Semantic search across the active workspace's wiki (the 'brain'). Finds pages by MEANING — it matches even when you use different words than the page does. Returns ranked pages (title, slug, summary).…

pitchiq_v1_brain_get_index

Return the workspace 'brain index' — every wiki page's title, slug, and one-line summary, in hierarchy order. Call this at the START of a session to learn what the workspace already knows before searc…

pitchiq_v1_brain_graph_query

Traverse the workspace knowledge graph from a specific entity. For wiki_page: returns forward links, backlinks, 5 most similar pages, and CRM entity mentions found in the page text. For contact: retur…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.astafford8488/pitchiq-mcp": {
      "url": "https://pitchiq-mcp-production.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}