Market Intel MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Market Intel MCPconvert 100 USD to EUR"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Market Intel MCP — by Datakoot
Live and historical foreign-exchange rates for AI agents — as MCP tools your agent can call mid-task. No API keys.
Tools
Tool | What it does | Source |
| Latest exchange rates for a base currency | ECB via Frankfurter |
| Convert an amount between two currencies at the latest ECB reference rate | ECB via Frankfurter |
| Exchange rates for a base currency on a specific past date | ECB via Frankfurter |
| Exchange-rate history over a date range, for trend analysis | ECB via Frankfurter |
| Supported currencies and their names | ECB via Frankfurter |
No API keys required for any tool.
fx_rates, fx_historical, and fx_currencies advertise an MCP outputSchema and return matching structuredContent on success. Error results stay errors and are not schema-validated. The JSON text body is unchanged.
Related MCP server: FX Currency MCP Server
Quick start
claude mcp add --transport http market-intel https://market.datakoot.com/mcpOr point any MCP client at https://market.datakoot.com/mcp.
Try it in 10 seconds — no key, no signup
Paste this into a terminal:
curl -s https://market.datakoot.com/mcp \
-H 'content-type: application/json' \
-H 'accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "fx_rates", "arguments": {"base": "USD"}}}'You get live USD foreign-exchange rates (European Central Bank reference data) — no API key, nothing to sign up for.
Or point any MCP client at the URL and just ask your agent, in plain language:
"Convert 500 USD to euros at today's rate."
"How has USD/JPY moved over the last month?"
Data & attribution
Rates are European Central Bank reference rates, served via the free, open-source Frankfurter API. ECB reference rates are published for information and are not intended for use as transaction benchmarks.
Looking for other data? For cryptocurrency prices see Base Intel, and for company financials and SEC filings see Filings Intel — both at datakoot.com.
Pricing
Free — 100 calls a day, keyless, no signup. Pro — $15/mo including 50,000 calls a month with no daily limit; one key unlocks all nine Datakoot servers. Go over the monthly allowance and you drop to free-tier speed for the rest of the month, or top up — never cut off, no metered overage. Full terms: datakoot.com/pricing.
A paid allowance is shared across all nine Datakoot servers rather than being
nine separate buckets, and only a tools/call counts — connecting and listing
tools are free. Full terms at datakoot.com/pricing.
Development
node --testPart of Datakoot — keyless intelligence APIs for AI agents.
This server cannot be deployed
Maintenance
Related MCP Connectors
Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr…
Latest and historical ECB foreign-exchange reference rates for 30+ currencies, via Frankfurter.
Live and historical FX rates (ECB via Frankfurter) — paid per call (x402/credits), 2 tools
Convert currencies, get FX rates, and query historical ECB exchange rate data.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to currency exchange rates and conversion tools using the Frankfurter API, including latest rates, historical data, and time series from sources like the European Central Bank.5MIT
- FlicenseNot gradedqualityDmaintenanceProvides real-time and historical foreign exchange rates for 31+ currencies, enabling currency conversion, historical rate lookups, and time series analysis using data from the Frankfurter API.-
- FlicenseNot gradedqualityDmaintenanceEnables fetching real-time exchange rates between currencies and listing supported currency codes using the Frankfurter API.-
- AlicenseNot gradedqualityCmaintenanceWraps the Frankfurter API to enable currency exchange rate queries and conversions through natural language.5 npmMIT