@pipeworx/owid
Connect: https://gateway.pipeworx.io/owid/mcp · Install: one-click buttons
Tools: 3
Our World in Data MCP — curated indicators + raw chart data, no auth.
Tools
list_popular_indicators(category?)— curated catalog of high-signal slugs.fetch_indicator(slug, country?, since_year?, until_year?, limit?)— tidy long-format data for one indicator.get_indicator_metadata(slug)— title, units, source, last updated.
Data source
https://ourworldindata.org/grapher/<slug>.csv and .metadata.json — public, no key required.
Tools
- list_popular_indicators — List curated Our World in Data indicators (slug + title) for common categories: energy, climate, health, demographics, economy, food, education, environment, tech, politics. Use the slug with fetch_in
- fetch_indicator — Fetch tidy long-format data for an OWID indicator by slug (e.g., “co-emissions-per-capita”, “life-expectancy”). Returns rows of {entity, year, value}. Optional country filter accepts ISO codes or name
- get_indicator_metadata — Fetch metadata for an OWID indicator: title, subtitle, units, source(s), last updated. Helpful before fetching to verify the slug.
Tools
-
fetch_indicator— Fetch tidy long-format data for an OWID indicator by slug (e.g., co-emissions-per-capita , life-expectancy ). Returns rows of {entity, year, value}. Optional country filter accepts ISO codes or names -
get_indicator_metadata— Fetch metadata for an OWID indicator: title, subtitle, units, source(s), last updated. Helpful before fetching to verify the slug. -
list_popular_indicators— List curated Our World in Data indicators (slug + title) for common categories: energy, climate, health, demographics, economy, food, education, environment, tech, politics. Use the slug with fetch_in