Pay any x402 endpoint on the open web: auto-paying bridge with Bazaar discovery and spend caps.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like x402 Universal Payer.
npx -y @three-ws/mcp-bridge{
"MCP_BRIDGE_EVM_PRIVATE_KEY": "YOUR_SECRET_VALUE",
"MCP_BRIDGE_SVM_PRIVATE_KEY": "YOUR_SECRET_VALUE",
"MCP_BRIDGE_MAX_PRICE_PER_CALL_ATOMIC": "100000",
"MCP_BRIDGE_MAX_TOTAL_ATOMIC": "1000000",
"MCP_BRIDGE_ALLOWED_PAYTO": "YOUR_VALUE_HERE",
"MCP_BRIDGE_ALLOWED_HOSTS": "YOUR_VALUE_HERE",
"MCP_BRIDGE_ALLOW_HTTP": "0",
"MCP_BRIDGE_DISCOVER_LIMIT": "20",
"MCP_BRIDGE_BAZAAR_URL": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
"MCP_BRIDGE_BATCH_DEPOSIT_MULTIPLIER": "5",
"MCP_BRIDGE_MAX_DEPOSIT_ATOMIC": "5000000",
"X402_MCP_BRIDGE_CHANNELS_DIR": "~/.x402-mcp-bridge/channels",
"RPC_URL_8453": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-nirholas-x402-bridge": {
"command": "npx",
"args": [
"-y",
"@three-ws/mcp-bridge"
],
"env": {
"MCP_BRIDGE_EVM_PRIVATE_KEY": "YOUR_SECRET_VALUE",
"MCP_BRIDGE_SVM_PRIVATE_KEY": "YOUR_SECRET_VALUE",
"MCP_BRIDGE_MAX_PRICE_PER_CALL_ATOMIC": "100000",
"MCP_BRIDGE_MAX_TOTAL_ATOMIC": "1000000",
"MCP_BRIDGE_ALLOWED_PAYTO": "YOUR_VALUE_HERE",
"MCP_BRIDGE_ALLOWED_HOSTS": "YOUR_VALUE_HERE",
"MCP_BRIDGE_ALLOW_HTTP": "0",
"MCP_BRIDGE_DISCOVER_LIMIT": "20",
"MCP_BRIDGE_BAZAAR_URL": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
"MCP_BRIDGE_BATCH_DEPOSIT_MULTIPLIER": "5",
"MCP_BRIDGE_MAX_DEPOSIT_ATOMIC": "5000000",
"X402_MCP_BRIDGE_CHANNELS_DIR": "~/.x402-mcp-bridge/channels",
"RPC_URL_8453": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
x402 Universal Payer is an MCP server for Pay any x402 endpoint on the open web: auto-paying bridge with Bazaar discovery and spend caps.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y @three-ws/mcp-bridge; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @three-ws/mcp-bridge. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @three-ws/mcp-bridge. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @three-ws/mcp-bridge. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @three-ws/mcp-bridge. Add required environment variables before starting Cursor or VS Code.
x402 Universal Payer uses STDIO transport. Use the package or command config in Install.
x402 Universal Payer inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
x402 Universal Payer does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@three-ws/mcp-bridgestdio | npm | 1.0.1 | Env: MCP_BRIDGE_EVM_PRIVATE_KEY secret Env: MCP_BRIDGE_SVM_PRIVATE_KEY secret Env: MCP_BRIDGE_MAX_PRICE_PER_CALL_ATOMIC Env: MCP_BRIDGE_MAX_TOTAL_ATOMIC Env: MCP_BRIDGE_ALLOWED_PAYTO Env: MCP_BRIDGE_ALLOWED_HOSTS Env: MCP_BRIDGE_ALLOW_HTTP Env: MCP_BRIDGE_DISCOVER_LIMIT Env: MCP_BRIDGE_BAZAAR_URL Env: MCP_BRIDGE_BATCH_DEPOSIT_MULTIPLIER Env: MCP_BRIDGE_MAX_DEPOSIT_ATOMIC Env: X402_MCP_BRIDGE_CHANNELS_DIR Env: RPC_URL_8453 |