You're viewing a demo portfolio

Join the waitlist
PRSM

economic_indicator

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
economic_indicator — @gapup/mcp-knowledge — PRSM MCP