MCP Hub
Back to servers

swisstransport

Swiss Transport MCP — wraps Transport Open Data API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-swisstransport

MCP server for Swiss public transport schedules and connections via transport.opendata.ch. Free, no auth required.

Tools

ToolDescription
search_stationsSearch for Swiss public transport stations by name
get_connectionsGet connections between two locations
get_stationboardGet the live departure board for a station

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "swisstransport_get_connections",
      "arguments": { "from": "Zurich HB", "to": "Bern" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review