Back to Browse

Swiss Road Mobility MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

GBFS shared mobility, EV charging, DATEX II traffic, Park & Rail

About

GBFS shared mobility, EV charging, DATEX II traffic, Park & Rail

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (42/43 approved).

3 files analyzed Β· 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-malkreide-swiss-road-mobility-mcp": {
      "args": [
        "swiss-road-mobility-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

πŸ‡¨πŸ‡­ Part of the Swiss Public Data MCP Portfolio

πŸš— Swiss Road & Mobility MCP Server

Version License: MIT Python 3.11+ MCP CI

MCP Server for Swiss road mobility β€” shared vehicles, EV charging, traffic alerts, Park & Rail, and multimodal trip planning

πŸ‡©πŸ‡ͺ Deutsche Version


Demo

Demo: Claude using road_mobility_snapshot at ZΓΌrich HB


Overview

swiss-road-mobility-mcp provides AI-native access to Swiss road and mobility data sources:

SourceDataAPIAuth
sharedmobility.chBikes, e-scooters, cars (GBFS)REST/JSONNone
ich-tanke-strom.chEV charging stationsGeoJSONNone
opentransportdata.swissTraffic events, counting stationsDATEX II / SOAP+XMLFree key
data.sbb.chPark & Rail facilitiesREST/JSON (Opendatasoft)None
transport.opendata.chPublic transport connectionsREST/JSONNone
geo.admin.chAddress geocoding, road classificationREST/JSONNone

If the Swiss Transport MCP is the GA pass for rail, this server is the vignette + Park & Rail card + sharing subscription for the road β€” together they paint the complete multimodal picture of Swiss mobility.

Anchor demo query: "I'm in Dietikon with my car. I need to get to Bern. Where can I park? Which train should I take?"


Features

  • 15 tools across six data sources (Phase 1–4)
  • road_mobility_snapshot β€” aggregated mobility overview for any location
  • road_multimodal_plan β€” car + Park & Rail + public transport in one plan
  • No API key required for 12 of 15 tools
  • Dual transport β€” stdio (Claude Desktop) + SSE (cloud)
  • Rate limiting + caching for all endpoints

Prerequisites

  • Python 3.11+
  • uv (recommended) or pip

Installation

# Clone the repository
git clone https://github.com/malkreide/swiss-road-mobility-mcp.git
cd swiss-road-mobility-mcp

# Install
pip install -e .
# or with uv:
uv pip install -e .

Or with uvx (no permanent installation):

uvx swiss-road-mobility-mcp

Quickstart

# stdio (for Claude Desktop)
swiss-road-mobility-mcp
# or:
python -m swiss_road_mobility_mcp.server

# SSE (for cloud / Render.com)
MCP_TRANSPORT=sse MCP_PORT=8001 swiss-road-mobility-mcp

Try it immediately in Claude Desktop:

"Show me everything mobility-related at Zurich HB." "Find shared bikes near Bern Bahnhof." "Where can I charge my EV near Lucerne?"

β†’ More use cases by audience β†’


Configuration

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "swiss-road-mobility": {
      "command": "uvx",
      "args": ["swiss-road-mobility-mcp"],
      "env": {
        "OPENTRANSPORTDATA_API_KEY": "<your-token>"
      }
    }
  }
}

Or with python:

{
  "mcpServers": {
    "swiss-road-mobility": {
      "command": "python",
      "args": ["-m", "swiss_road_mobility_mcp.server"],
      "env": {
        "OPENTRANSPORTDATA_API_KEY": "<your-token>"
      }
    }
  }
}

Shared mobility, EV charging, Park & Rail, and the multimodal planner work without an OPENTRANSPORTDATA_API_KEY. The key is only required for the DATEX II traffic tools.

Config file locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Cloud Deployment (SSE for browser access)

For use via claude.ai in the browser (e.g. on managed workstations without local software):

Render.com (recommended):

  1. Push/fork the repository to GitHub
  2. On render.com: New Web Service -> connect GitHub repo
  3. Set start command: MCP_TRANSPORT=sse MCP_PORT=8001 swiss-road-mobility-mcp
  4. In claude.ai under Settings -> MCP Servers, add: https://your-app.onrender.com/sse
SSE security (SEC-009)

A public SSE endpoint is reachable by anyone. To protect it (and your upstream API quota), configure these environment variables on the host:

VariableEffect
MCP_AUTH_TOKENWhen set, every SSE request must send Authorization: Bearer <token>. Unset = unauthenticated (the server logs a loud warning at startup). Strongly recommended for any public deployment.
MCP_RATE_LIMITMax requests per client IP per window (default 60, 0 disables).
MCP_RATE_WINDOWWindow length in seconds (default 60).
ALLOWED_ORIGINSComma-separated CORS origins for browser clients. Empty by default: no cross-origin access. * allows any origin and is logged as a warning. Does not affect stdio or other non-browser clients.

