Server data from the Official MCP Registry
City of Zurich weather, air quality, parking, geodata, Gemeinderat, tourism
City of Zurich weather, air quality, parking, geodata, Gemeinderat, tourism
Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-malkreide-zurich-opendata-mcp": {
"args": [
"zurich-opendata-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
π¨π Part of the Swiss Public Data MCP Portfolio
π English | Deutsch
An MCP (Model Context Protocol) server providing AI-powered access to Open Data from the City of Zurich, Switzerland.
Enables Claude, ChatGPT, and other MCP-compatible AI assistants to directly query 900+ datasets, geodata, parliamentary proceedings, council resolutions, tourism data, linked data, and real-time environmental and mobility information from the City of Zurich. 24 Tools, 5 Resources, 6 APIs.
zurich_search_datasets β Full-text search with Solr syntax across 900+ datasetszurich_get_dataset β Complete metadata and download URLs for a datasetzurich_datastore_query β Query tabular data directly (filters, sorting)zurich_datastore_sql β SQL queries on the DataStorezurich_list_categories β Browse 19 thematic categorieszurich_list_tags β Tag-based thematic searchzurich_weather_live β π€οΈ Current weather (temperature, humidity, pressure, rain) from 5 UGZ stationszurich_air_quality β π¬οΈ Live air quality (NOβ, Oβ, PM10, PM2.5) with WHO thresholdszurich_water_weather β π Lake Zurich data (water temperature, level, wind) every 10 minzurich_pedestrian_traffic β πΆ Pedestrian counts on Bahnhofstrasse (3 locations, hourly)zurich_vbz_passengers β π VBZ public transit ridership (800,000+ records, all lines/stops)zurich_parking_live β π
ΏοΈ Real-time occupancy of 36 parking garages (ParkenDD)zurich_geo_layers β π List 14 available geodata layerszurich_geo_features β π Fetch GeoJSON features (schools, districts, playgrounds, climate data, etc.)zurich_parliament_search β ποΈ Search parliamentary proceedings (interpellations, motions, postulates)zurich_parliament_members β ποΈ Search council members (party, commissions, mandates)zurich_tourism β π¨ Attractions, restaurants, hotels, events (Schema.org data, 4 languages)zurich_sparql β π SPARQL queries on the statistical linked data endpoint (currently disabled β endpoint not productive yet)search_stadtratsbeschluesse β π Full-text search of public council resolutions (title, department, date range)get_beschluesse_by_departement β π List all resolutions of a department (e.g. SSD, FD, PRD)get_stadtratsbeschluss_detail β π Single resolution by NNNN/YYYY numberzurich_analyze_datasets β Comprehensive analysis: relevance, recency, data structurezurich_catalog_stats β Catalog overview with statisticszurich_find_school_data β Curated search for education-related datasetszurich://dataset/{name} β Dataset metadatazurich://category/{group_id} β Category detailszurich://parking β Current parking datazurich://geo/{layer_id} β GeoJSON geodata (14 layers)zurich://tourism/categories β Tourism categories# Clone
git clone https://github.com/malkreide/zurich-opendata-mcp.git
cd zurich-opendata-mcp
# Install
pip install -e .
# Or with uv
uv pip install -e .
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"zurich-opendata": {
"command": "python",
"args": ["-m", "zurich_opendata_mcp.server"],
"env": {}
}
}
}
Alternatively, using the installed command:
{
"mcpServers": {
"zurich-opendata": {
"command": "zurich-opendata-mcp"
}
}
}
claude mcp add zurich-opendata -- python -m zurich_opendata_mcp.server
Add to .vscode/settings.json:
{
"mcpServers": {
"zurich-opendata": {
"command": "python",
"args": ["-m", "zurich_opendata_mcp.server"]
}
}
}
Once configured, you can ask Claude:
zurich_weather_livezurich_air_qualityzurich_water_weatherzurich_parking_livezurich_pedestrian_trafficzurich_geo_featureszurich_geo_layerszurich_parliament_searchzurich_parliament_memberssearch_stadtratsbeschluesseget_beschluesse_by_departementget_stadtratsbeschluss_detailzurich_tourismzurich_sparql| API | Endpoint | Data |
|---|---|---|
| CKAN | data.stadt-zuerich.ch/api/3/ | 900+ open datasets |
| Geoportal WFS | ogd.stadt-zuerich.ch/wfs/geoportal | 14 geodata layers (GeoJSON) |
| Paris API | gemeinderat-zuerich.ch/api | Parliamentary proceedings & members |
| Zurich Tourism | zuerich.com/en/api/v2/data | Attractions, restaurants, hotels |
| SPARQL | ld.stadt-zuerich.ch/query | Linked Open Data / statistics |
| ParkenDD | api.parkendd.de/Zuerich | Real-time parking occupancy |
| Category | ID |
|---|---|
| Employment | arbeit-und-erwerb |
| Base Maps | basiskarten |
| Construction & Housing | bauen-und-wohnen |
| Population | bevolkerung |
| Education | bildung |
| Energy | energie |
| Finance | finanzen |
| Leisure | freizeit |
| Health | gesundheit |
| Crime | kriminalitat |
| Culture | kultur |
| Mobility | mobilitat |
| Politics | politik |
| Prices | preise |
| Social Affairs | soziales |
| Tourism | tourismus |
| Environment | umwelt |
| Administration | verwaltung |
| Economy | volkswirtschaft |
Source of truth: GEOPORTAL_LAYERS in src/zurich_opendata_mcp/config.py.
| Layer ID | Description |
|---|---|
schulanlagen | School facilities (kindergartens, schools, after-school care) |
schulkreise | School district boundaries (polygons) |
schulwege | School-route crossings and hazard points |
stadtkreise | City district boundaries (polygons) |
spielplaetze | Public playgrounds |
kreisbuero | City district offices |
sammelstelle | Waste collection points |
sport | Sports facilities |
klimadaten | Climate data (raster, temperatures, heat islands) |
lehrpfade | Educational trails |
stimmlokale | Polling stations |
sozialzentrum | Social centres |
velopruefstrecken | Bicycle exam routes for schools |
familienberatung | Family-counselling meeting points |
zurich-opendata-mcp/
βββ src/zurich_opendata_mcp/
β βββ __init__.py
β βββ app.py # Shared FastMCP instance
β βββ server.py # Console entry + back-compat re-exports
β βββ config.py # Endpoints, layer maps, resource IDs
β βββ http_client.py # Shared httpx client + CKAN wrapper
β βββ formatters.py # Markdown + error formatting
β βββ clients/ # API clients: paris, sparql, tourism, wfs
β βββ tools/ # @mcp.tool implementations:
β # catalog, datastore, geo, parliament,
β # realtime, sparql, strb, tourism,
β # resources (zurich:// URIs)
βββ tests/
β βββ test_server.py # Pydantic + integration tests (live-marked)
βββ audits/ # Code-audit reports
βββ .github/workflows/ # ci.yml + publish.yml (Trusted Publisher)
βββ pyproject.toml
βββ README.md / README.de.md
βββ CONTRIBUTING.md / .de.md
βββ SECURITY.md / .de.md
βββ CHANGELOG.md
βββ CLAUDE.md # Project conventions for Claude
βββ LICENSE
βββ claude_desktop_config.json
# Install dev dependencies
pip install -e ".[dev]"
# Unit + validation tests (no network)
pytest tests/ -m "not live"
# Live integration tests (against live APIs β opt-in)
pytest tests/ -m live
# Linting
ruff check src/ tests/
rows and limit parameters conservatively. The server enforces a 30s timeout per request.Contributions are welcome β see CONTRIBUTING.md (Deutsch).
Read-only, no PII, no authentication, a fixed set of public-data endpoints. See SECURITY.md (Deutsch) for the full security posture and accepted-risk decisions.
MIT License β see LICENSE. All data used is published under open licenses (CC0 / Open by Default since 2021).
Hayal Oezkan Β· malkreide
Powered by Model Context Protocol β’ 6 APIs β’ 24 Tools β’ 5 Resources
Be the first to review this server!
by Modelcontextprotocol Β· Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol Β· Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno Β· Developer Tools
Toleno Network MCP Server β Manage your Toleno mining account with Claude AI using natural language.