MCP Server
MCP
io.github.lacausecrypto/mcp-nbb
MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows).
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
By
Comments
Sign in to leave a comment