← 返回
未分类 中文

Pipeworx swisstransport

Provides real-time Swiss public transport info including station search, route planning with schedules, and live departure boards for trains, buses, and trams.
提供瑞士公共交通实时信息,包括站点搜索、时刻表路线规划以及火车、公交、有轨电车发车信息。
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 365
下载
💾 0
安装
1
版本
#latest

概述

Swiss Transport

Real-time Swiss public transport data: train, bus, and tram schedules from SBB and regional operators.

search_stations

Find stations by name. Returns station ID, name, and coordinates.

get_connections

Route planning between two locations. Returns departure/arrival times, duration, number of transfers, platform numbers, delays, and a breakdown of each journey section (which train/bus, intermediate stops).

get_stationboard

Live departure board for any station. Shows the next departures with line name, category, destination, platform, and delay information.

Example: Zurich to Bern connections

curl -X POST https://gateway.pipeworx.io/swisstransport/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_connections","arguments":{"from":"Zurich HB","to":"Bern","limit":3}}}'

Example: departures from Geneva

curl -X POST https://gateway.pipeworx.io/swisstransport/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_stationboard","arguments":{"station":"Geneve","limit":5}}}'
{
  "mcpServers": {
    "swisstransport": {
      "url": "https://gateway.pipeworx.io/swisstransport/mcp"
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 18:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 244 📥 30,678
life-service

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 457 📥 229,442
life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 56 📥 85,234