MCP server exposing 2 tools for pitchprotocol.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/pitchprotocol/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
pitchprotocol_schema — Get the LIVE Pitch Protocol pitch-application schema — the exact fields, character limits, enums, and a complete example a founder (or AI agent) must fill to pitch AI-agent / agent-native startups to matched VC funds via pitchprotocol.vc. Use for "how do I pitch Pitch Protocol", "what does an agent-native VC application require", or before assembling a submission. Returns the authoritative schema (company/sectors/traction/team/raise/governance, submitterType humanFounder|aiAgent|aiFounded). Submission is completed through Pitch Protocol's own email-verified flow.pitchprotocol_application_status — Check the status of a Pitch Protocol pitch application by its id (draft | intake | submitted, plus research progress). Read-only — use to track a submission you have already created via Pitch Protocol's flow.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/pitchprotocol/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io