Metered MCP tools: free discovery over MCP; per-call execution settled in USDC via x402 v2.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Metered MCP tools, priced per call.
Discovery is free: POST /mcp speaks JSON-RPC 2.0 per the Model Context Protocol (initialize, tools/list, ping). Execution is metered: POST /v1/t/{tool} sits behind an x402 v2 paywall. An unpaid request gets HTTP 402 with payment requirements; a paid request carries a PAYMENT-SIGNATURE header and settles USDC through the facilitator before the tool runs.
Base URL: https://paid-mcp-metering.vercel.app
GET /health β free, publicPOST /mcp β free discoveryPOST /v1/t/{tool} β metered; currently answers 503 settlement_not_configured because X402_PAY_TO is unset on the deployment (settlementConfigured:false in /health is the honest switch). No payment can be accepted until a receiving address is configured.server.json declares this URL as the registry remote.
| Tool | Price | What it returns |
|---|---|---|
web_search | $0.001/call | Ranked live web results with source URLs |
deep_research | $0.01/call | Multi-source research pass with a synthesized answer plus cited sources |
Upstreams are Exa (primary) and Tavily (fallback). Every handler returns live upstream output or throws β there is no canned response.
x402 v2, USDC, EIP-155 network selected by X402_NETWORK (default Base Sepolia testnet, CAIP-2 eip155:84532). Facilitator defaults to https://x402.org/facilitator.
| Env var | Purpose |
|---|---|
X402_PAY_TO | Receiving address. Required for settlement; unset serves 402 requirements only |
X402_NETWORK | CAIP-2 network id (default eip155:84532) |
X402_FACILITATOR_URL | x402 facilitator endpoint |
EXA_API_KEY / TAVILY_API_KEY | Search upstream credentials |
Free discovery:
Paid execution:
server.json targets the official MCP Registry as io.github.dev55acc-ai/paid-mcp-metering. Tagging v* runs .github/workflows/publish-mcp.yml: tests, build, npm publish (when NPM_TOKEN is set), then registry publish authenticated by GitHub OIDC β no stored registry credential.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/paid-mcp-metering)<a href="https://allmcps.com/mcp/paid-mcp-metering"><img src="https://allmcps.com/api/badge/paid-mcp-metering?style=directory" alt="Paid MCP Metering on AllMCPs" /></a>