list_indicators

Pack: unesco-uis · Endpoint: https://gateway.pipeworx.io/unesco-uis/mcp

Browse/search the UNESCO UIS indicator catalog (education, literacy, enrollment, science/R&D, culture). Filter by case-insensitive name substring. Each entry has indicatorCode (pass as indicator to get_data), name, theme and data availability (year range, record count).

Parameters

NameTypeRequiredDescription
searchstringnoCase-insensitive substring matched against indicator name, e.g. “literacy”.
limitnumbernoMax results to return (default 50).

Example call

curl -X POST https://gateway.pipeworx.io/unesco-uis/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_indicators","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "unesco-uis": {
      "url": "https://gateway.pipeworx.io/unesco-uis/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026