The local stdio transport needs none of this β€” it runs in the user's trusted context.

Observability (OBS-003 / OBS-006)
VariableEffect
MCP_LOG_LEVELLog level: DEBUG / INFO (default) / WARNING / ERROR.
MCP_LOG_FORMATtext (default) or json for structured logs. All logs go to stderr.
MCP_TRACING_ENABLEDtrue enables OpenTelemetry tracing (off by default).
OTEL_EXPORTER_OTLP_ENDPOINTOTLP collector URL; setting it also enables tracing. Standard OTEL_* vars are honoured by the SDK.

Tracing needs the optional extra: pip install 'swiss-road-mobility-mcp[tracing]'. Once enabled, every upstream API call is traced automatically (httpx instrumentation) and SSE requests get server spans with W3C trace-context propagation.


Available Tools

Shared Mobility & EV Charging (no API key required)

ToolDescriptionCache
road_find_sharingShared mobility nearby (bikes, e-scooters, cars)60s
road_search_sharingSearch sharing stations by name5min
road_sharing_providersAll sharing providers in Switzerland1h
road_find_chargerEV charging stations nearby5min
road_charger_statusReal-time availability of charging stations1min
road_check_statusServer & API health check-

Traffic (free API key required)

ToolDescriptionCache
road_traffic_situationsAccidents, roadworks, congestion from ASTRA/VMZ-CH2min
road_traffic_countersVehicles/h + km/h at counting stations near a position1min
road_counter_sitesList counting stations nearby24h

Park & Rail + Multimodal (no API key required)

ToolDescriptionCache
road_park_railFind SBB Park+Rail facilities nearby5min
road_mobility_snapshotComplete mobility overview for a location-
road_multimodal_planPlan car -> Park+Rail -> public transport -> destination-

Geography & Addresses β€” Phase 4 (no API key required)

ToolDescriptionCache
road_geocode_addressSwiss address -> GPS (official building address register)-
road_reverse_geocodeGPS -> official address with EGID/EGAID (GWR)-
road_classify_roadRoad classification via swissTLM3D-

Example Use Cases

QueryTool
"Find shared bikes near Zurich HB"road_find_sharing
"Where can I charge my EV near Bern?"road_find_charger
"Any traffic incidents on the A1?"road_traffic_situations
"Where can I park near Winterthur station?"road_park_rail
"Plan my trip from Dietikon to Bern by car + train"road_multimodal_plan

API Key for Traffic Tools

  1. Register: https://api-manager.opentransportdata.swiss
  2. Create a new application -> subscribe to the "Strassenverkehr" API
  3. Copy the token
export OPENTRANSPORTDATA_API_KEY=<your-token>

Without a key, the traffic tools return a descriptive error message including the exact registration link β€” no crash.


Architecture

swiss_road_mobility_mcp/
β”œβ”€β”€ server.py             # FastMCP server, 15 tools
β”œβ”€β”€ api_infrastructure.py # Rate limiter, cache, HTTP client, geo utilities
β”œβ”€β”€ shared_mobility.py    # sharedmobility.ch
β”œβ”€β”€ ev_charging.py        # ich-tanke-strom.ch
β”œβ”€β”€ traffic_situations.py # DATEX II traffic alerts (SOAP/XML)
β”œβ”€β”€ traffic_counters.py   # DATEX II counting stations (SOAP/XML)
β”œβ”€β”€ park_rail.py          # SBB Open Data Park & Rail
β”œβ”€β”€ multimodal.py         # Snapshot + trip planner (cross-source)
└── geo_admin.py          # geo.admin.ch geocoding + road classification

Data Source Characteristics

SourceProtocolCoverageAuth
sharedmobility.chREST/JSON (GBFS)All CH sharing providersNone
ich-tanke-strom.chGeoJSONAll public EV chargersNone
opentransportdata.swissDATEX II / SOAP+XMLASTRA traffic dataFree key
data.sbb.chREST/JSON (Opendatasoft)SBB Park & RailNone
transport.opendata.chREST/JSONPublic transport schedulesNone
geo.admin.chREST/JSONOfficial addresses, roadsNone

In-depth docs: docs/ARCHITECTURE.md (MCP primitives, tool namespacing, use-case catalogue, phase roadmap) Β· docs/SECURITY.md (credential model, egress allow-list, auth, MCP conformance table) Β· docs/OPERATIONS.md (resource limits, restart policy, health).


Project Structure

