com.datakoot/market-intel-mcp
com.datakoot/market-intel-mcpLive & historical FX rates for AI agents, from European Central Bank data. No API keys.
Tools · 5
Get the latest foreign-exchange rates for a base currency (default USD), optionally limited to specific target currencies. Source: European Central Bank reference rates.
Convert an amount from one currency to another at the latest ECB reference rate. Returns the rate, the converted result, and the rate date.
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.
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.
List the currencies supported for exchange-rate lookups, with their full names.
Similar MCP servers embedding-nearest
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"
}
}
}