mcp-nbb
About
MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NBB_LOG_LEVEL NBB_LOG_FORMAT NBB_HTTP_CACHE_ENABLEDClaude Code
claude mcp add --env NBB_LOG_LEVEL= --env NBB_LOG_FORMAT= --env NBB_HTTP_CACHE_ENABLED= mcp-nbb -- uvx mcp-nbb
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-nbb","command":"uvx","args":["mcp-nbb"],"env":{"NBB_LOG_LEVEL":"","NBB_LOG_FORMAT":"","NBB_HTTP_CACHE_ENABLED":""}}'
JSON
{
"mcpServers": {
"mcp-nbb": {
"command": "uvx",
"args": [
"mcp-nbb"
],
"env": {
"NBB_LOG_LEVEL": "",
"NBB_LOG_FORMAT": "",
"NBB_HTTP_CACHE_ENABLED": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.