CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
lacausecrypto avatar

mcp-belgium

lacausecrypto/mcp-belgium
4authSTDIOregistry active
Summary

Wraps a dozen Belgian public APIs behind a single MCP server with namespaced tools. You get iRail for trains, STIB/MIVB for Brussels transit, BeST for addresses, Statbel for official statistics, IRCELINE for air quality, KMI weather stations, and regional open data portals. The server includes discovery tools so the LLM can inspect available domains and pick the right API without guessing. Most sources are live and public, though STIB and KBO company registry require API keys. Reach for this when you need Belgian transport schedules, census data, geospatial layers, or company lookups without managing separate integrations for each ministry or transit authority.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

mcp-belgium

npm version npm downloads CI license node pnpm typescript mcp

One MCP server for Belgian public APIs.

mcp-belgium is the public entry point. It exposes a single aggregated MCP server that bundles Belgian transport, official statistics, open data, addresses, weather, air quality, and geospatial services behind one install and one client config entry.

The package is also prepared for publication to the official MCP Registry under io.github.lacausecrypto/mcp-belgium.

Why use it

  • one npm package
  • one MCP server entry in your client config
  • namespaced tools like irail_*, statbel_*, best_*, kmi_*, urban_*, and urbis_*
  • built-in catalog tools, resources, and a prompt so the LLM can discover the right Belgian domain before calling tools
  • explicit limitation surfaces when an upstream requires a key or has changed contract

Install

Run directly:

npx -y mcp-belgium

With pnpm:

pnpm dlx mcp-belgium

Global install:

pnpm add -g mcp-belgium
mcp-belgium

Default transport is stdio, which is what desktop MCP clients expect.

Claude Desktop

{
  "mcpServers": {
    "belgium": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-belgium"
      ],
      "env": {
        "LOG_LEVEL": "silent"
      }
    }
  }
}

Optional env vars:

  • STIB_API_KEY: enables live STIB/MIVB tools
  • CBEAPI_KEY: enables live KBO/BCE company registry tools
  • MCP_TRANSPORT=http: runs the server over Streamable HTTP
  • PORT_BELGIUM=3017: sets the HTTP port for the aggregated server

What the LLM gets

Alongside the domain tools, mcp-belgium exposes a discovery layer:

  • belgium_catalog_overview
  • belgium_list_domains
  • belgium_describe_domain
  • belgium://catalog
  • belgium://catalog.json
  • belgium://domain/{domain}
  • belgium_capability_guide

That means the LLM can:

  • inspect the Belgian domains available from this single MCP
  • see which domains are live, limited, or key-gated
  • understand what kind of data each domain provides
  • pick the right namespaced tool without guessing

Main domains

PrefixDomainStatusAuthMain data
irail_*Belgian rail / iRailLiveNonestations, connections, liveboards, vehicles, disruptions
mobility_*Belgian mobility / SMOPLiveNoneintermodal trip planning, operators, GTFS references
stib_*STIB/MIVB Brussels transitLiveAPI keywaiting times, stops, routes, service messages
infrabel_*Infrabel Open DataLiveNonerail infrastructure datasets and records
kbo_*Belgian company registryLiveAPI keyenterprise search and company details
best_*BeST Belgian addressesLiveNoneaddresses, municipalities, streets, postal infos
statbel_*StatbelLiveNonepopulation, CPI, employment, dataset search
airquality_*IRCELINE air qualityLiveNonestations, live measurements, BelAQI, timeseries
brussels_*Brussels Region open dataLiveNonedatasets and records
wallonia_*Wallonia open dataLiveNonedatasets and records
kmi_*KMI / IRM GeoServerLiveNonestations, hourly observations, WFS discovery
wallonia_geo_*Wallonia GeoServicesLiveNoneArcGIS folders, services, layer queries
urban_*urban.brussels WFSLiveNonefeature types, schemas, GeoJSON features
urbis_*URBIS public WMSLiveNoneWMS layer discovery and map URL generation
datagov_*data.gov.be compatibility layerLimitedNoneexplicit upstream-changed error surface
flanders_*Datavindplaats compatibility layerLimitedAPI keyexplicit upstream limitation surface

Docs / Wiki

The repo now includes a docs/ tree that works as a lightweight public wiki:

  • Docs home
  • Installation
  • Client configuration
  • Domain catalog
  • Development
  • Release and npm publishing

Local development

Requirements:

  • Node.js >= 22
  • pnpm >= 9

Setup:

pnpm install
pnpm run build
pnpm run test
pnpm run typecheck

Run the aggregated server over stdio:

pnpm --filter mcp-belgium start:stdio

Run it over Streamable HTTP:

MCP_TRANSPORT=http PORT_BELGIUM=3017 pnpm --filter mcp-belgium start

Run the whole workspace:

docker compose up --build

Monorepo shape

  • packages/core: shared HTTP, retry, cache, rate limiting, XML helpers, and MCP response helpers
  • packages/mcp-belgium: public aggregated entry point
  • packages/mcp-*: domain-specific packages kept modular for maintenance, testing, and isolated validation

The public consumer path is mcp-belgium. Internal workspace packages stay modular for development, but the published mcp-belgium package bundles them so end users install only one npm package.

Upstream caveats

This project wraps public upstream APIs. Some Belgian portals change authentication or endpoint contracts over time. When an upstream is no longer publicly compatible, this project prefers explicit, machine-readable limitation errors over silent failure.

Current examples:

  • mcp-stib requires STIB_API_KEY
  • mcp-kbo requires CBEAPI_KEY
  • mcp-data-gov-be preserves the old tool contract but returns an explicit upstream-changed error
  • mcp-opendata-flanders preserves the old tool contract but returns an explicit API-key limitation

Validation

Current workspace checks:

  • pnpm run build
  • pnpm run test
  • pnpm run typecheck
  • pnpm audit --prod

License

MIT. See LICENSE.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

STIB_API_KEYsecret

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

CBEAPI_KEYsecret

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

Categories
Data & Analytics
Registryactive
Packagemcp-belgium
TransportSTDIO
AuthRequired
UpdatedApr 21, 2026
View on GitHub

More from lacausecrypto

  • Mcp Nbb3
  • Mcp New Caledonia2
  • PoetryDB MCP Server2
  • Datamuse MCP2
  • Sophon5
  • Sports Hub7

Related Data & Analytics MCP Servers

View all →
mr901 avatar
Mcp Plots

mr901/mcp-plots

MCP server for data visualization with Mermaid charts.
4
nayakwadis avatar
Mftool Mcp

nayakwadis/mftool-mcp

MCP Server for publicly available Indian Mutual Funds data
4
sidneybissoli avatar
Bcb Br Mcp

sidneybissoli/bcb-br-mcp

MCP Server for Brazilian Central Bank Time Series (SGS/BCB) - Economic and Financial Data
4
talonicdev avatar
Talonic

talonicdev/talonic-mcp

Extract structured, schema-validated data from PDFs, scans, images, spreadsheets, and forms.
4
hithereiamaliff avatar
Hithereiamaliff Mcp Datagovmy

ai.smithery/hithereiamaliff-mcp-datagovmy

This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
3
bepunk avatar
Zoogent

bepunk/zoogent

AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools.
3