streamable-httpMITupdated 1mo ago
Live and historical foreign-exchange rates for AI agents — as MCP tools your agent can call mid-task. No API keys.
What can you do with market intel mcp?
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 |
|---|---|---|
fx_rates |
Latest exchange rates for a base currency | ECB via Frankfurter |
fx_convert |
Convert an amount between two currencies at the latest ECB reference rate | ECB via Frankfurter |
fx_historical |
Exchange rates for a base currency on a specific past date | ECB via Frankfurter |
fx_timeseries |
Exchange-rate history over a date range, for trend analysis | ECB via Frankfurter |
fx_currencies |
Supported currencies and their names | ECB via Frankfurter |
No API keys required for any tool.
Quick start
claude mcp add --transport http market-intel https://market.datakoot.com/mcp
Or point any MCP client at https://market.datakoot.com/mcp.
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/day, every tool, no key.
- Pro ($19/mo) — unlimited calls; one key unlocks every Datakoot server.
- Team ($49/mo) — unlimited calls, up to 5 seats.
Part of Datakoot — keyless intelligence APIs for AI agents.
Install
Add market intel mcp to your client. Pick the one you use.
claude mcp add --transport http market-intel-mcp https://market.datakoot.com/mcpcodex mcp add market-intel-mcp --url https://market.datakoot.com/mcp{
"mcpServers": {
"market-intel-mcp": {
"url": "https://market.datakoot.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"market-intel-mcp": {
"type": "http",
"url": "https://market.datakoot.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"market-intel-mcp": {
"url": "https://market.datakoot.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"market-intel-mcp": {
"serverUrl": "https://market.datakoot.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 tools
market intel mcp exposes 5 tools to a connected agent.
- fx_rates
- Latest exchange rates for a base currency
- fx_convert
- Convert an amount between two currencies at the latest ECB reference rate
- fx_historical
- Exchange rates for a base currency on a specific past date
- fx_timeseries
- Exchange-rate history over a date range, for trend analysis
- fx_currencies
- Supported currencies and their names
Score
70 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Jul 27, 2026 |