Wraps the Swiss Transport Open Data API to give Claude real-time access to Switzerland's public transit network. No authentication required. Part of the Pipeworx gateway, which bundles 250+ data sources behind a single MCP endpoint. You can call individual tools directly or use the ask_pipeworx function to query in plain English and let the gateway route to the right API. Useful if you're building travel tools, need Swiss rail schedules, or want to prototype transit features without managing API keys. The source doesn't list specific tools, but the underlying Transport API typically covers station lookups, connections, and departure boards.
Swiss Transport MCP — wraps Transport Open Data API (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"swisstransport": {
"url": "https://gateway.pipeworx.io/swisstransport/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Swisstransport data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json