list_datasets
Pack: statbel-be · Endpoint: https://gateway.pipeworx.io/statbel-be/mcp
Browse/search Statbel datasets (be.STAT “datasources”).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Case-insensitive substring matched against the dataset code and any-language description. Omit to list all. |
limit | number | no | Max results to return (default 50, max 500). |
Example call
curl -X POST https://gateway.pipeworx.io/statbel-be/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_datasets","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"statbel-be": {
"url": "https://gateway.pipeworx.io/statbel-be/mcp"
}
}
}
See Getting Started for client-specific install steps.