402.bot is a public, read-only remote MCP server for live agent API discovery, endpoint inspection, and x402 ecosystem visibility.
- Runtime:
https://api.402.bot/mcp - Setup guide:
https://api.402.bot/mcp/setup - Setup markdown:
https://api.402.bot/mcp/setup.md - Homepage:
https://402.bot - Registry listing:
bot.402/discovery-oracle
discover_endpoints: search ranked live endpoints by capability, network, discovery source, and strategyinspect_endpoint: inspect endpoint trust, probe freshness, payment activity, and routing telemetryinspect_agent: inspect wallet-level routing and payment analytics
- Remote MCP
streamable-http- Public, stateless, read-only
- No API key required in v1
{
"mcpServers": {
"discovery_oracle": {
"type": "http",
"url": "https://api.402.bot/mcp"
}
}
}claude mcp add-json discovery_oracle '{"type":"http","url":"https://api.402.bot/mcp"}'{
"mcpServers": {
"discovery_oracle": {
"url": "https://api.402.bot/mcp"
}
}
}codex mcp add discovery_oracle --url https://api.402.bot/mcp[mcp_servers.discovery_oracle]
url = "https://api.402.bot/mcp"{
"mcpServers": {
"discovery_oracle": {
"httpUrl": "https://api.402.bot/mcp",
"timeout": 20000
}
}
}{
"mcpServers": {
"discovery_oracle": {
"type": "http",
"url": "https://api.402.bot/mcp"
}
}
}- Paid x402 execution stays on
POST /v1/routeandPOST /v1/alchemist/transform - Use an MCP client that supports remote
streamable-http - Do not open
/mcpdirectly in a browser tab; MCP clients negotiate the protocol overPOST