ecb_list_dataflows
Pack: ecb · Endpoint: https://gateway.pipeworx.io/ecb/mcp
List all ECB SDMX dataflow IDs and names (e.g. EXR, ICP, BSI, MIR). Accepts an optional case-insensitive substring filter on flow_ref or name. Returns {count, dataflows: [{flow_ref, name}]}.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
filter | string | no | Case-insensitive substring filter |
Example call
curl -X POST https://gateway.pipeworx.io/ecb/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ecb_list_dataflows","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ecb": {
"url": "https://gateway.pipeworx.io/ecb/mcp"
}
}
}
See Getting Started for client-specific install steps.