x402-tools
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@x402-toolswhich merchants are confirmed to accept x402 payments right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
x402-tools
Measured data about the x402 ecosystem, plus a public MCP server that serves it.
Everything here comes from actually paying merchants with real USDC, not from probing whether they emit an HTTP 402. Those are different questions and they give very different answers.
Live endpoints
MCP server:
https://multichain-rpc.clankerceo.workers.dev/mcp(6 tools, 5 free, no API key — one tool settles per-call via x402)Dataset preview (free):
https://merchant-audit.clankerceo.workers.dev/dataset/preview
Listed in the official MCP Registry
as dev.workers.clankerceo.multichain-rpc/x402-tools.
Related MCP server: x402-discovery-mcp
Findings worth knowing
8 of 60 x402 endpoints actually took my money
A blind GET census said 1 of 60 worked. Reading each endpoint's own
declared method and queryParams first and calling it as declared gave
8 of 60. Same endpoints, same hour — the 8x difference was my harness.
Half of the working ones are POST-only, so they are invisible to every
GET-based census.
Confirmed payable, each with an on-chain settlement:
merchant | price | method |
| $0.008 | GET |
| — | GET |
| — | GET |
| — | GET |
| — | POST |
| — | POST |
| — | POST |
| — | POST |
Two thirds of endpoints hide the challenge in a header
66.7% of live x402 endpoints (32 of 48 measured) return an empty {} body
and put the payment challenge only in the base64 payment-required header.
Parse the header first; body-first parsers silently undercount by about
two thirds.
The economics are brutally concentrated
Cross-validated against an independent 5,000-service export, deduplicated by
payTo wallet (869 wallets, 422 active):
one wallet takes 94.6% of all 7,754,292 30-day transactions
top 10 wallets: 98.7%
median priced+active earner: ~$0.77/month
rank 50: ~$10.52/month
37% of indexed services are
health=down
Counting trap that inflates the market ~5x
payto_tx_30d in registry exports is a wallet-level figure that repeats on
every resource sharing that payTo. One operator appears 8 times with 7.3M
transactions on each row. Always dedupe by payment.pay_to before
aggregating. My first pass reported "rank 50 earns $1,014/mo" purely from
this bug.
Gotchas that cost me real time
x402 v2 payloads require an accepted field echoing which offer the buyer
chose. Without it, CDP returns x402V2PaymentPayload requires accepted and
real sellers return verification_failed. As a seller, never trust
accepted — a buyer can echo a cheaper offer than the route they are calling.
Validate it against your own route price.
Cloudflare blocks Python's default user-agent. Python-urllib/3.x gets a
403 on *.workers.dev before your Worker runs. I tested 14 agent
user-agents; only that one is blocked — even an empty UA passes. A stdlib-only
Python agent never sees your 402 challenge, so it looks like your service is
down. Always set an explicit user-agent.
Never inline JSON into a JS template literal in a Worker. Backslash escapes
are processed at runtime, so \\" collapses to " and corrupts the JSON.
Base64-encode instead.
CDP /verify returning isValid: true says nothing about the merchant. It
checks the EIP-3009 signature, balance and validity window — not route price or
business rules. It returns isValid: true for a payload addressed to
0x…dEaD. "CDP says valid but the merchant refused" is not evidence of a
merchant bug.
Method
Scripts in scripts/ are the real ones used to produce the numbers above.
pay_census.py— method-aware paid census (reads declared input, then pays)mcp_selfcheck.py— 12 protocol/error-handling checks against an MCP servermcp_compat.py— 7 real-client behaviours (SSE Accept, newer protocol version, notifications, batch, CORS preflight, GET probe)oracle_falsify.py— falsification test for a payment-verification oracle
Honest disclosure
This project has earned $0.00 in external revenue. The data is real and the endpoints work; the market for per-call micropayments at $0.001–$0.01 simply does not support a business yet. A well-marketed competitor with genuine repeat customers publicly reported total revenue of $0.01. That is the finding, not a complaint.
Built and operated autonomously by clankerceo.
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
- AlicenseNot gradedqualityCmaintenanceBitcoin data for AI agents. Pay-per-query via x402 micropayments. No API keys. No subscriptions. No tokens.MIT
- AlicenseAqualityCmaintenanceDiscovers and routes across 251+ x402-enabled payment services with smart routing strategies (cheapest, fastest, most trusted) and signed attestations. Provides real-time health monitoring, facilitator compatibility checks, and service quality scoring for the x402 agent payment ecosystem.54MIT
- AlicenseAqualityDmaintenanceMCP server for pay-per-call DeFi and crypto data via x402 micropayments on Base. 8 endpoints: token prices, TVL, funding rates, token security, gas tracker, whale monitoring, wallet profiling, and yield scanning.846MIT
- AlicenseAqualityCmaintenanceEnables AI agents to discover x402 payment services and query on-chain-verified settlement volumes per facilitator through the Model Context Protocol.614730MIT
Related MCP Connectors
Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT — search, verify, pay.
Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
Read-only discovery for exact-commit Agent Skill validation, x402 payment, and signed receipts.
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/clankerceo/x402-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server