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.
What can you do with 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.
Install
Add economy intel mcp to your client. Pick the one you use.
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 exposes 5 tools to a connected agent.
- 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
Good
- Documentation14/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 |