Skip to content
Back to search
100
MCP live v0.6.1 streamable-http

io.github.Fabsbags/swisstrip-mcp

io.github.Fabsbags/swisstrip-mcp

Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip.

Uptime
100.0%
3 probes
Response
98ms
last probe
Tools
6
callable

Tools · 6

search_stations

Search for Swiss train stations, addresses, or points of interest by name. Returns UIC station IDs (e.g. "8503000" for Zürich HB) used by the other tools. Note: search_connections accepts station name…

search_connections

Find train connections between two Swiss stations. Accepts station names directly (e.g. "Zürich HB", "Bern") or UIC IDs — name resolution happens internally. Returns live schedules with departure/arri…

get_trip_details

Get detailed information about a specific train connection including all intermediate stops, platforms, and occupancy. Use a trip ID from search_connections results.

get_more_connections

Load earlier or later train connections for a previous search. Use the collection ID from search_connections results.

get_prices

Get ticket prices in CHF for one or more train connections. Supports Half-Fare card (Halbtax) and GA travelcard discounts. Up to 10 trip_ids per call — batch them in a single request rather than calli…

get_ticket_link

Get a direct purchase link to buy a train ticket on SBB.ch. Only call this when the user wants to buy a specific ticket. On mobile with SBB app installed, opens directly in the app with Halbtax/GA app…

Similar MCP servers embedding-nearest

io.github.fabsbags/swisstrip-mcp
Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip.
0 tools · streamable-http
sbb-mcp
Independent MCP server by swisstrip for Swiss Federal Railways (SBB/CFF/FFS) — all schedules, prices, ticket links via SBB's official SMAPI.
0 tools · http
io.github.malkreide/swiss-transport-mcp
OJP 2.0 journey planning, SIRI-SX disruptions, occupancy, fares, train formation
0 tools
SubwayInfo NYC live
Real-time NYC transit data for subway, bus, ferry, commuter rail, and Citi Bike. Get live arrivals, service alerts, trip planning, and stati
25 tools · http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
swisstransport
Swiss Transport MCP — wraps Transport Open Data API (free, no auth)
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.fabsbags/swisstrip-mcp": {
      "url": "https://mcp.swisstrip.app/mcp",
      "transport": "streamable-http"
    }
  }
}