Best x402 MCP servers: a buyer's evidence checklist
A criteria-first guide to choosing paid MCP tools by capability, transport, price and connection reality.
DIRECT ANSWER
Choose an x402 MCP server by the tools it exposes, the transport your client supports, the live payment requirements and the usefulness of one paid result. There is no universal standard mcp.json wallet field. Current official guidance uses an x402-aware client or bridge that signs the payment and retries the protected request.
Key takeaways
- A remote MCP URL does not mean a normal MCP client can pay it automatically.
- Tool schemas and safe sample arguments matter as much as price.
- Prefer servers with a recent quote check, provider documentation and a reproducible buyer path.
Current curated shortlist
Choose by task and evidence rather than tool count alone. Paid-call verified is stronger evidence than an unpaid quote check, while provider-documented entries still need a controlled buyer test.
- Confirm the client supports streamable HTTP or the advertised transport.
- Avoid mutating tools during initial testing.
- Use a narrowly funded wallet and explicit maximum payment.
| MCP server | Listed price | Evidence | Tools |
|---|---|---|---|
| TrophyCoach MCP | from $0.005/call | Quote checked | 4 gaming/data tools |
| glim.sh | from $0.002/call | Quote checked | 11 live-data tools |
| agentsvc.io | from $0.001/call | Provider documented | 20 utility tools |
Understand the payment bridge
MCP describes tool discovery and invocation; x402 describes the paid HTTP exchange. The buyer still needs software that understands payment requirements, signs an allowed scheme and retries. The official MCP example runs an x402-aware bridge as the MCP server exposed to Claude Desktop. Copying an unknown wallet field into a client configuration is not equivalent.
Rank evidence, not badges
Provider-reported live, unpaid quote checked and settled paid-call verified are different levels of evidence. A useful shortlist favors recent checks and complete schemas, then runs one controlled paid call before depending on the server in a production agent.
First decide whether you need an MCP server or an x402 API
MCP is useful when the buyer wants named tools with schemas that a model can discover and invoke. A plain x402 API may be simpler when the application already knows the endpoint and controls request construction. Putting MCP in the middle adds a tool boundary, transport and server process; that cost is justified when it improves discovery, permissions or interoperability.
Some products described as x402 MCP servers are actually local MCP bridges that call remote paid APIs. Others expose remote MCP tools whose calls are themselves protected. The distinction changes where the wallet lives and which component signs. Read the architecture, not just the label.
How does an MCP client pay?
A standard MCP client can discover and call tools, but it does not automatically understand an HTTP 402 challenge. The official example runs an MCP server locally as a bridge. That bridge exposes a normal tool to the client, calls the remote paid API with an x402-aware HTTP wrapper, signs the selected requirement and returns the paid data as MCP content.
This is why a copied configuration field claiming to hold a wallet is not enough. The configured command must start code that registers the correct payment schemes and controls the signer. The private key should be injected through a secure local environment or secret manager, never pasted into a prompt, tool argument or shared configuration repository.
Read the tool schema before counting the tools
A server with twenty vague tools can be less useful than one with four well-defined operations. Inspect names, descriptions, required arguments, value constraints and output shape. A safe example should run against public data and make the likely result clear. Mutating operations need explicit language about what changes and whether the action is reversible.
Also check how the server reports tool errors. A paid call that returns MCP content containing an error string is different from a transport failure, and retries may be chargeable. The server should help the client decide whether to correct an argument, wait, switch providers or stop.
- Specific tool name and one-sentence capability description
- Complete JSON Schema with required fields and useful constraints
- Safe public example arguments
- Documented result shape and failure behavior
- Clear read-only versus mutating classification
A controlled first connection
Start the bridge or remote connection with a dedicated wallet and the smallest practical balance. List tools without payment if the server permits it. Select one read-only operation with predictable public output, inspect the 402 requirement and compare it with the listing. Then authorize exactly that amount and review both the MCP result and settlement evidence.
Keep the transcript needed for diagnosis: server version, tool name, sanitized arguments, requirement, status, latency and outcome. Remove keys and payment signatures. If the advertised instructions do not reproduce from a clean setup, the server is not ready for unattended use even if the author's demo worked.
When should a server enter an autonomous workflow?
One successful call earns a limited trial, not permanent trust. Production adoption requires a policy for allowed tools, hosts, networks and spend; timeouts and retry ceilings; and a fallback when the server is unavailable. For mutating tools, require user confirmation or a separate authorization system in addition to payment.
Recheck the server after schema, transport or payment-package changes. MCP compatibility can break even while the paid HTTP endpoint remains healthy, and the reverse is also true. Monitoring the two layers separately makes failures easier to understand.
Related directory entries
Sources and methodology
TOLL·402 distinguishes public claims, registry discovery, unpaid quote checks and settled paid-call verification. Sources below support the visible claims; presence in a registry is not treated as verification.
- Official MCP with x402 guide — Current bridge architecture and signer setup.
- TOLL·402 MCP listings — Curated MCP server and tool evidence.
- x402 buyer quickstart — Authoritative current packages and payment schemes.
- x402 rate card: developer utilities — What comparable tool endpoints charge per call.