search_dataflows
Pack: oecd · Endpoint: https://gateway.pipeworx.io/oecd/mcp
Search OECD’s SDMX dataflow registry by keyword. Returns matching dataflow refs ready to pass to fetch_dataset. If results are noisy, refine with a more specific keyword or restrict by agency.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Keyword (matches dataflow names + descriptions) |
agency | string | no | Optional agency filter, e.g., OECD.SDD.NAD, OECD.ECO, OECD.ENV |
limit | number | no | Max results (default 25, max 100) |
Example call
curl -X POST https://gateway.pipeworx.io/oecd/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_dataflows","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"oecd": {
"url": "https://gateway.pipeworx.io/oecd/mcp"
}
}
}
See Getting Started for client-specific install steps.