← Registry

API Tools

pricefeed.online

Provides real-time and historical exchange rate data for currency conversion and analysis.

1 endpoint4 known toolsFirst detected June 20, 2026Last detected September 3, 2026

ENDPOINT 1

https://pricefeed.online/mcp

No auth detected

MCP server metadata

Name
PriceFeed
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

PriceFeed serves real-time and historical crypto & fiat exchange rates aggregated by median from multiple independent sources (Binance, Kraken, Coinbase, OKX, WhiteBIT, NBU, ECB, NBP, Monobank and others). Supported assets include BTC, ETH, USDT, USDC, BNB, SOL, USD, EUR, UAH, PLN, GBP. Responses marked "stale": true come from the fallback cache because upstream sources are temporarily unavailable. Rates never trigger external API calls — they are always served from the aggregation layer, typically updated every minute for crypto and every 6 hours for fiat.

Known 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.

Inferred read-only
convert_currency

Convert an amount between any two supported currencies (crypto or fiat).

Inferred read-only
get_rate_history

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

Inferred read-only
get_service_status

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pricefeed]
url = "https://pricefeed.online/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pricefeed": {
      "type": "http",
      "url": "https://pricefeed.online/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pricefeed
Remote MCP URL: https://pricefeed.online/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pricefeed": {
      "url": "https://pricefeed.online/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pricefeed": {
      "type": "http",
      "url": "https://pricefeed.online/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pricefeed.online was fetched 2026-07-27T03:55:25.448Z and is being refreshed.

Trust status Neutral

pricefeed.online is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.