Skip to main content
Glama

mcp-server-public-transport

be_search_connections

Find real-time train connections in Belgium between two stations using iRail API. Specify origin, destination, and optional date, time, or results limit.

Instructions

Search train connections in Belgium between two stations. Powered by iRail API for real-time routes and schedules.

Input Schema

NameRequiredDescriptionDefault
dateNo
destinationYes
originYes
resultsNo
timeNo

Input Schema (JSON Schema)

{ "properties": { "date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Date" }, "destination": { "title": "Destination", "type": "string" }, "origin": { "title": "Origin", "type": "string" }, "results": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 4, "title": "Results" }, "time": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Time" } }, "required": [ "origin", "destination" ], "type": "object" }

Other Tools from mcp-server-public-transport

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mirodn/mcp-server-public-transport'

If you have feedback or need assistance with the MCP directory API, please join our Discord server