Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

PriceFeed

online.pricefeed/pricefeed

Real-time & historical crypto and fiat exchange rates, median-aggregated from multiple sources.

Uptime
100.0%
1 direct probes · 30d
Response
534ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_latest_rates

Get the latest aggregated exchange rates for a base asset (crypto or fiat) against one or more quote currencies, including 24h percent change. Rates are aggregated by median across multiple sources (B…

convert_currency

Convert an amount between any two supported currencies (crypto or fiat). Uses the direct pair when available, otherwise bridges through USD/USDT/UAH/EUR.

get_rate_history

Get historical OHLC (open/high/low/close) candles for a currency pair over a period.

get_service_status

Get PriceFeed service health: data source statuses, cache health and the list of supported currency pairs.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pricefeed": {
      "url": "https://pricefeed.online/mcp",
      "transport": "streamable-http"
    }
  }
}