| Voidly Pay | npm install @voidly/pay (or pip install voidly-pay, or npx @voidly/pay-mcp) | Client-side only. Ed25519 keypair generated locally. Server signs facilitator quotes only. | Hosted x402 facilitator + 28-tool MCP server + drop-in middleware (Express/Hono/FastAPI/Flask) + LangChain + Vercel AI + universal reverse proxy + scaffolder. | Stage 2 vault on Base mainnet (0xb592…1c12), Sourcify exact-match, public reserves dashboard refreshed every 15s, daily/per-tx caps, EIP-1153 reentrancy guard. | Pick when: you want to ship paid agent endpoints in <1 hour AND you want trust artifacts (reserves, source verification) without building them. |
| ATXP | npx atxp@latest agent register | Hosted wallet for the agent (also issues phone + email). | Agent identity + wallet provisioning + ~100 paid tools. | Coinbase MPP / x402 leaderboards (top in April 2026 per PR Newswire). Less public on-chain reserve verification. | Pick when: cold-start matters more than transparency. ATXP nails "agent gets a wallet in one command". |
| Coinbase Payments MCP | npx @coinbase/payments-mcp | Coinbase brand + Coinbase Commerce backend. | MCP server only — wraps Coinbase Commerce for the AI agent surface. | Coinbase brand + their existing Commerce infrastructure. Less ecosystem-coverage than facilitator-level rails. | Pick when: you trust Coinbase as a vendor and you want a single-SDK MCP integration. Less appropriate when you also need a facilitator role. |
| Stripe Agent Toolkit + x402 | Mix of @stripe/agent-toolkit JS/Py/Ruby/Java plus configuring x402 via Stripe's documented hook. | Stripe. | Stripe's full payments stack — credit cards, ACH, USDC. Recently added x402 client+server side. | Stripe brand. Highest non-crypto-native trust on this list. | Pick when: your audience is non-crypto-native and you already use Stripe for SaaS billing. Less appropriate for agent-to-agent micropayments under $0.05/call (Stripe min fees swallow them). |
| Dexter | Drop-in facilitator URL on the server side (no SDK needed for clients). | Dexter custodies settlement. | Facilitator only. Largest by volume (>19.8M tx, ~50% of daily x402 volume per coinfomania). | High volume = high real-money signal, but less public infrastructure transparency than Voidly Pay or coinbase/x402. | Pick when: you want pure facilitator throughput across Solana + Base + Abstract and you do not need a client-side SDK. |
| Go direct on x402 | Implement the x402 spec yourself: 402 quote, X-Payment verification, EIP-712 signatures. | You. | Maximum flexibility, zero opinionation. | Whatever you build. | Pick when: you have an unusual transport (non-HTTP), you need a custom scheme, or you are building a competing facilitator. |