PluginBench
MCP Server

mcp-belgium MCP Server

io.github.lacausecrypto/mcp-belgium

What is the mcp-belgium MCP server?

Single MCP server for Belgian public transport, statistics, open data, and geospatial services.

How to install mcp-belgium

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • STIB_API_KEY
    secret

    Optional STIB/MIVB API key to enable live Brussels public transport tools.

  • CBEAPI_KEY
    secret

    Optional CBEAPI key to enable live KBO/BCE Belgian company registry tools.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-belgium": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-belgium"
      ],
      "env": {
        "STIB_API_KEY": "<YOUR_STIB_API_KEY>",
        "CBEAPI_KEY": "<YOUR_CBEAPI_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-belgium": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-belgium"
      ],
      "env": {
        "STIB_API_KEY": "<YOUR_STIB_API_KEY>",
        "CBEAPI_KEY": "<YOUR_CBEAPI_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-belgium": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-belgium"
      ],
      "env": {
        "STIB_API_KEY": "<YOUR_STIB_API_KEY>",
        "CBEAPI_KEY": "<YOUR_CBEAPI_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-belgium": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-belgium"
      ],
      "env": {
        "STIB_API_KEY": "<YOUR_STIB_API_KEY>",
        "CBEAPI_KEY": "<YOUR_CBEAPI_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-belgium --env STIB_API_KEY=<YOUR_STIB_API_KEY> --env CBEAPI_KEY=<YOUR_CBEAPI_KEY> -- npx -y mcp-belgium

Related MCP servers

MCP server for Datamuse word-finding API

View repository →

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

View repository →

MCP server for New Caledonia open data (data.gouv.nc)

View repository →

Classic poetry search and discovery via PoetryDB.

View repository →

Honest token economics for MCP agents. 68% tokens saved, zero-ML Rust binary.

View repository →

41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.

View repository →