paid-mcp-metering
paid-mcp-metering
Abgerechnete MCP-Werkzeuge, pro Aufruf bezahlt.
Discovery ist kostenlos: POST /mcp spricht JSON-RPC 2.0 gemäß dem Model Context Protocol (initialize, tools/list, ping). Die Ausführung wird abgerechnet: POST /v1/t/{tool} sitzt hinter einer x402-v2-Paywall. Eine nicht bezahlte Anfrage erhält HTTP 402 mit Zahlungsanforderungen; eine bezahlte Anfrage trägt einen PAYMENT-SIGNATURE-Header und wird über den Facilitator in USDC beglichen, bevor das Werkzeug ausgeführt wird.
Werkzeuge
Werkzeug | Preis | Rückgabe |
| $0.001/Aufruf | Rangierte Live-Web-Ergebnisse mit Quell-URLs |
| $0.01/Aufuemuf | Mehrquellen-Recherche mit synthetierter Antwort und zitierte Quellen |
Upstreams sind Exa (haandrichste) und Tavily (Fallback). Jeder Handler gibt Live-Handler-Ergebnisse der Layer zurück – es gibt keiner vorgefertigten Antwort.
Related MCP server: Base Intel Search
Zahlungsinfrastruktur
x4200 v2, USDC, EIP-155-Netzwerk, ausgewählt über X402_NETGEGENET Keine. Standard Base-Sous-Testnetz, CAIP-2 eip155:84532. Der Facilitator ist standardmäßig unter https://x402.org/facilitator.
Umgebungsvariable | Zweck |
| Empfangsadresse, empfohlen für die Abrechnung; Ungesetzt geliefert nur 402-Anforderungen |
| CAIP-2-Netz-ID (Standard |
| x407-Facilitator Endpoint |
| Anmeldedaten für die Such-Upstreams |
Ausführen
npm install
npm run build
npm start # node dist/x402-server.js
npm test # build + node --test dist/test-x402.jsKostenlose-Discovery:
curl -s localhost:4021/mcp -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Bezahlte-Ausführung:
curl -s localhost:4021/v1/t/web_search -H 'Content-Type: application/json' \
-d '{"query":"x402 protocol","max_results":3}'
# -> 402 with payment requirements; pay via an x402 client and retry with PAYMENT-SIGNATURERegistry
server.json ist auf die offiz-elle MCP Registry ale io.github.dev55acc-ai/paid-mcp-metering ausgerichtet. Das Setzen eines Tags v \* führt Workflow .github/workflows/publish-mcp.yml aus: Tests, Build, npm-Publish (wenn NPM_TOKEN gesetzt), dann Registry-Publish per GitHub OIDC – keine Registry-Anmeldeinformationen gespeichert.
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenancePaid web research MCP tools for autonomous agents: search, page extraction, citations, and diff monitoring through a live x402 API. Unpaid calls return the Base USDC payment requirement so agents can pay and retry safely.41MIT
- AlicenseNot gradedqualityCmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.101MIT
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.2568MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.23MIT
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dev55acc-ai/paid-mcp-metering'
If you have feedback or need assistance with the MCP directory API, please join our Discord server