HomeDevelopment › x402-list-mcp

x402-list-mcp

Find and vet x402 payment APIs before your agent pays one: uptime, price, on-chain volume.

TypeScript Cloud Remote
★ 27 stars Last pushed 2026-09-01 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.x402-list.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http x402-list-mcp https://mcp.x402-list.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "x402-list-mcp": {
      "url": "https://mcp.x402-list.com/mcp"
    }
  }
}

Package (npm 0.5.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "x402-list-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "X402_LIST_BASE_URL": "<YOUR_VALUE>",
        "X402_LIST_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • X402_LIST_BASE_URL — API base URL. The /api/v1 prefix is appended automatically.
  • X402_LIST_TIMEOUT_MS — Per-request timeout in milliseconds.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry