Irail Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Irail Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Disclaimer: This project was vibe coded and is not affiliated with or supported by [iRail vzw](https://hello.irail.be). Train data may be inaccurate or outdated. Always verify with official sources (belgiantrain.be or the NMBS/SNCB app) before making travel decisions.
A Model Context Protocol (MCP) server that provides Belgian railway travel information via the iRail API.
Requires Python 3.11+ and uv.
git clone https://github.com/HansF/irail-mcp.git
cd irail-mcp
uv venv && source .venv/bin/activate
uv pip install -e .Add to your project's .mcp.json:
{
"mcpServers": {
"irail": {
"command": "uvx",
"args": ["irail-mcp"]
}
}
}Then ask Claude things like:
Search for stations by name.
query (required) - Station name or partial namelang (optional) - Language: en, nl, fr, de, itReal-time departures or arrivals from a station.
station (required) - Station namedate (optional) - YYYY-MM-DD, "today", "tomorrow", "+2 days"time (optional) - HH:MM (24h)arrival (optional) - Show arrivals instead of departureslang (optional)Find routes between two stations.
from_station (required) - Departure stationto_station (required) - Destination stationdate, time, lang (optional)arrival_time (optional) - If true, time is desired arrival timeDetailed information about a specific train.
train_id (required) - e.g. "IC1234" or "BE.NMBS.IC1234"date, lang (optional)Current network disruptions and planned works.
lang (optional)uv pip install -e ".[dev]"
python -m pytest tests/ -vMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.