
Base Price Oracle Mcp
Give your coding agent live Base-chain token quotes sourced from on-chain DEX pools while you build DeFi features or trading logic.
Overview
Base Price Oracle MCP is a MCP server for the Build phase that returns real-time token prices on Base from on-chain DEX pools.
What is this MCP server?
- Real-time token prices on Base mainnet from on-chain DEX pool data
- stdio MCP transport via npm package base-price-oracle-mcp (v1.0.3)
- Configurable Base RPC via RPC_URL (defaults to https://mainnet.base.org)
- Suited for portfolio dashboards, swap UIs, and agent-driven pricing checks
- On-chain sourcing rather than a single centralized quote API
- Server schema version 1.0.3 on npm registry
- stdio transport via identifier base-price-oracle-mcp
- RPC_URL optional; default Base mainnet https://mainnet.base.org
Community signal: 1 GitHub stars.
What problem does it solve?
Agents and small apps on Base need accurate live prices without you maintaining custom RPC and pool parsing code.
Who is it for?
Indie builders wiring DeFi or token-aware agents on Base who want DEX-sourced quotes inside Claude Code or Cursor.
Skip if: Teams that only need historical charts, multi-chain pricing, or production trading execution without separate wallet tooling.
What do I get? / Deliverables
After you add the server, your agent can query DEX-derived prices on Base through standard MCP tools during development and ops.
- Agent-callable tools for real-time Base token prices from DEX pools
- Repeatable price lookups without custom pool math in your repo
- Configured stdio MCP entry for local agent sessions
Recommended MCP Servers
Journey fit
How it compares
On-chain price oracle MCP integration, not a hosted market-data SaaS or agent skill for product planning.
Common Questions / FAQ
Who is base-price-oracle-mcp for?
Solo builders and developers on Base who want their AI coding agent to fetch live token prices from DEX pools while building apps or automations.
When should I use base-price-oracle-mcp?
Use it during Build when you implement pricing, swaps, or portfolio features that must reflect current on-chain markets on Base mainnet.
How do I add base-price-oracle-mcp to my agent?
Install the npm package base-price-oracle-mcp, set RPC_URL if you need a custom Base RPC, configure stdio MCP in Claude Code or Cursor, and restart the agent.