swiss-road-mobility-mcp/
β”œβ”€β”€ src/swiss_road_mobility_mcp/
β”‚   β”œβ”€β”€ __init__.py              # Package
β”‚   β”œβ”€β”€ server.py                # FastMCP server, 15 tools
β”‚   β”œβ”€β”€ api_infrastructure.py    # Rate limiter, cache, HTTP client
β”‚   β”œβ”€β”€ shared_mobility.py       # Shared vehicles
β”‚   β”œβ”€β”€ ev_charging.py           # EV charging stations
β”‚   β”œβ”€β”€ traffic_situations.py    # Traffic events
β”‚   β”œβ”€β”€ traffic_counters.py      # Vehicle counting
β”‚   β”œβ”€β”€ park_rail.py             # Park & Rail
β”‚   β”œβ”€β”€ multimodal.py            # Snapshot + trip planning
β”‚   └── geo_admin.py             # Geocoding + roads
β”œβ”€β”€ tests/
β”‚   β”œβ”€β”€ test_integration.py      # Live API tests
β”‚   └── test_phase3.py           # Park & Rail + multimodal tests
β”œβ”€β”€ .github/workflows/ci.yml     # GitHub Actions (Python 3.11/3.12/3.13)
β”œβ”€β”€ pyproject.toml
β”œβ”€β”€ CHANGELOG.md
β”œβ”€β”€ CONTRIBUTING.md               # Contribution guide (English)
β”œβ”€β”€ CONTRIBUTING.de.md            # Contribution guide (German)
β”œβ”€β”€ SECURITY.md                   # Security policy (English)
β”œβ”€β”€ SECURITY.de.md                # Security policy (German)
β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md                    # This file (English)
└── README.de.md                 # German version

Known Limitations

  • Shared Mobility: The sharedmobility.ch API does not enforce strict radius filtering; vehicles slightly outside the specified radius may appear
  • EV Charging: Station naming conventions vary between operators; some stations may appear without detailed names
  • Traffic (DATEX II): Requires a free API key; without it, traffic tools return helpful error messages
  • Park & Rail: SBB occasionally renames endpoints; the server includes a fallback chain
  • Multimodal Planner: Response time depends on the slowest of the queried sources

MCP Protocol Version

This server speaks two protocol eras over the same endpoint. The client's first request on a connection decides which one applies; a later claim from the other era is refused.

EraRevisionWho reaches it
initialize handshake2024-11-05 … 2025-11-25What today's clients speak. The server answers with the revision asked for, or with the 2025-11-25 ceiling when the request asks for something newer.
Per-request envelope2026-07-28A request carrying the 2026-07-28 _meta envelope opens a modern connection.

Both revisions are pinned in tests/test_protocol_version.py and asserted against the installed SDK, so a Dependabot bump of mcp cannot move either one silently. This server builds no ASGI app to send an initialize through, so the gate asserts the SDK constants rather than a measured response β€” the weaker form, named rather than left unsaid.

Note that the SDK's LATEST_PROTOCOL_VERSION is an alias for the modern era, not for the handshake era β€” pinning against it alone would leave the era that current clients actually negotiate free to drift.

Update policy. When the gate fails, do not edit the constant blindly: read the spec changelog between the two revisions, verify the server still behaves, then move the constant, this section, README.de.md and CHANGELOG.md together.


Testing

# All tests
pytest tests/ -v

# Quick check (without pytest)
python tests/test_phase3.py

Safety & Limits

  • Read-only: All tools perform HTTP GET requests only β€” no data is written, modified, or deleted on any upstream system.
  • No personal data: Location coordinates passed as tool inputs are not stored, logged, or forwarded beyond the immediate API request. API responses contain no PII β€” only vehicle counts, charger availability, traffic events, and geographic metadata.
  • Rate limiting: The server enforces client-side rate limits (Shared Mobility: 30 req/60s; EV Charging: 10 req/60s) to protect upstream APIs. The DATEX II key is subject to opentransportdata.swiss fair-use terms.
  • Caching: Responses are cached in-process (Sharing: 60s Β· EV: 5 min Β· Park+Rail: 5 min Β· Traffic: 1–2 min). Real-time data reflects the cache age, not necessarily the current second.
  • Terms of service: Data is subject to the ToS of each upstream source β€” sharedmobility.ch, ich-tanke-strom.ch, opentransportdata.swiss, data.sbb.ch (CC BY), geo.admin.ch (BGDI).
  • No guarantees: This server is an independent community project, not affiliated with SBB, ASTRA, sharedmobility.ch, or any API provider. Availability depends on upstream services.

Changelog

See CHANGELOG.md


Contributing

See CONTRIBUTING.md


Security

See SECURITY.md for the security posture and vulnerability reporting.


License

MIT License β€” see LICENSE


Author

Hayal Oezkan Β· malkreide


Credits & Related Projects

Installation

Run via uv's uvx β€” no clone or manual install needed. Add to your MCP client config (mcpServers for Claude Desktop, Cursor and Windsurf; use a top-level servers key for VS Code in .vscode/mcp.json):

{
  "mcpServers": {
    "swiss-road-mobility-mcp": {
      "command": "uvx",
      "args": [
        "swiss-road-mobility-mcp"
      ]
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!