Pipeworx Swisstransport
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-swisstransportSwiss 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"
}
}
}
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-swisstransport": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sunrisesunset
Skill by brucegutman