mcp-belgium
Rank #23,922io.github.lacausecrypto/mcp-belgium
Single MCP server for Belgian public transport, statistics, open data, and geospatial services.
mcp-belgium is a Model Context Protocol (MCP) server published by lacausecrypto. It ranks #23,922 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. mcp-belgium is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Apr 11, 2026 and most recently updated on Apr 21, 2026.
Ranks ahead of 91,538 of 115,460 servers on MCP Toplist.
Use mcp-belgium
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-belgium -e "STIB_API_KEY=<your STIB_API_KEY>" -e "CBEAPI_KEY=<your CBEAPI_KEY>" -- npx -y mcp-belgiumReplace each placeholder with your own value before saving.
[mcp_servers.mcp-belgium]
command = "npx"
args = ["-y", "mcp-belgium"]
[mcp_servers.mcp-belgium.env]
STIB_API_KEY = "<your STIB_API_KEY>"
CBEAPI_KEY = "<your CBEAPI_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-belgium": {
"command": "npx",
"args": [
"-y",
"mcp-belgium"
],
"env": {
"STIB_API_KEY": "<your STIB_API_KEY>",
"CBEAPI_KEY": "<your CBEAPI_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-belgium": {
"command": "npx",
"args": [
"-y",
"mcp-belgium"
],
"env": {
"STIB_API_KEY": "<your STIB_API_KEY>",
"CBEAPI_KEY": "<your CBEAPI_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-belgium": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-belgium"
],
"env": {
"STIB_API_KEY": "<your STIB_API_KEY>",
"CBEAPI_KEY": "<your CBEAPI_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-belgium": {
"command": "npx",
"args": [
"-y",
"mcp-belgium"
],
"env": {
"STIB_API_KEY": "<your STIB_API_KEY>",
"CBEAPI_KEY": "<your CBEAPI_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-belgium": {
"command": "npx",
"args": [
"-y",
"mcp-belgium"
],
"env": {
"STIB_API_KEY": "<your STIB_API_KEY>",
"CBEAPI_KEY": "<your CBEAPI_KEY>"
}
}
}
}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-belgium)<a href="https://mcptoplist.com/server/io.github.lacausecrypto%2Fmcp-belgium"><img src="https://mcptoplist.com/badge/io.github.lacausecrypto%2Fmcp-belgium.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
lacausecrypto
Other servers by lacausecrypto
- Sports Hub#6,165 · 3 vers
- Sophon#6,491 · 8 vers
- mcp-nbb#35,143 · 1 ver
- 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 (2)
| Version | Published |
|---|---|
| 1.0.4 | Apr 21, 2026 |
| 1.0.3 | Apr 12, 2026 |
Frequently asked questions
- Who maintains mcp-belgium?
- mcp-belgium is maintained by lacausecrypto, which publishes 8 MCP servers (17 total versions) tracked on MCP Toplist.
- Is mcp-belgium listed on the Official MCP Registry?
- Yes — mcp-belgium is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does mcp-belgium have?
- MCP Toplist tracks 2 versions of mcp-belgium, most recently published on Apr 21, 2026.
- Where can I find the source code for mcp-belgium?
- The source code for mcp-belgium is hosted at github.com/lacausecrypto/mcp-belgium.