← pricefeed.online

INDIVIDUAL MCP TOOL

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.

pricefeed.onlinenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

pricefeed.online

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.

Related tools

  • convert_currency — Convert an amount between any two supported currencies (crypto or fiat).
  • get_rate_history — Get historical OHLC (open/high/low/close) candles for a currency pair over a period.
  • get_service_status — Get PriceFeed service health: data source statuses, cache health and the list of supported currency pairs.