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
Jinko MCP live
Turn your ChatGPT to a super travel agent
7 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
com.mydriverparis/booking live
Book premium private chauffeur transfers in Paris and across Europe via AI agents.
8 tools · streamable-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
Skiplagged MCP live
Skiplagged MCP Server for flight search, hotel booking, and travel planning
10 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"
    }
  }
}