economic_indicator
ActiveTool of gapup-mcp
Return a precise macroeconomic indicator for a country — the exact figure for a market-sizing, finance or strategy workflow. Indicators: gdp_usd, gdp_per_capita, gdp_growth, inflation, unemployment, population. Source: World Bank. When to use: an agent's analysis needs an authoritative country-level economic figure. Inputs: country (ISO-2 or ISO-3 code) and indicator name.
Parameters schema
{
"type": "object",
"required": [
"country",
"indicator"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"country": {
"type": "string",
"description": "Country code, ISO-2 or ISO-3 (e.g. FR, USA)"
},
"indicator": {
"enum": [
"gdp_usd",
"gdp_per_capita",
"gdp_growth",
"inflation",
"unemployment",
"population"
],
"type": "string",
"description": "Macroeconomic indicator name"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries