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.
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.
安装
把 Market Intel MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http market-intel-mcp https://market.selflabbs.com/mcpcodex mcp add market-intel-mcp --url https://market.selflabbs.com/mcp{
"mcpServers": {
"market-intel-mcp": {
"url": "https://market.selflabbs.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"market-intel-mcp": {
"type": "http",
"url": "https://market.selflabbs.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"market-intel-mcp": {
"url": "https://market.selflabbs.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"market-intel-mcp": {
"serverUrl": "https://market.selflabbs.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 个工具
Market Intel MCP 向已连接的智能体提供 5 个工具。
- 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
评分
76 / 100
良好
- 文档17/25
- 维护25/25
- 可信度16/20
- 能力6/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 2.0.0最新 | 2026年7月18日 |
| 1.0.1 | 2026年7月12日 |
| 1.0.0 | 2026年7月12日 |