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.
Was kannst du mit economy intel mcp machen?
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.
Installation
economy intel mcp zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http economy-intel-mcp https://economy.datakoot.com/mcpcodex mcp add economy-intel-mcp --url https://economy.datakoot.com/mcp{
"mcpServers": {
"economy-intel-mcp": {
"url": "https://economy.datakoot.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"economy-intel-mcp": {
"type": "http",
"url": "https://economy.datakoot.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"economy-intel-mcp": {
"url": "https://economy.datakoot.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"economy-intel-mcp": {
"serverUrl": "https://economy.datakoot.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 Tools
economy intel mcp stellt einem verbundenen Agent 5 Tools bereit.
- 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
Score
67 / 100
Gut
- Dokumentation14/25
- Pflege19/25
- Vertrauen16/20
- Funktionsumfang6/15
- Installation12/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
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 2.0.0Aktuell | 27. Juli 2026 |