mcp-belgium
NPM · MCP-BELGIUM · SCANNED AUG 3
Single MCP server for Belgian public transport, statistics, open data, and geospatial services.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (121 of 122), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (121 of 122), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 104 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability87
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 3817 tokens (~47/item across 81 items; 63 tools + 18 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · mcp-belgium
claude mcp add lacausecrypto-mcp-belgium -- npx -y mcp-belgium
codex mcp add lacausecrypto-mcp-belgium -- npx -y mcp-belgium
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lacausecrypto-mcp-belgium": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-belgium"
],
"enabled": true
}
}
} openclaw mcp add lacausecrypto-mcp-belgium --command npx --arg -y --arg mcp-belgium
mcp_servers:
lacausecrypto-mcp-belgium:
command: "npx"
args: ["-y", "mcp-belgium"] {
"mcpServers": {
"lacausecrypto-mcp-belgium": {
"command": "npx",
"args": [
"-y",
"mcp-belgium"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +40
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Security disclosure: fail → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −27
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 53
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 121 packages
121 packages in the resolved dependency tree · 121 deprecated · 39 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
urban_get_features ~83
Fetch GeoJSON features from an urban.brussels WFS layer.
| Name | Type | Req | Description |
|---|---|---|---|
| bbox | string | — | Optional bounding box as minX,minY,maxX,maxY |
| count | number | — | Maximum number of features to return |
| cqlFilter | string | — | Optional GeoServer CQL filter |
| typeName | string | yes | Exact WFS feature type name |
No output schema declared.
No examples provided.
urban_get_municipalities_boundaries ~42
Fetch Brussels municipality boundaries from the urban.brussels public WFS endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Maximum number of municipality features to return |
No output schema declared.
No examples provided.
urban_list_feature_types ~50
List public urban.brussels WFS feature types.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum number of feature types to return |
| query | string | — | Optional text filter on feature type name or title |
No output schema declared.
No examples provided.
urbis_build_map_url ~150
Build a public URBIS WMS GetMap URL for a layer and bounding box.
| Name | Type | Req | Description |
|---|---|---|---|
| bbox | string | yes | Bounding box as minX,minY,maxX,maxY |
| crs | string | — | Coordinate reference system |
| format | string | — | Requested WMS image format |
| height | number | — | Map image height in pixels |
| layerName | string | yes | Exact WMS layer name |
| service | string | yes | Which public URBIS WMS service to use |
| styles | string | — | Optional WMS style name |
| transparent | boolean | — | Whether the output image should be transparent |
| width | number | — | Map image width in pixels |
No output schema declared.
No examples provided.
urbis_get_layer ~53
Get metadata for a specific public URBIS WMS layer.
| Name | Type | Req | Description |
|---|---|---|---|
| layerName | string | yes | Exact WMS layer name |
| service | string | yes | Which public URBIS WMS service to inspect |
No output schema declared.
No examples provided.
urbis_list_layers ~70
List public URBIS WMS layers for the vector or raster service.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum number of layers to return |
| query | string | — | Optional text filter on layer name or title |
| service | string | yes | Which public URBIS WMS service to inspect |
No output schema declared.
No examples provided.
wallonia_geo_get_service ~48
Get metadata for a specific Wallonia GeoServices ArcGIS MapServer service.
| Name | Type | Req | Description |
|---|---|---|---|
| servicePath | string | yes | Service path, e.g. MOBILITE/AOT_ARRETTEC |
No output schema declared.
No examples provided.
wallonia_geo_list_folders ~23
List top-level folders published by Wallonia GeoServices.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
wallonia_geo_list_services ~42
List ArcGIS REST services published in a Wallonia GeoServices folder.
| Name | Type | Req | Description |
|---|---|---|---|
| folder | string | — | Optional folder name, e.g. MOBILITE |
No output schema declared.
No examples provided.
wallonia_geo_query_layer ~112
Query features from a Wallonia GeoServices ArcGIS feature layer.
| Name | Type | Req | Description |
|---|---|---|---|
| layerId | number | yes | Numeric ArcGIS layer identifier |
| limit | number | — | Maximum number of records to return |
| outFields | string | — | Comma-separated fields or * |
| returnGeometry | boolean | — | Whether to include geometries in the response |
| servicePath | string | yes | Service path, e.g. MOBILITE/AOT_ARRETTEC |
| where | string | — | ArcGIS where clause |
No output schema declared.
No examples provided.
wallonia_get_dataset ~29
Get metadata for a Walloon open dataset.
| Name | Type | Req | Description |
|---|---|---|---|
| datasetId | string | yes | Dataset identifier |
No output schema declared.
No examples provided.
wallonia_get_records ~55
Get records from a Walloon open dataset.
| Name | Type | Req | Description |
|---|---|---|---|
| datasetId | string | yes | Dataset identifier |
| limit | number | — | Maximum number of records to return |
| where | string | — | Optional OpenDataSoft where clause |
No output schema declared.
No examples provided.
wallonia_search_datasets ~39
Search Walloon open datasets.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
| rows | number | — | Maximum number of datasets to return |
No output schema declared.
No examples provided.