This server bridges Claude to any HTTP API that accepts x402 payments on Base mainnet, letting your agent pay for individual API calls on demand without subscriptions or API key management. It exposes a single tool, pay_and_call, that handles the payment and request in one shot. Reach for this when you want Claude to access premium APIs like real-time data feeds, computational services, or third-party tools that charge per use through the x402 protocol. The catalog endpoint suggests it maintains a directory of available paid APIs, though you'll need to fund the agent's wallet with Base tokens to actually make calls.
MARKET_API_URLdefault: https://x402-market-api.lien-studio-akiyama.workers.devMarketplace API base URL.
MCP_BUYER_PRIVATE_KEYsecretFunded buyer wallet private key (0x-prefixed). Required for pay_and_call; read-only tools work without it.
BASE_RPC_URLdefault: https://mainnet.base.orgBase RPC endpoint. Defaults to Base mainnet public RPC; Alchemy/QuickNode recommended for higher rate limits.
BASE_CHAIN_IDdefault: 84538453 = Base mainnet (default, matches live listings). 84532 = Base Sepolia testnet.
MCP_MAX_PRICEdefault: 1.0Hard cap on per-call cost (USDC). Refuses to pay above this.