list_popular_indicators
Pack: owid · Endpoint: https://gateway.pipeworx.io/owid/mcp
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_indicator. Not exhaustive — visit ourworldindata.org for the full catalog.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
category | string | no | Optional category filter |
Example call
curl -X POST https://gateway.pipeworx.io/owid/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_popular_indicators","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"owid": {
"url": "https://gateway.pipeworx.io/owid/mcp"
}
}
}
See Getting Started for client-specific install steps.