{
  "markdown": "# swisstrip-mcp\n\nThe canonical SwissTrip MCP client. Connects AI assistants to Swiss Federal Railways (SBB / CFF / FFS) data: train schedules, station search, ticket prices, and direct ticket purchase links.\n\nBacked by SwissTrip's hosted MCP service at `https://mcp.swisstrip.app/mcp`. Independent third-party implementation; not the official SBB MCP.\n\n## Install\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"swisstrip\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"swisstrip-mcp\"]\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"swisstrip\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"swisstrip-mcp\"]\n    }\n  }\n}\n```\n\n### Gemini CLI / Continue / other stdio MCP clients\n\nSame pattern: `command: npx`, `args: [\"-y\", \"swisstrip-mcp\"]`.\n\n### ChatGPT (Plus / Pro / Business / Enterprise with Developer Mode)\n\nNo install required. Add a custom connector pointing at:\n\n```\nhttps://mcp.swisstrip.app/mcp\n```\n\n## Tools\n\n- `search_stations` — find Swiss stations, addresses, and points of interest\n- `search_connections` — train schedules between two stations\n- `get_trip_details` — detailed trip with all intermediate stops\n- `get_more_connections` — earlier or later trains for a previous search\n- `get_prices` — ticket prices with Halbtax / GA / Sparbillet discounts\n- `get_ticket_link` — direct purchase link to SBB.ch\n\n## Languages\n\nTool descriptions and natural-language responses available in **9 languages**: English, German, French, Italian, Spanish, Portuguese, Dutch, Polish, Russian.\n\n## Optional configuration\n\n| Environment variable | Purpose |\n|---|---|\n| `SWISSTRIP_MCP_URL` | Override the hosted server URL. Default: `https://mcp.swisstrip.app/mcp`. |\n| `SBB_MCP_URL` | Same as above (legacy name, still supported). |\n\n## Aliases (also published, all spawn this canonical package)\n\nThe following npm packages are brand-protective aliases that spawn `swisstrip-mcp`:\n\n- `swisstrip`, `swisstrip-ai`, `swisstrip-server` — SwissTrip-branded\n- `sbb-mcp`, `sbb-mcp-official`, `sbb-cff-ffs-mcp` — SBB-themed (may transfer to SBB AG on request)\n- `swiss-rail-mcp`, `swiss-railways-mcp`, `swiss-train-mcp` — generic descriptive\n\nRecommended: install `swisstrip-mcp` directly. The aliases exist for discoverability and brand protection.\n\n## License\n\nProprietary. See [LICENSE](./LICENSE). © 2026 SwissTrip.\n\nFor commercial licensing inquiries: fabsforward2@gmail.com.\n",
  "bytes": 2465,
  "sha": "70bafafb49e06d84b78d63687e069ae78a95873ac5d86183b3c694889a40262e",
  "repo_slug": "fabsbags/swisstrip-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_fabsbags_swisstrip_mcp_fa87991d/readme"
}