← Back to Plugins
MCP Server MCP

io.github.lacausecrypto/mcp-nbb

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-nbb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-nbb",
      "version": "0.1.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Log level: DEBUG, INFO, WARNING, ERROR",
          "default": "INFO",
          "name": "NBB_LOG_LEVEL"
        },
        {
          "description": "Log format: 'json' or 'console'",
          "default": "json",
          "name": "NBB_LOG_FORMAT"
        },
        {
          "description": "Enable the persistent HTTP disk cache",
          "default": "true",
          "name": "NBB_HTTP_CACHE_ENABLED"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...