Integrations

MCP — use with AI agents

PriceFeed ships a remote Model Context Protocol server at https://pricefeed.online/mcp (Streamable HTTP). Connect it to Claude, Cursor, or any MCP-compatible agent and it can query rates as native tools — no client code needed. See also the MCP server overview.

Claude Code
$ claude mcp add --transport http pricefeed https://pricefeed.online/mcp
Claude Desktop / any MCP client · config
{
  "mcpServers": {
    "pricefeed": {
      "type": "http",
      "url": "https://pricefeed.online/mcp"
    }
  }
}

Available tools

ToolWhat it does
get_latest_ratesLatest aggregated rates for a base asset (base, optional quotes)
convert_currencyConvert an amount between any two currencies (from, to, amount)
get_rate_historyOHLC candles for a pair (base, quote, period)
get_service_statusSource statuses, cache health, supported pairs

There's also a machine-readable service description for LLM crawlers at /llms.txt.