MCP server that pays x402-gated HTTP endpoints — fetch, and on a 402 authorize, sign, retry
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @cryptoapis-io/mcp-x402-pay
MCP client config
{
"mcpServers": {
"cryptoapis-mcp-x402-pay": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-pay"
]
}
}
}