mcpbeat Sign in

Swisstrip MCP Server

not responding

Swisstrip MCP is listed as active in the registry but did not answer our last check. 63 installs a week from npm. It exposes 6 tools. Last commit 28 Apr 2026.

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

Installs per day peak 27 · avg 12 · -5% w/w
a month agotoday
Uptime history 48 days of history · worst day 0%
48 days agonow
0.0%
Uptime 24h
0 of 91 checks
6
Tools
read from the server
172 ms
Response time
average over 24h
63
Installs / week
npm and PyPI

Swisstrip MCP does not always answer

Over the last week it answered 7.2% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add swisstrip-mcp --transport http https://mcp.swisstrip.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swisstrip-mcp": {
      "url": "https://mcp.swisstrip.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.swisstrip-mcp]
url = "https://mcp.swisstrip.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "swisstrip-mcp": {
      "url": "https://mcp.swisstrip.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "swisstrip-mcp": {
      "url": "https://mcp.swisstrip.app/mcp"
    }
  }
}

This one needs environment variables set before it will start: SWISSTRIP_MCP_URL (Override the hosted server URL. Default: https://mcp.swisstrip.app/mcp.). The author declared them in the registry entry; get the values from the project itself.

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

connections
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/arrival times, duration, transfers, and trip IDs for downstream pricing/details/ticket calls. Live data: includes delays and cancellations for trains departing within 30 min.
more
get_more_connections
Load earlier or later train connections for a previous search. Use the collection ID from search_connections results.
prices
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 calling once per connection. Use trip_ids from a recent search_connections result; do not invent IDs.
stations
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 names directly, so this tool is only needed when the user explicitly asks for station info or when you need disambiguation between multiple matches.
ticket
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 applied automatically.
trip
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.swisstrip.app/mcp streamable-http answering 172 ms 9 min ago

Alternatives to Swisstrip MCP

same job, measured the same way
Housecall Pro MCP
by hcpapi

Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule.

69 installs/wk local only
Timezest MCP
by sagarkalra-tech

MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude.

40 installs/wk local only
Turniermeister — Tournament Engine
by martymcflyjr

Turnier engine: AI prepares a real tournament (bracket, schedule) and returns a claim link.

1 tools answering
diggercamp
by diggercamp

Find independent music by how it sounds: similar tracks and playlists from a track link.

6 tools answering
Myersparkathleticzone MCP
by chrischall

Myers Park HS athletics — schedules, teams, rosters, coaches, news and broadcast links

230 installs/wk local only
MCP Server Cal
by aiwerk

Cal.com scheduling MCP server: manage bookings, event types, and availability.

55 installs/wk local only
VerifyMCP
by verifymcp

Independent trust scores, tool surfaces and change history for MCP servers.

9 tools answering
India MCP Railways
by samarth-23-eng

MCP server for Indian Railways: search trains, stations, schedules and live status.

local only

Swisstrip MCP — questions

Answers built from our own checks of this server.

What can Swisstrip MCP do?
It exposes 6 tools, read directly from the server on our last check. Among them: get_more_connections, get_prices, get_ticket_link, get_trip_details, search_connections, search_stations. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Swisstrip MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 172 ms. The bar chart above shows every period we have measured.
The registry lists Swisstrip MCP as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Swisstrip MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Swisstrip MCP need an API key?
No. Swisstrip MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How many people use Swisstrip MCP?
The npm package swisstrip-mcp was installed 63 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Swisstrip MCP open source?
No, and the distinction matters: it ships its own licence file rather than a standard open-source licence. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.