Skip to main content
Glama
lordbasilaiassistant-sudo

base-price-oracle-mcp

base-price-oracle-mcp

MCP server for real-time Base chain token price data from on-chain DEX pools. Pure on-chain reads via ethers.js -- no external APIs, no API keys needed.

Install

npx -y base-price-oracle-mcp

Or add to your MCP config:

{
  "mcpServers": {
    "base-price-oracle": {
      "command": "npx",
      "args": ["-y", "base-price-oracle-mcp"],
      "env": {
        "RPC_URL": "https://mainnet.base.org"
      }
    }
  }
}

Related MCP server: base-flash-arb-mcp

Tools (7)

Tool

Description

get_token_price

Current price from Uniswap V2/V3 and Aerodrome pools

get_price_history

Recent price data points from swap events

get_volatility

Price volatility (stddev of returns) from recent swaps

get_liquidity_depth

Pool reserves and liquidity across all DEXes

get_price_impact

Estimated price impact for a given trade size

compare_prices

Cross-DEX price comparison (arbitrage finder)

get_market_summary

Combined report: price, volume, liquidity, volatility

Data Sources

  • Uniswap V2 (Factory: 0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6)

  • Uniswap V3 (Factory: 0x33128a8fC17869897dcE68Ed026d694621f6FDfD)

  • Aerodrome (Factory: 0x420DD381b31aEf6683db6B902084cB0FFECe40Da)

Environment Variables

Variable

Default

Description

RPC_URL

https://mainnet.base.org

Base mainnet RPC endpoint

Package

Tools

What it does

obsd-launchpad-mcp

14

Deploy tokens, trade, earn OBSD

base-security-scanner-mcp

8

Scan contracts for vulnerabilities

base-price-oracle-mcp

7

On-chain price feeds from DEX pools

base-multi-wallet-mcp

8

Coordinated multi-wallet trading

base-gasless-deploy-mcp

5

Gasless ERC-20 token deployment

base-flash-arb-mcp

7

Detect arbitrage opportunities

base-token-sniper-mcp

5

Discover & trade new launches

base-wallet-toolkit-mcp

7

Wallet balances, gas, tokens

base-contract-reader-mcp

6

Read any smart contract (free)

create-mcp-server-cli

-

Scaffold a new MCP server

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    MCP server for pay-per-call DeFi and crypto data via x402 micropayments on Base. 8 endpoints: token prices, TVL, funding rates, token security, gas tracker, whale monitoring, wallet profiling, and yield scanning.
    Last updated
    8
    50
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Arbitrage detection across DEXes on Base. Scan pairs, detect price gaps, estimate profit, simulate flash loan routes.
    Last updated
    7
    45
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides access to live swap quotes and routing on the Base network via the o1.exchange DEX aggregator. Read-only and safe by default, it returns routing data and unsigned calldata for you to sign in your own wallet.
    Last updated
    3
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lordbasilaiassistant-sudo/base-price-oracle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server