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).
Run
npx -y base-price-oracle-mcp
MCP client config
{
"mcpServers": {
"base-price-oracle-mcp": {
"command": "npx",
"args": [
"-y",
"base-price-oracle-mcp"
]
}
}
}