MCP Toolbelt

A small set of pay-per-call tools, exposed over MCP and metered with thex402 protocol. No API key, no signup — pay in USDC on Base as you call.

Tools available (19)

Page & HTTP

SEO & metadata

DNS, domain & email

Connect (pay-per-call, no key)

Each tool has its own endpoint, gated by x402 on theBase network. The first request comes back 402 Payment Required with payment details; an x402-aware HTTP client pays and retries automatically.

POST https://papacasper.com/mcp/pay/{tool}
Content-Type: application/json

{"url": "https://example.com"}

Price varies per tool, from $0.0001 to $0.001, paid in USDC on Base — see the price next to each tool above. Replace {tool} with any tool name listed above, e.g. seo_audit or ssl_cert_check.

Any x402-compatible client works — see thex402 docsfor client libraries that handle the 402 → pay → retry flow for you.

MCP clients

The same tools are also reachable as a standard MCP server over JSON-RPC at https://papacasper.com/mcp/ (methods: initialize,tools/list, tools/call). This endpoint is currently access-restricted — reach out if you'd like a key for higher-volume or client-based (Claude, ChatGPT, etc.) use.

WebMCP (in-browser agents)

The homepage also registers two tools via the draftWebMCPstandard (navigator.modelContext, Chrome 146+): an agent browsing the page in-session can call list_products_and_linksor subscribe_email directly, no separate connection needed.