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

NameTypeRequiredDescription
querystringyesKeyword (matches dataflow names + descriptions)
agencystringnoOptional agency filter, e.g., OECD.SDD.NAD, OECD.ECO, OECD.ENV
limitnumbernoMax 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.

Regenerated from source · build May 12, 2026