Skip to content
Grok

mcp nbb for Grok

io.github.lacausecrypto/mcp-nbb

MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows).

client:Grok transport:stdio runtime:pypi

Install mcp nbb in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-nbb": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-nbb"
      ],
      "env": {
        "NBB_LOG_LEVEL": "<NBB_LOG_LEVEL>",
        "NBB_LOG_FORMAT": "<NBB_LOG_FORMAT>",
        "NBB_HTTP_CACHE_ENABLED": "<NBB_HTTP_CACHE_ENABLED>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp nbb in other clients