pitchprotocol_schema
Pack: pitchprotocol · Endpoint: https://gateway.pipeworx.io/pitchprotocol/mcp
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.
Example call
curl -X POST https://gateway.pipeworx.io/pitchprotocol/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"pitchprotocol_schema","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"pitchprotocol": {
"url": "https://gateway.pipeworx.io/pitchprotocol/mcp"
}
}
}
See Getting Started for client-specific install steps.