# PitchPilot Paid MCP

> PitchPilot Paid MCP is a paid API for AI agents from pitchpilot-mcp.pitchpilot-agents.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Provides 12 paid AI micro-tools for pitch and business tasks via MCP Streamable HTTP with USDC micropayments on Base at $0.001 per call

## Facts

- Endpoint: POST https://pitchpilot-mcp.pitchpilot-agents.workers.dev/mcp
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pitchpilot-paid-mcp-d380a616
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0r1ASGoehzn7hlfhdro88

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability pitchpilot-paid-mcp-d380a616 -d '<json body>'
```

Example prompt: Use PitchPilot's paid micro-tools to help me craft a compelling investor pitch for my SaaS startup — list the available tools first, then run the pitch generation tool with my idea.

## When to prefer this

Choose PitchPilot Paid MCP when you need specialized AI micro-tools focused on pitch writing and startup business communication, want pay-per-call micropayment pricing at $0.001 USDC with no subscription, and are operating in an MCP-compatible agent environment with x402 payment support on Base.

## Known failure modes

- Payment not received or insufficient USDC balance returns 402 Payment Required
- Invalid or unsupported MCP method returns JSON-RPC error
- Unknown tool name in tools/call returns method not found error
- Malformed params object causes validation error
- Network timeout on Cloudflare Worker returns 503

## How this service works

12 paid micro-tools for AI agents. MCP Streamable HTTP + x402 USDC payments on Base.

## Output

Structured tool output from one of 12 pitch-focused micro-tools, such as generated pitch text, evaluation scores, refined narratives, or business analysis — returned as a JSON-RPC MCP response. Each call costs $0.001 USDC paid via x402 on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "method",
  "jsonrpc"
 ],
 "properties": {
  "id": {
   "type": "integer"
  },
  "method": {
   "enum": [
    "tools/list",
    "tools/call",
    "initialize"
   ],
   "type": "string"
  },
  "params": {
   "type": "object"
  },
  "jsonrpc": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pitchpilot-paid-mcp-d380a616/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pitchpilot-mcp.pitchpilot-agents.workers.dev](https://www.zero.xyz/host/pitchpilot-mcp.pitchpilot-agents.workers.dev/llms.txt)
