streamable-httpMITupdated 1mo ago
Macroeconomic data for AI agents — as MCP tools your agent can call mid-task to ground answers in real GDP, inflation, unemployment and trade figures for any country. No API keys.
Economy Intel MCP 能做什么?
Economy Intel MCP — by Datakoot
Macroeconomic data for AI agents — as MCP tools your agent can call mid-task to ground answers in real GDP, inflation, unemployment and trade figures for any country. No API keys.
Tools
| Tool | What it does | Source |
|---|---|---|
country_indicator |
An indicator (GDP, inflation, unemployment, population, ...) for a country over recent years | World Bank |
country_profile |
A snapshot of a country's key macro indicators, latest values | World Bank |
compare_countries |
Rank one indicator across several countries | World Bank |
us_series |
Key US time series: unemployment, CPI, nonfarm payrolls, participation, earnings | US BLS |
list_indicators |
Discover every indicator and series this server supports | — |
No API keys required.
Quick start
claude mcp add --transport http economy-intel https://economy.datakoot.com/mcp
Or point any MCP client at https://economy.datakoot.com/mcp.
Data & attribution
Country data comes from the World Bank Open Data API (CC-BY 4.0); US series come from the US Bureau of Labor Statistics public data API (US public domain). Informational only.
Part of Datakoot — keyless intelligence APIs for AI agents.
安装
把 Economy Intel MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http economy-intel-mcp https://economy.selflabbs.com/mcpcodex mcp add economy-intel-mcp --url https://economy.selflabbs.com/mcp{
"mcpServers": {
"economy-intel-mcp": {
"url": "https://economy.selflabbs.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"economy-intel-mcp": {
"type": "http",
"url": "https://economy.selflabbs.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"economy-intel-mcp": {
"url": "https://economy.selflabbs.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"economy-intel-mcp": {
"serverUrl": "https://economy.selflabbs.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 个工具
Economy Intel MCP 向已连接的智能体提供 5 个工具。
- country_indicator
- An indicator (GDP, inflation, unemployment, population, ...) for a country over recent years
- country_profile
- A snapshot of a country's key macro indicators, latest values
- compare_countries
- Rank one indicator across several countries
- us_series
- Key US time series: unemployment, CPI, nonfarm payrolls, participation, earnings
- list_indicators
- Discover every indicator and series this server supports
评分
67 / 100
良好
- 文档14/25
- 维护19/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月19日 |