sbb-mcp
sbb-mcp
SwissTrip SBB MCPサービス用のMCPクライアントです。AIアシスタントをスイス連邦鉄道(SBB / CFF / FFS)のライブデータ(列車の時刻表、駅検索、チケット価格、直接購入リンク)に接続します。
本パッケージはシンクライアントです。SBB APIへのアクセス、発券、プロファイル同期はすべて、ホストされているSwissTripサーバー https://mcp.swisstrip.app/mcp 上で実行されます。
インストール
Claude Desktop
claude_desktop_config.json に以下を追加してください:
{
"mcpServers": {
"sbb": {
"command": "npx",
"args": ["-y", "sbb-mcp"]
}
}
}Cursor
~/.cursor/mcp.json に以下を追加してください:
{
"mcpServers": {
"sbb": {
"command": "npx",
"args": ["-y", "sbb-mcp"]
}
}
}ChatGPT (Plus / Pro / Business / Enterprise with Developer Mode)
インストールは不要です。以下のカスタムコネクタを追加してください:
https://mcp.swisstrip.app/mcpRelated MCP server: swiss-rail-mcp
ツール
search_stations— スイスの駅、住所、POI(興味のある地点)を検索search_connections— 2駅間の列車時刻表を検索get_trip_details— すべての途中停車駅を含む詳細な旅程を取得get_more_connections— 前回の検索結果に対して、より早いまたは遅い列車を取得get_prices— 半額カード(Halbtax)やGA割引を適用したチケット価格を取得get_ticket_link— SBB.chへの直接購入リンクを取得save_profile/get_profile— 旅行者プロファイルをローカルに保存list_travelers— 複数人(家族など)の料金計算(SWISSTRIP_TOKENが必要)
オプション設定
環境変数 | 用途 |
| SwissTripアカウントから旅行者プロファイルを同期します。https://swisstrip.app/settings/developer で発行してください。 |
| ホストされているサーバーURLを上書きします。デフォルト: |
ライセンス
プロプライエタリ。 LICENSE を参照してください。 © 2026 SwissTrip。
商用ライセンスに関するお問い合わせ: fabsforward2@gmail.com
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceSwiss open data MCP server — transport, weather, geodata, companies, etc,. Zero API keys.7647622MIT
- AlicenseAqualityDmaintenanceA zero-authentication MCP server for Swiss public transport, enabling users to query train connections, disruptions, station facilities, and plan journeys using natural language.12MIT
- AlicenseAqualityDmaintenanceMCP server for Swiss public transport — connections, stationboards, real-time delays, and direct booking links for SBB.41MIT
- Alicense-qualityCmaintenanceEnables querying Swiss public transport data (stations, departures, connections) from the Transport Open Data API via natural language through an MCP gateway.3MIT
Related MCP Connectors
Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip.
Swiss Transport MCP — wraps Transport Open Data API (free, no auth)
iRail MCP — Belgian rail (SNCB/NMBS) real-time via the community iRail API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fabsbags/sbb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server