Swiss open data MCP server — 68 tools across 20 modules. Zero API keys.
MCP Swiss MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Swiss open data MCP server — 68 tools across 20 modules. Zero API keys.
mcp-swiss is a Model Context Protocol server that gives any AI assistant direct access to Swiss open data — trains, weather, rivers, maps, and companies.
Once MCP Swiss is connected, these are the calls the assistant has available:
search_stations — Find stations/stops by name or locationget_connections — Journey planner between any two pointsget_departures — Live departures from a stationget_arrivals — Live arrivals at a stationget_nearby_stations — Stations near coordinatesget_weather — Current conditions at a MeteoSwiss stationlist_weather_stations — All ~160 MeteoSwiss stations with metadataget_weather_history — Historical weather data (up to 32 days)get_water_level — River/lake level + temperature (BAFU)list_hydro_stations — All 400+ hydrological monitoring stationsget_water_history — Historical hydrology datageocode — Swiss address → coordinatesInstallation goes through your MCP client rather than a global install: point it at mcp-swiss on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Swiss's toolset — search_stations, get_connections, get_departures and 11 more — is a fair guide to whether it matches your workflow. It is maintained by vikramgorla; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Swiss's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_stations | Find stations/stops by name or location |
| get_connections | Journey planner between any two points |
| get_departures | Live departures from a station |
| get_arrivals | Live arrivals at a station |
| get_nearby_stations | Stations near coordinates |
| get_weather | Current conditions at a MeteoSwiss station |
| list_weather_stations | All ~160 MeteoSwiss stations with metadata |
| get_weather_history | Historical weather data (up to 32 days) |
| get_water_level | River/lake level + temperature (BAFU) |
| list_hydro_stations | All 400+ hydrological monitoring stations |
| get_water_history | Historical hydrology data |
| geocode | Swiss address → coordinates |
| reverse_geocode | Coordinates → Swiss address |
| search_places | Swiss place names, mountains, lakes, features |
{
"mcpServers": {
"swiss": {
"command": "npx",
"args": ["-y", "mcp-swiss"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.