Skip to content
Cline

base price oracle mcp for Cline

io.github.lordbasilaiassistant-sudo/base-price-oracle-mcp

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

client:Cline transport:stdio runtime:npm

Install base price oracle mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

base price oracle mcp in other clients