mcp-nbb
Rank #35,143io.github.lacausecrypto/mcp-nbb
MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows).
mcp-nbb is a Model Context Protocol (MCP) server published by lacausecrypto. It ranks #35,143 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. mcp-nbb is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 12, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 80,317 of 115,460 servers on MCP Toplist.
Use mcp-nbb
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-nbb -e "NBB_LOG_LEVEL=<your NBB_LOG_LEVEL>" -e "NBB_LOG_FORMAT=<your NBB_LOG_FORMAT>" -e "NBB_HTTP_CACHE_ENABLED=<your NBB_HTTP_CACHE_ENABLED>" -- uvx mcp-nbbReplace each placeholder with your own value before saving.
[mcp_servers.mcp-nbb]
command = "uvx"
args = ["mcp-nbb"]
[mcp_servers.mcp-nbb.env]
NBB_LOG_LEVEL = "<your NBB_LOG_LEVEL>"
NBB_LOG_FORMAT = "<your NBB_LOG_FORMAT>"
NBB_HTTP_CACHE_ENABLED = "<your NBB_HTTP_CACHE_ENABLED>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nbb": {
"command": "uvx",
"args": [
"mcp-nbb"
],
"env": {
"NBB_LOG_LEVEL": "<your NBB_LOG_LEVEL>",
"NBB_LOG_FORMAT": "<your NBB_LOG_FORMAT>",
"NBB_HTTP_CACHE_ENABLED": "<your NBB_HTTP_CACHE_ENABLED>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nbb": {
"command": "uvx",
"args": [
"mcp-nbb"
],
"env": {
"NBB_LOG_LEVEL": "<your NBB_LOG_LEVEL>",
"NBB_LOG_FORMAT": "<your NBB_LOG_FORMAT>",
"NBB_HTTP_CACHE_ENABLED": "<your NBB_HTTP_CACHE_ENABLED>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-nbb": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-nbb"
],
"env": {
"NBB_LOG_LEVEL": "<your NBB_LOG_LEVEL>",
"NBB_LOG_FORMAT": "<your NBB_LOG_FORMAT>",
"NBB_HTTP_CACHE_ENABLED": "<your NBB_HTTP_CACHE_ENABLED>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nbb": {
"command": "uvx",
"args": [
"mcp-nbb"
],
"env": {
"NBB_LOG_LEVEL": "<your NBB_LOG_LEVEL>",
"NBB_LOG_FORMAT": "<your NBB_LOG_FORMAT>",
"NBB_HTTP_CACHE_ENABLED": "<your NBB_HTTP_CACHE_ENABLED>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nbb": {
"command": "uvx",
"args": [
"mcp-nbb"
],
"env": {
"NBB_LOG_LEVEL": "<your NBB_LOG_LEVEL>",
"NBB_LOG_FORMAT": "<your NBB_LOG_FORMAT>",
"NBB_HTTP_CACHE_ENABLED": "<your NBB_HTTP_CACHE_ENABLED>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lacausecrypto%2Fmcp-nbb)<a href="https://mcptoplist.com/server/io.github.lacausecrypto%2Fmcp-nbb"><img src="https://mcptoplist.com/badge/io.github.lacausecrypto%2Fmcp-nbb.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
lacausecrypto
Other servers by lacausecrypto
- Sports Hub#6,165 · 3 vers
- Sophon#6,491 · 8 vers
- mcp-belgium#23,922 · 2 vers
- Datamuse MCP#40,834 · 1 ver
- mcp-new-caledonia#40,835 · 1 ver
- PoetryDB MCP Server#40,836 · 1 ver
- Apple MCP Server#91,644
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 12, 2026 |
Frequently asked questions
- Who maintains mcp-nbb?
- mcp-nbb is maintained by lacausecrypto, which publishes 8 MCP servers (17 total versions) tracked on MCP Toplist.
- Is mcp-nbb listed on the Official MCP Registry?
- Yes — mcp-nbb is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-nbb have?
- MCP Toplist tracks 1 version of mcp-nbb, most recently published on Apr 12, 2026.
- Where can I find the source code for mcp-nbb?
- The source code for mcp-nbb is hosted at github.com/lacausecrypto/mcp-nbb.