data360_search_indicators
Pack: data360 · Endpoint: https://gateway.pipeworx.io/data360/mcp
Full-text search across all Data360 indicators (every WDI/IMF/WHO/ILO/education series in one index). Returns indicator codes (use as INDICATOR in data360_get_data), names, owning DATABASE_ID/name, units, and definitions. Optionally restrict to one database with database_id.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Keyword(s), e.g. “GDP per capita” or “maternal mortality”. Use ”*” for all. |
database_id | string | no | Optional: restrict to one source database, e.g. “WB_WDI” or “IMF_BOP” (from data360_list_databases). |
top | number | no | Max results (default 20). |
skip | number | no | Offset for pagination (default 0). |
Example call
curl -X POST https://gateway.pipeworx.io/data360/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"data360_search_indicators","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data360": {
"url": "https://gateway.pipeworx.io/data360/mcp"
}
}
}
See Getting Started for client-specific install steps.