subjects
Pack: statbank-md · Endpoint: https://gateway.pipeworx.io/statbank-md/mcp
Navigate the database/subject tree. Root (empty path) lists databases ({dbid}). Drill into a database id to get folders (type “l”) and tables (type “t”, “.px” suffix).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
path | string | no | Sub-path under /en/ (default empty = root database list). First segment is a database id, e.g. “20 Populatia si procesele demografice/POP010/POPro”. |
Example call
curl -X POST https://gateway.pipeworx.io/statbank-md/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"subjects","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"statbank-md": {
"url": "https://gateway.pipeworx.io/statbank-md/mcp"
}
}
}
See Getting Started for client-specific install steps.