Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.datakoot/market-intel-mcp

com.datakoot/market-intel-mcp

Live & historical FX rates for AI agents, from European Central Bank data. No API keys.

Uptime
100.0%
1 direct probes · 30d
Response
98ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

fx_rates

Get the latest foreign-exchange rates for a base currency (default USD), optionally limited to specific target currencies. Source: European Central Bank reference rates.

fx_convert

Convert an amount from one currency to another at the latest ECB reference rate. Returns the rate, the converted result, and the rate date.

fx_historical

Get foreign-exchange rates for a base currency on a specific past date (YYYY-MM-DD). ECB publishes rates on business days; a weekend/holiday date returns the most recent prior business day.

fx_timeseries

Get a time series of exchange rates for a base currency over a date range (max ~1 year), useful for trend analysis. Provide start and end as YYYY-MM-DD and one or more target currencies.

fx_currencies

List the currencies supported for exchange-rate lookups, with their full names.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.datakoot/market-intel-mcp": {
      "url": "https://market.datakoot.com/mcp",
      "transport": "streamable-http"
    }
  }
}