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
| Tool | What it does |
|---|---|
get_latest_rates | Latest aggregated rates for a base asset (base, optional quotes) |
convert_currency | Convert an amount between any two currencies (from, to, amount) |
get_rate_history | OHLC candles for a pair (base, quote, period) |
get_service_status | Source statuses, cache health, supported pairs |
There's also a machine-readable service description for LLM crawlers at /llms.txt.