a2a-x402-mcp-services
a2a-x402-mcp-services
Produktionsorientierte x402 v2 monetisierte MCP-Tools für echten Agent-zu-Agent-Handel (A2A).
Echte On-Chain-Abrechnung (keine Mocks, keine simulierten Zahlungen)
Vollständig konform mit der aktuellen x402 v2-Spezifikation (CAIP-2-Netzwerke,
PAYMENT-REQUIRED/PAYMENT-SIGNATURE/PAYMENT-RESPONSE-Header,x402Version: 2, exaktes Schema)Offizielle
@x402/mcp+@x402/core+@x402/evm-PaketeBazaar-bereit (Tools sind über Facilitatoren auffindbar, die die Bazaar-Erweiterung implementieren)
Entwickelt für die aktuellen Lücken im Ökosystem: betriebliche Tools, die Agenten tatsächlich wieder kaufen
Aktuelle kostenpflichtige Tools
Tool | Preis | Zweck |
| $0.02 | Ein EVM-Wallet für das A2A-Kontrahentenrisiko bewerten (0-100 + Empfehlung) |
| $0.01 | Unstrukturiertes JSON von Agenten-Workflows in ein striktes deterministisches Schema überführen |
| $0.005 | Produktions-Facilitatoren zurückgeben, die angefragte CAIP-2-Netzwerke + Bazaar unterstützen |
All tools use the exact payment scheme and settle through a real facilitator.
Related MCP server: fabler-x402-tools
x402 v2 Compliance Checkliste
x402Version: 2CAIP-2-Netzwerk-IDs (Standard:
eip155:84532Base Sepolia,eip155:8453für Mainnet)Offizielle Header (
PAYMENT-REQUIRED,PAYMENT-SIGNATURE,PAYMENT-RESPONSE)Exaktes Schema via
@x402/evm/exactFacilitator-basierte Verifizierung und Abrechnung (niemals selbst prozessintern abgerechnet)
Bazaar-Erweiterungsmetadaten für die MCP-Tool-Erkennung
Umgebungsgesteuerte
payTo-Adresse (keine hartcodierten Produktions-Wallets)
Schnellstart (Testnet)
git clone https://github.com/Disseveru/a2a-x402-mcp-services.git
cd a2a-x402-mcp-services
npm install
# Required: receiving wallet (Base Sepolia)
export X402_PAY_TO_EVM=0xYourTestnetAddress
# Optional overrides
# export X402_NETWORK=eip155:84532
# export X402_FACILITATOR_URL=https://x402.org/facilitator
# export PORT=4022
npm run devHealth-Check (kostenlos):
curl http://localhost:4022/healthTool-Katalog (kostenlos):
curl http://localhost:4022/toolsMCP-Endpunkt (kostenpflichtig):
POST http://localhost:4022/mcpVerwenden Sie einen x402 v2-fähigen MCP-Client (@x402/mcp-Client-Hilfen, CDP-verwaltete Wallets usw.). Der erste Aufruf eines kostenpflichtigen Tools erhält einen ordnungsgemäßen 402; der Client signiert und wiederholt mit PAYMENT-SIGNATURE; der Facilitator wickelt ab; das Tool-Ergebnis wird zurückgegeben.
Wechsel zum Mainnet
Legen Sie eine Mainnet-Empfangsadresse fest:
export X402_PAY_TO_EVM=0xYourMainnetAddressWechseln Sie das Netzwerk:
export X402_NETWORK=eip155:8453Verwenden Sie einen Produktions-Facilitator (Beispiel – CDP):
export X402_FACILITATOR_URL=https://api.cdp.coinbase.com/platform/v2/x402(Stellen Sie CDP-Anmeldedaten bereit, falls der gewählte Facilitator diese erfordert.)
Starten Sie den Server. Echte USDC werden bewegt.
Betreiben Sie das Mainnet niemals mit einem Hot-Key, der mehr hält, als Sie zu verlieren bereit sind.
Architektur
src/
config.ts – env-driven CAIP-2 + facilitator + payTo
server.ts – McpServer + official createPaymentWrapper (@x402/mcp)
tools/
definitions.ts – paid tool implementations (real logic)
index.ts – Express host + Streamable HTTP MCP transportDesign-Prinzipien
Keine Mocks – jeder kostenpflichtige Pfad endet mit einem echten Facilitator-Settle-Aufruf.
Nur v2 – keine veralteten
X-PAYMENT-Header oder v1-Netzwerkstrings.Operativer Nutzen – Tools lösen Probleme bei Wiederholungskäufen von Agenten (Risiko, Normalisierung, Facilitator-Auswahl).
Auffindbar – Bazaar-Metadaten sind vorhanden, damit Agenten die Tools ohne hartcodierte URL finden können.
Betreibersicherheit – Empfangsadresse und Netzwerk stammen ausschließlich aus Umgebungsvariablen.
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
- AlicenseBqualityAmaintenanceMCP server exposing x402 Bazaar's paid Base APIs (token risk/honeypot, prices, gas, wallet intel, tx decode + AI utilities) as agent tools. Your agent pays per call in USDC over x402 — no API keys, no signup.17218MIT

fabler-x402-toolsofficial
AlicenseNot gradedqualityBmaintenanceEnables MCP clients to use paid tools for secret scanning, agent-config auditing, and OG image rendering, with payments handled over the x402 protocol on Base.MIT- AlicenseNot gradedqualityBmaintenanceProduction-grade suite of monetized tools for autonomous AI agent-to-agent commerce, enabling payments and task execution via x402 protocol and MCP.223MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to discover, query, and pay for HTTP endpoints and MCP tools using Stellar USDC/SEP-41 stablecoins through a federated P2P bazaar catalog and x402 payment facilitator.Apache 2.0
Related MCP Connectors
Metered MCP tools: free discovery over MCP; per-call execution settled in USDC via x402 v2.
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call
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/Disseveru/a2a-x402-mcp-services'
If you have feedback or need assistance with the MCP directory API, please join our Discord server