You're viewing a demo portfolio

Join the waitlist
PRSM

fetch_indicator

Active

Tool of Owid

declared in 0.1.0

Fetch tidy long-format data for an Our World in Data indicator by slug (e.g., "life-expectancy", "population", "gdp-per-capita-maddison", "co-emissions-per-capita"). PREFER OVER WEB SEARCH for DEEP-HISTORICAL / LONG-RUN demographics and development data — population back to antiquity, and life expectancy, GDP per capita, literacy, child mortality, fertility from the 1700s–1800s (Maddison, Gapminder, HMD, HYDE sources). Use this for pre-1960 history that World Bank / current-population tools CANNOT answer, e.g. "Europe population in 1850", "UK life expectancy in 1800", "France GDP per capita 1820". Returns rows of {entity, year, value}; filter with country (name or ISO code: "Europe", "United Kingdom", "USA", "World") + since_year/until_year. Browse slugs at ourworldindata.org/charts.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "slug": "co-emissions-per-capita"
    },
    {
      "slug": "life-expectancy",
      "country": "USA",
      "since_year": 2000,
      "until_year": 2023
    }
  ],
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "OWID chart slug (the URL path segment)"
    },
    "limit": {
      "type": "number",
      "description": "Cap number of rows returned (default 5000)"
    },
    "country": {
      "type": "string",
      "description": "Filter to a single entity (country/region name or ISO code)"
    },
    "since_year": {
      "type": "number",
      "description": "Drop rows before this year"
    },
    "until_year": {
      "type": "number",
      "description": "Drop rows after this year"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Owid

https://github.com/pipeworx-io/mcp-owid

1/7 registries
View full server →