
Swisstrip Mcp
Let your coding agent query Swiss public-rail schedules, fares, and ticket deep links without scraping SBB sites.
Overview
SwissTrip MCP is a MCP server for the Build phase that gives agents independent Swiss rail schedules, prices, and ticket links through SwissTrip.
What is this MCP server?
- Independent SBB/CFF/FFS schedules and prices via SwissTrip (not an official SBB MCP).
- Hosted streamable-http remote at https://mcp.swisstrip.app/mcp plus npm stdio package swisstrip-mcp v0.6.3.
- Ticket links suitable for handing end users a purchase path after an agent plans a route.
- Optional SWISSTRIP_MCP_URL override for self-hosted or alternate endpoints.
- Registry version 0.6.3 with npm identifier swisstrip-mcp
- Default remote endpoint https://mcp.swisstrip.app/mcp (streamable-http)
- Documents SBB/CFF/FFS coverage via independent SwissTrip data
What problem does it solve?
Agents cannot reliably plan Swiss train trips when they lack structured timetable, fare, and ticketing data beyond generic web search.
Who is it for?
Indie builders adding Swiss public-transport features to agents, SaaS side projects, or mobile companions targeting CH travelers.
Skip if: Teams that need guaranteed official SBB APIs, real-time occupancy, or non-Swiss rail networks without another provider.
What do I get? / Deliverables
After you add the server, your agent can answer route and price questions with SwissTrip-backed results and share ticket links in the same thread.
- Agent-callable SwissTrip schedule and price results
- Ticket deep links for proposed itineraries
- Optional self-managed stdio MCP process via npm
Recommended MCP Servers
Journey fit
SwissTrip is wired when you are building or extending a product that needs live timetable and pricing data, not during early ideation alone. Canonical shelf is integrations because the server exposes SwissTrip as an MCP tool surface for agents and apps.
How it compares
Specialized Swiss rail data MCP, not a general browser automation or maps skill.
Common Questions / FAQ
Who is SwissTrip MCP for?
Solo and small-team developers building AI assistants or apps that must plan or price Swiss SBB/CFF/FFS journeys from Claude Code, Cursor, Codex, or other MCP clients.
When should I use SwissTrip MCP?
Use it during Build when you integrate agent tooling and need schedule, price, and ticket-link tools instead of manual SBB site lookups.
How do I add SwissTrip MCP to my agent?
Point your MCP client at the hosted URL https://mcp.swisstrip.app/mcp (streamable-http) or install npm package swisstrip-mcp 0.6.3 with stdio transport; set SWISSTRIP_MCP_URL only if you override the default host.