4

402 Bot Discovery Oracle

Discovers and ranks live x402 API endpoints by price, trust, and latency, enabling agents to buy routes, inspect providers, and execute paid data fetches on Bas

402·No reviews yet
Docs
Share:

About

Discovers and ranks live x402 API endpoints by price, trust, and latency, enabling agents to buy routes, inspect providers, and execute paid data fetches on Base mainnet.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Install 402 Bot Discovery Oracle

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "402-bot-discovery-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-402-bot-discovery-oracle"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "402-bot-discovery-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-402-bot-discovery-oracle"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "402-bot-discovery-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-402-bot-discovery-oracle"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.