Economy Intel
Macro indicators an agent can cite — GDP, inflation, unemployment, trade and more for any country (World Bank), plus key US series (BLS). No API key.
$ claude mcp add --transport http economy-intel https://economy.datakoot.com/mcpEverything this server exposes.
The exact tools your agent sees, with their real parameters and the shape of what comes back. Descriptions are written for the model, so it knows when to call each one on its own.
A macro indicator for a country over recent years — GDP, inflation, unemployment, population, trade and more.
US.{
"country": "United States",
"indicator": "inflation",
"unit": "%",
"values": [
{
"year": 2024,
"value": 2.9
},
{
"year": 2023,
"value": 4.1
},
{
"year": 2022,
"value": 8
}
]
}A snapshot of a country's key macro indicators (latest values) — GDP, GDP per capita, growth, inflation, unemployment and population.
{
"country": "Germany",
"gdp": 4460000000000,
"gdpPerCapita": 52746,
"gdpGrowth": 0.2,
"inflation": 2.5,
"unemployment": 3.4
}Compare one indicator across several countries (latest value each) — rank or benchmark economies.
{
"indicator": "gdp",
"unit": "USD",
"results": [
{
"country": "United States",
"value": 29200000000000
},
{
"country": "China",
"value": 18800000000000
},
{
"country": "Germany",
"value": 4460000000000
}
]
}A key US economic time series from the Bureau of Labor Statistics — unemployment rate, CPI, nonfarm payrolls, participation, average hourly earnings.
us_unemployment_rate, us_cpi.{
"series": "us_unemployment_rate",
"unit": "%",
"latest": {
"period": "2026-07",
"value": 4.2
}
}List the indicators this server supports (World Bank + US BLS), with descriptions. Call this to discover what you can query.
{
"worldBank": [
"gdp",
"inflation",
"unemployment",
"population"
],
"usBls": [
"us_cpi",
"us_unemployment_rate",
"us_nonfarm_payrolls"
]
}Two authorities. Nothing scraped.
Country data from the World Bank; US series from the Bureau of Labor Statistics — the numbers economists cite.
World Bank
Cross-country macro indicators — GDP, inflation, unemployment, trade and more — for country_indicator and comparisons.
US Bureau of Labor Statistics
The key US series behind us_series — CPI, unemployment, payrolls and earnings.
One line, any MCP client.
Same endpoint everywhere. No account, no key, no config file.
claude mcp add --transport http economy-intel https://economy.datakoot.com/mcpSettings → MCP → Add → https://economy.datakoot.com/mcpAdd MCP server → https://economy.datakoot.com/mcpPrefer to look it up yourself?
The matching Chrome extension puts the same data in your browser — no agent required.
Economy Snapshot
A country's key macro numbers at a glance in your browser — GDP, inflation, unemployment and more. Free, keyless, no signup.
Questions about this server
Any country the World Bank tracks, across GDP, inflation, unemployment, population, trade and more. Call list_indicators to see the full set.
The latest official releases from the World Bank and BLS — macro data is periodic, so values reflect the most recent published period.
No — one keyless line; Datakoot handles the upstream calls.
Ground your agent in real economics.
Free to start. One line. No key to leak.