Odel
base price oracle mcp

base price oracle mcp

Local
@lordbasilaiassistant-sudo1TypeScriptUpdated 1w ago

MCP server for real-time token prices on Base from on-chain DEX pools.

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).

npmbase-price-oracle-mcpv1.0.3

Run

npx -y base-price-oracle-mcp

MCP client config

{
  "mcpServers": {
    "base-price-oracle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "base-price-oracle-mcp"
      ]
    }
  }
}