online.pricefeed/pricefeed
Official4 toolsPriceFeed
Real-time & historical crypto and fiat exchange rates, median-aggregated from multiple sources.
Provides real-time and historical crypto and fiat exchange rates from multiple aggregated sources.
Captured live from the server via tools/list.
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 (Binance, Kraken, Coinbase, OKX, Bybit, WhiteBIT, NBU, ECB and others).
Parameters (2)
- basestringrequired
Base asset symbol, e.g. BTC, ETH, USDT, USD, EUR
- quotesstring
Comma-separated quote currencies, e.g. "USD,EUR,UAH". Defaults to USD.
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.
Parameters (3)
- fromstringrequired
Source currency symbol, e.g. BTC or USD
- tostringrequired
Target currency symbol, e.g. UAH or EUR
- amountnumber
Amount to convert. Defaults to 1.
get_rate_history
Get historical OHLC (open/high/low/close) candles for a currency pair over a period.
Parameters (3)
- basestringrequired
Base asset symbol, e.g. BTC
- quotestring
Quote currency symbol. Defaults to USD.
- periodstring
History period. Defaults to 7d.
get_service_status
Get PriceFeed service health: data source statuses, cache health and the list of supported currency pairs.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pricefeed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pricefeed.online/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.