PriceFeed
online.pricefeed/pricefeedReal-time & historical crypto and fiat exchange rates, median-aggregated from multiple sources.
Tools · 4
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 an amount between any two supported currencies (crypto or fiat). Uses the direct pair when available, otherwise bridges through USD/USDT/UAH/EUR.
Get historical OHLC (open/high/low/close) candles for a currency pair over a period.
Get PriceFeed service health: data source statuses, cache health and the list of supported currency pairs.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pricefeed": {
"url": "https://pricefeed.online/mcp",
"transport": "streamable-http"
}
}
}