Market Intel
Live and historical foreign-exchange rates for 30+ currencies — latest rates, conversions, a specific past date, and time series — from European Central Bank reference rates. No API key.
$ claude mcp add --transport http market-intel https://market.datakoot.com/mcpEverything this server exposes.
The exact tools your agent sees, with their real parameters and the shape of what comes back. Descriptions are written for the model, so it knows when to call each one on its own.
Latest exchange rates for a base currency (default USD), optionally limited to specific targets.
EUR,GBP,JPY.{
"base": "USD",
"date": "2026-08-13",
"rates": {
"EUR": 0.917,
"GBP": 0.783,
"JPY": 147.2
}
}Convert an amount between currencies at the latest ECB rate. Returns the rate, result and rate date.
{
"amount": 250,
"from": "USD",
"to": "EUR",
"rate": 0.917,
"result": 229.25,
"date": "2026-08-13"
}Rates for a base currency on a specific past date. Weekends/holidays return the most recent prior business day.
YYYY-MM-DD.{
"base": "USD",
"date": "2025-01-02",
"rates": {
"EUR": 0.965
}
}A time series of rates over a date range (max ~1 year) for trend analysis.
YYYY-MM-DD.YYYY-MM-DD.{
"base": "USD",
"target": "EUR",
"series": [
{
"date": "2026-07-01",
"rate": 0.921
},
{
"date": "2026-07-02",
"rate": 0.919
},
{
"date": "2026-07-03",
"rate": 0.918
}
]
}List the currencies supported for exchange-rate lookups, with their full names.
{
"count": 31,
"currencies": [
{
"code": "USD",
"name": "US Dollar"
},
{
"code": "EUR",
"name": "Euro"
},
{
"code": "JPY",
"name": "Japanese Yen"
}
]
}One authority: the ECB.
Every rate is a European Central Bank reference rate — the benchmark banks and institutions cite.
European Central Bank
Official daily reference rates for 30+ currencies, updated each business day. Powers every tool here.
One line, any MCP client.
Same endpoint everywhere. No account, no key, no config file.
claude mcp add --transport http market-intel https://market.datakoot.com/mcpSettings → MCP → Add → https://market.datakoot.com/mcpAdd MCP server → https://market.datakoot.com/mcpPrefer to look it up yourself?
The matching Chrome extension puts the same data in your browser — no agent required.
FX Bar
Live exchange rates and a quick converter right in your browser toolbar — the same ECB rates as the server. Free, keyless, no signup.
Questions about this server
30+ major currencies quoted by the ECB. Call fx_currencies for the full list with names.
The ECB publishes reference rates once per business day; a weekend or holiday date returns the most recent prior business day.
No — one keyless line. Datakoot fetches and caches the ECB data for you.
Give your agent real exchange rates.
Free to start. One line. No key to leak.