MCP.so
登录
B

Belgian Train Schedule

@hansf

关于 Belgian Train Schedule

> **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](https://www.belgiantrain.be) or the NMBS/SNCB app) be

基本信息

分类

生产力

传输方式

stdio

发布者

hansf

提交者

Hans Fraiponts

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "irail": {
      "command": "uvx",
      "args": [
        "irail-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Belgian Train Schedule?

A Model Context Protocol (MCP) server that provides Belgian railway travel information via the iRail API. It is not affiliated with or supported by iRail vzw.

How to use Belgian Train Schedule?

Install with Python 3.11+ and uv, then configure in your MCP client (e.g., Claude Code’s .mcp.json) with command uvx and args ["irail-mcp"]. Use natural language queries to get station searches, live departure/arrival boards, route connections, train details, and network disturbances.

Key features of Belgian Train Schedule

  • Search stations by name
  • Get live departure and arrival boards for any station
  • Plan routes between two stations with optional date/time
  • View detailed train information including stops, delays, and platforms
  • Fetch current network disruptions and planned maintenance

Use cases of Belgian Train Schedule

  • Ask “What trains leave Brussels Central in the next hour?”
  • Ask “Find a route from Antwerp to Bruges at 2:30 PM tomorrow.”
  • Ask “Are there any disruptions on the Belgian rail network?”
  • Ask “Show me details for train IC2240.”

FAQ from Belgian Train Schedule

What are the runtime requirements?

Python 3.11+ and the uv package manager are required. Install dependencies via uv pip install -e ..

Is this server officially supported by iRail?

No. This project is not affiliated with or supported by iRail vzw. Train data may be inaccurate or outdated.

How accurate is the train data?

Data comes from the iRail API and may be inaccurate or outdated. Always verify with official sources like belgiantrain.be or the NMBS/SNCB app before making travel decisions.

Are there any rate limits?

Yes, the server enforces a limit

评论

生产力 分类下的更多 MCP 服务器