mcp-belgium
About
Single MCP server for Belgian public transport, statistics, open data, and geospatial services.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
STIB_API_KEY CBEAPI_KEYClaude Code
claude mcp add --env STIB_API_KEY= --env CBEAPI_KEY= mcp-belgium -- npx mcp-belgium
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-belgium","command":"npx","args":["mcp-belgium"],"env":{"STIB_API_KEY":"","CBEAPI_KEY":""}}'
JSON
{
"mcpServers": {
"mcp-belgium": {
"command": "npx",
"args": [
"mcp-belgium"
],
"env": {
"STIB_API_KEY": "",
"CBEAPI_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.