Skip to main content
Glama
pipeworx-io

mcp-nsi-bg

by pipeworx-io

mcp-nsi-bg

Bulgarian National Statistical Institute (НСИ / NSI) — Open Data API.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool

Description

list_datasets

List NSI Bulgaria open-data datasets with their numeric id and English (or Bulgarian) name. Each dataset id can be passed to get_dataset for the actual figures. Use the optional filter to substring-match dataset names (case-insensitive), e.g. 'population', 'export', 'inflation'.

get_dataset

Fetch a single NSI Bulgaria dataset by numeric id as a JSON-stat 2.0 object (dimensions, categories, and the flat value array). Get ids from list_datasets. Example ids: 107 (children in kindergartens by municipality), 242 (aggregate replacement ratio).

get_fields

Fetch the field/dimension metadata for an NSI dataset (its column codes plus Bulgarian and English names) as parsed CSV rows. Useful for interpreting the dimension codes in a get_dataset response.

Related MCP server: mcp-datos-ar

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "nsi-bg": {
      "url": "https://gateway.pipeworx.io/nsi-bg/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Nsi Bg data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables access to Our World in Data charts and indicators through natural language queries via Pipeworx gateway.
    6
    1
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables querying Argentina's national time-series data from apis.datos.gob.ar through natural language, as part of the Pipeworx MCP gateway.
    11
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables querying of STATEC Luxembourg economic and statistical data through natural language using MCP tools and the Pipeworx gateway.
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • Eurostat MCP — wraps Eurostat Statistical Data API (no auth required)

  • Search and query the Eurostat catalogue — EU economy, demography, trade, and NUTS regional data.

  • API Ninjas MCP — wraps the multi-endpoint API Ninjas data API (api-ninjas.com)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-nsi-bg'

If you have feedback or need assistance with the MCP directory API, please join our Discord server