Datakoot Servers Economy Intel
Economy · MCP Server

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.

terminal
$ claude mcp add --transport http economy-intel https://economy.datakoot.com/mcp
Endpoint: economy.datakoot.com/mcp5 toolsSources: World Bank · US BLSKeyless
The tools

Everything 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.

country_indicatorSource: World Bank

A macro indicator for a country over recent years — GDP, inflation, unemployment, population, trade and more.

Parameters
countrystringrequired
Country name or ISO code, e.g. US.
indicatorstringrequired
e.g. gdp, inflation, unemployment.
yearsintegeroptional
How many recent years to return.
country_indicator("US","inflation",3)
{
  "country": "United States",
  "indicator": "inflation",
  "unit": "%",
  "values": [
    {
      "year": 2024,
      "value": 2.9
    },
    {
      "year": 2023,
      "value": 4.1
    },
    {
      "year": 2022,
      "value": 8
    }
  ]
}
country_profileSource: World Bank

A snapshot of a country's key macro indicators (latest values) — GDP, GDP per capita, growth, inflation, unemployment and population.

Parameters
countrystringrequired
Country name or ISO code.
country_profile("DE")
{
  "country": "Germany",
  "gdp": 4460000000000,
  "gdpPerCapita": 52746,
  "gdpGrowth": 0.2,
  "inflation": 2.5,
  "unemployment": 3.4
}
compare_countriesSource: World Bank

Compare one indicator across several countries (latest value each) — rank or benchmark economies.

Parameters
countriesarrayrequired
A list of countries or ISO codes.
indicatorstringrequired
The indicator to compare.
compare_countries(["US","CN","DE"],"gdp")
{
  "indicator": "gdp",
  "unit": "USD",
  "results": [
    {
      "country": "United States",
      "value": 29200000000000
    },
    {
      "country": "China",
      "value": 18800000000000
    },
    {
      "country": "Germany",
      "value": 4460000000000
    }
  ]
}
us_seriesSource: US BLS

A key US economic time series from the Bureau of Labor Statistics — unemployment rate, CPI, nonfarm payrolls, participation, average hourly earnings.

Parameters
seriesstringrequired
e.g. us_unemployment_rate, us_cpi.
us_series("us_unemployment_rate")
{
  "series": "us_unemployment_rate",
  "unit": "%",
  "latest": {
    "period": "2026-07",
    "value": 4.2
  }
}
list_indicatorsSource: World Bank / BLS

List the indicators this server supports (World Bank + US BLS), with descriptions. Call this to discover what you can query.

Parameters
list_indicators()
{
  "worldBank": [
    "gdp",
    "inflation",
    "unemployment",
    "population"
  ],
  "usBls": [
    "us_cpi",
    "us_unemployment_rate",
    "us_nonfarm_payrolls"
  ]
}
Data sources

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.

Connect it

One line, any MCP client.

Same endpoint everywhere. No account, no key, no config file.

Claude
claude mcp add --transport http economy-intel https://economy.datakoot.com/mcp
Cursor
Settings → MCP → Add → https://economy.datakoot.com/mcp
Windsurf
Add MCP server → https://economy.datakoot.com/mcp
Companion extension

Prefer 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.

Get the extension →
Economy Intel — FAQ

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.