Connects Claude to 100+ paid APIs through the x402 protocol and Coinbase's CDP Bazaar, handling USDC micropayments on Base automatically. The server auto-discovers available endpoints every five minutes, so new APIs appear without restarts. Each tool call costs between $0.0001 and $0.10 in USDC, paid via EIP-3009 signatures with no gas fees for the caller. You configure it with a Base wallet private key and optional price caps. Reach for this when you need Claude to access paid data services or APIs that use HTTP 402 payment gates, especially if you want the toolset to grow dynamically as new providers join the Bazaar.
MCP server bringing 100+ x402-paid APIs to AI agents (Claude, Cursor, MCP-aware clients). Auto-discovers tools from CDP Bazaar; handles USDC micropayments on Base.
Add to claude_desktop_config.json:
{
"mcpServers": {
"x402-mcp": {
"command": "npx",
"args": ["-y", "x402node-mcp"],
"env": { "X402_PRIVATE_KEY": "0xYOUR_BASE_PRIVATE_KEY" }
}
}
}
Set X402_PRIVATE_KEY to a Base EOA private key (hex, 0x-prefixed) with USDC on Base mainnet. Restart Claude Desktop. The server auto-discovers ~117 tools on first run.
MAX_PRICE_USD env var (default $0.10/call); calls above are blockedAgent calls tool -> HTTP 402 -> x402-fetch signs EIP-3009 -> CDP Facilitator settles on Base -> response returned. Buyer pays no gas.
git clone https://github.com/x402node/x402-mcp
cd x402-mcp
npm install
cp .env.example .env # edit X402_PRIVATE_KEY
node mcp-server.js
MIT
X402_PRIVATE_KEY*secretBase EOA private key (hex, 0x-prefixed) with USDC for signing x402 payments
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp