get_fields
Pack: nsi-bg · Endpoint: https://gateway.pipeworx.io/nsi-bg/mcp
Fetch the field/dimension metadata for an NSI dataset (its column codes plus Bulgarian and English names)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Numeric dataset id, e.g. “107”. |
lang | string | no | Label language. Default en. |
Example call
curl -X POST https://gateway.pipeworx.io/nsi-bg/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_fields","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"nsi-bg": {
"url": "https://gateway.pipeworx.io/nsi-bg/mcp"
}
}
}
See Getting Started for client-specific install steps.