Back to Discover

swisstopo-mcp

connector

malkreide

Swiss federal geodata: geocoding, height, STAC, WMTS, OEREB and more

View on GitHub
0 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add malkreide/swisstopo-mcp

README

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

swisstopo-mcp

Version License: MIT Python 3.11+ MCP No Auth Required CI

MCP server for Swiss federal geodata -- maps, elevation, geocoding, cadastral extracts, and downloadable datasets via Swisstopo APIs

πŸ‡©πŸ‡ͺ Deutsche Version


Overview

swisstopo-mcp gives AI assistants access to Switzerland's official geodata infrastructure through 20 tools, all without authentication:

SourceDataAPI
Swisstopo REST API500+ geodata layers (buildings, boundaries, land use)REST/JSON
GeocodingOfficial addresses, place names, postal codesREST/JSON
Height ServiceElevation above sea level, elevation profilesREST/JSON
STAC CatalogOrthophotos, elevation models, 3D buildingsSTAC 0.9
WMTSNational maps, aerial images, zoning mapsURL builder
OEREB CadastrePublic-law restrictions, parcelsREST/JSON (cantonal)
geodienste.chInterkantonale Basisgeodaten (cadastral survey, contaminated sites, hazard maps, …)OGC API Features / WMS / WFS
OpenStreetMapPoints of interest (schools, playgrounds, pharmacies, …)Overpass API (ODbL)
OpenPLZ APIAdministrative address level: postal codes β†’ commune (BFS number) β†’ district β†’ cantonREST/JSON (BFS + swisstopo OGD)

Anchor demo query: "Which communes are in the Uster district, and what are their BFS numbers for joining with BFS statistics data?" (The BFS commune number is the official join key to swiss-statistics-mcp and zurich-opendata-mcp β€” this is what turns a geodata wrapper into a semantic connector at the commune level.) β†’ More use cases by audience β†’

Demo

Demo: Claude using swisstopo_find_commune and swisstopo_lookup_postal_code


Features

  • πŸ—ΊοΈ 20 tools (REST, Geocoding, Height, STAC, WMTS, OEREB, geodienste.ch, OpenStreetMap/Overpass, OpenPLZ)
  • πŸ›οΈ Resolve the administrative address level (PLZ β†’ commune/BFS number β†’ district β†’ canton) via OpenPLZ
  • πŸ” Geocode Swiss addresses and reverse-geocode coordinates
  • πŸ”οΈ Query elevation and compute elevation profiles
  • πŸ“¦ Discover and download geodatasets (orthophotos, 3D buildings, historical maps)
  • πŸ—οΈ Identify map features at coordinates across 500+ Swisstopo layers
  • πŸ”— Generate shareable map.geo.admin.ch links
  • πŸ“‹ Look up cadastral property IDs (EGRID) and retrieve OEREB extracts
  • πŸ”“ No API key required for all tools (OEREB extract needs a supported canton)
  • ☁️ Dual transport -- stdio (Claude Desktop) + Streamable HTTP (cloud)

Prerequisites

  • Python 3.11+
  • uv (recommended) or pip

Installation

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

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

Or with uvx (no permanent installation):

uvx swisstopo-mcp

Quickstart

# stdio (for Claude Desktop)
python -m swisstopo_mcp.server

# Streamable HTTP (port 8000)
python -m swisstopo_mcp.server --http --port 8000

Try it immediately in Claude Desktop:

"Where is Bahnhofstrasse 1, Zurich? Give me the coordinates." "What is the elevation at the Uetliberg summit?" "What buildings are at coordinates 2683500, 1247500 (LV95)?"


Configuration

Claude Desktop

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

{
  "mcpServers": {
    "swisstopo": {
      "command": "python",
      "args": ["-m", "swisstopo_mcp.server"]
    }
  }
}

Or with uvx:

{
  "mcpServers": {
    "swisstopo": {
      "command": "uvx",
      "args": ["swisstopo-mcp"]
    }
  }
}

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: python -m swisstopo_mcp.server --http --port 8000
  4. In claude.ai under Settings -> MCP Servers, add: https://your-app.onrender.com/sse

Available Tools

REST API (Layer & Feature Queries)

ToolDescription
swisstopo_map_queryThe national map catalogue (api3.geo.admin.ch). One operation per call β€” see the five below
swisstopo_zoning_atHarmonised building zone at a coordinate β€” one call, no layer lookup (not legally binding)
swisstopo_municipality_atMunicipality, canton and official BFS number at a coordinate

swisstopo_map_query operations

operationAnswersRequired arguments
search_layersWhich layers exist for a keyword? (500+ catalogue)query
layer_infoWhat fields can I query on this layer, and what is its legend?layer
features_at_pointWhat is at this coordinate?layers + a point (lat/lon or easting/northing)
features_by_attributeWhich features carry this value? (e.g. buildings by EGID)layer, search_field, search_text
feature_by_idGive me this one feature in full, with geometrylayer, feature_id

Arguments belonging to a different operation are rejected, not ignored β€” the error names the ones the chosen operation accepts. Silently dropping a misplaced search_field would return a plausible answer to a question nobody asked, which is the failure mode the whole envelope design is against.

Geocoding

ToolDescription
swisstopo_geocodeConvert Swiss addresses, place names, or postal codes to coordinates
swisstopo_reverse_geocodeFind the nearest address for given coordinates

Height Service

ToolDescription
swisstopo_get_heightGet elevation above sea level (m a.s.l.) at a coordinate
swisstopo_elevation_profileCompute an elevation profile along a line
swisstopo_convert_coordinatesOfficial WGS84 ↔ LV95 conversion via the swisstopo REFRAME service

STAC Catalog (Geodata Downloads)

ToolDescription
swisstopo_search_geodataSearch the STAC catalog for downloadable geodatasets
swisstopo_get_collectionGet details and download links for a STAC collection

WMTS (Map URLs)

ToolDescription
swisstopo_map_urlGenerate a map.geo.admin.ch URL for browser display

OEREB Cadastre

ToolDescription
swisstopo_get_egridResolve a cadastral property ID (EGRID) from coordinates
swisstopo_get_oereb_extractRetrieve public-law land-use restrictions (OEREB) for a parcel

Consolidated Geodata FaΓ§ade

One faΓ§ade over several map/layer sources, kept under the 25-tool budget (see docs/geodaten-erweiterung-phase1.md):

ToolDescription
swisstopo_list_available_layersDiscover layer keys for swisstopo_query_geodata (strassenverzeichnis, oereb-verfuegbarkeit, geodienste:<topic>:<canton>); filters to contract-free geodienste datasets
swisstopo_query_geodataQuery a chosen layer by point / bbox / commune β€” amtliches Strassenverzeichnis, interkantonale geodienste.ch data (OGC API Features), or Γ–REB availability
swisstopo_query_osm_featuresOpenStreetMap POIs (schools, playgrounds, pharmacies, …) around a point via Overpass β€” separate source, ODbL (Β© OpenStreetMap contributors)

Administrative Address Level (OpenPLZ)

The amtliche address hierarchy PLZ β†’ commune β†’ district β†’ canton, served by the OpenPLZ API (data: BFS municipal directory + swisstopo street directory, Swiss OGD β€” a separate source and licence from the swisstopo geodata above). Every commune-bearing response exposes bfs_commune_number as a named top-level field: the official join key to BFS statistics (swiss-statistics-mcp) and zurich-opendata-mcp.

ToolDescription
swisstopo_lookup_postal_codeResolve a Swiss postal code β†’ locality, commune (+BFS number), district, canton
swisstopo_find_communeResolve a commune both directions (name ↔ bfs_number) or list all communes of a canton / district. Accepts canton abbreviation (ZH) or key (1); resolution happens server-side
swisstopo_search_addressFull-text search over Swiss streets and localities, returning commune + BFS number per hit

Example Use Cases

QueryTool
"Where is Bahnhofstrasse 1, Zurich?"swisstopo_geocode
"What is the elevation at the Uetliberg summit?"swisstopo_get_height
"What buildings are at coordinates 2683500, 1247500?"swisstopo_map_query (operation='features_at_point')
"Find orthophoto datasets for download"swisstopo_search_geodata
"Show me a map of Bern at zoom level 10"swisstopo_map_url
"What restrictions apply to parcel at Musterstrasse 5?"swisstopo_oereb_at
"Which schools are within 500 m of Bederstrasse 109, 8002 ZΓΌrich, and which streets lead there?"swisstopo_query_osm_features + swisstopo_query_geodata (strassenverzeichnis)
"Which contaminated-sites data is free for canton ZH?"swisstopo_list_available_layers + swisstopo_query_geodata (geodienste:kataster_belasteter_standorte:ZH)
"Which communes are in the Uster district and what are their BFS numbers?"swisstopo_find_commune (district=109)
"Which commune and canton does postal code 8001 belong to?"swisstopo_lookup_postal_code
"What is the BFS number of Winterthur (to join with BFS statistics)?"swisstopo_find_commune (name=Winterthur)

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   Claude / AI   │────▢│  swisstopo-mcp               │────▢│  Swisstopo REST API      β”‚
β”‚   (MCP Host)    │◀────│  (MCP Server)                │◀────│  api3.geo.admin.ch       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β”‚                              β”‚     β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
                        β”‚  20 Tools                    │────▢│  Geocoding               β”‚
                        β”‚  Stdio | Streamable HTTP     │◀────│  api3.geo.admin.ch       β”‚
                        β”‚                              β”‚     β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
                        β”‚  No authentication required  │────▢│  STAC Catalog            β”‚
                        β”‚  (all tools; OEREB canton opt) │◀────│  data.geo.admin.ch       β”‚
                        β”‚                              β”‚     β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
                        β”‚                              │────▢│  OEREB Cadastre          β”‚
                        β”‚                              │◀────│  (cantonal endpoints)    β”‚
                        β”‚                              β”‚     β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
                        β”‚                              │────▢│  geodienste.ch (OGC API) β”‚
                        β”‚                              │◀────│  overpass.osm.ch (ODbL)  β”‚
                        β”‚                              β”‚     β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
                        β”‚  BFS-Nr = join key to        │────▢│  OpenPLZ API             β”‚
                        β”‚  swiss-statistics-mcp        │◀────│  openplzapi.org (BFS/OGD)β”‚
                        β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Project Structure

swisstopo-mcp/
β”œβ”€β”€ src/swisstopo_mcp/
β”‚   β”œβ”€β”€ __init__.py              # Package version
β”‚   β”œβ”€β”€ server.py                # MCP server wiring (tool registrations)
β”‚   β”œβ”€β”€ api_client.py            # Shared HTTP client (httpx + error handling)
β”‚   β”œβ”€β”€ geocoding.py             # swisstopo_geocode, swisstopo_reverse_geocode
β”‚   β”œβ”€β”€ rest_api.py              # swisstopo_map_query (5 operations), zoning_at, municipality_at
β”‚   β”œβ”€β”€ height.py                # swisstopo_get_height, swisstopo_elevation_profile
β”‚   β”œβ”€β”€ stac.py                  # swisstopo_search_geodata, swisstopo_get_collection
β”‚   β”œβ”€β”€ wmts.py                  # swisstopo_map_url
β”‚   β”œβ”€β”€ oereb.py                 # swisstopo_get_egrid, swisstopo_get_oereb_extract
β”‚   β”œβ”€β”€ geodata.py               # swisstopo_query_geodata + swisstopo_list_available_layers (faΓ§ade)
β”‚   β”œβ”€β”€ overpass.py              # swisstopo_query_osm_features (OpenStreetMap / Overpass)
β”‚   └── openplz.py               # swisstopo_lookup_postal_code, swisstopo_find_commune, swisstopo_search_address (OpenPLZ)
β”œβ”€β”€ tests/
β”‚   β”œβ”€β”€ test_api_client.py
β”‚   β”œβ”€β”€ test_geocoding.py
β”‚   β”œβ”€β”€ test_height.py
β”‚   β”œβ”€β”€ test_oereb.py
β”‚   β”œβ”€β”€ test_rest_api.py
β”‚   β”œβ”€β”€ test_stac.py
β”‚   β”œβ”€β”€ test_wmts.py
β”‚   β”œβ”€β”€ test_geodata.py
β”‚   β”œβ”€β”€ test_overpass.py
β”‚   β”œβ”€β”€ test_openplz.py
β”‚   └── test_retry.py
β”œβ”€β”€ .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

Security & Limits

The full security policy and posture is documented in SECURITY.md.

Phase

This server is in Phase 2.5 β€” Consolidation of swiss-geodata-mcp (see docs/roadmap.md, the single authority for phase state).

PropertyStatus
Read tools24, all readOnlyHint: true / destructiveHint: false
Write toolsnone β€” Phase 3, not planned
Transportstdio (default) and Streamable-HTTP
ISDS classificationdocs/isds-dsg.md β€” low protection requirement
DSG processing recordnot maintained, with reasons β€” docs/isds-dsg.md Β§5
Last auditaudits/2026-07-27T162602-Z-swisstopo-mcp/

A phase advance requires: the phase's roadmap items checked off, a re-run audit with no open critical findings, and a CHANGELOG entry naming the new phase. Phase 3 (write tools) additionally requires re-running the Lethal-Trifecta assessment and a security review before any implementation starts.

Tool budget and aggregation

20 tools against a self-imposed budget of 25. The check's ideal is ≀12, so the count still needs an argument, not just a number. Per cluster:

The five api3 tools are merged (0.4.1, breaking). search_layers, layer_info, identify_features, find_features and get_feature are now operation values on swisstopo_map_query. They were the textbook one-tool-per-REST-endpoint mapping the check names, and they are gone as such.

Earlier releases argued the opposite here, and the argument is worth keeping visible because it was not wrong so much as outweighed: merging relocates the decision from tool selection into schema navigation, where a model has less help, because tool descriptions are what it actually reads. Three things address that directly rather than hoping it does not matter:

  • The operations are named for questions, not endpoints. identify and find are ESRI vocabulary β€” they say which MapServer route is called, not what is being asked, and nobody without ArcGIS experience can tell them apart. features_at_point and features_by_attribute can be picked correctly from the operation list alone.
  • A misplaced argument is an error, not a silent drop. With five tools the schema made a wrong pairing impossible. With one tool it does not, so validation does: each operation declares the fields it accepts, and anything else is refused with a message naming the alternatives.
  • The note hints from ARCH-003 still name the next step, now as operations rather than tool names β€” an empty attribute search points at operation='layer_info' for the valid field names, and so on.

Observability was the other cost, and it is not paid: each operation keeps its own log and trace label (swisstopo_map_query:features_at_point), so per-operation timing and error rates survive the merge.

The two pairs that stay separate, both named by the audit:

  • geocode + reverse_geocode do hit the same SearchServer endpoint, so on the API axis this is a 1:1 mapping twice over. They stay separate on the axis that matters for tool selection: "address β†’ coordinates" and "coordinates β†’ address" are different questions with different input types, and collapsing them into one tool with a mode would make the model choose a variant instead of a tool. Sharing an endpoint is an implementation detail of the upstream.
  • search_geodata β†’ get_collection is a genuine search β†’ detail pair over STAC; see below.

The naming ambiguity is resolved, which the audit did not raise but the previous version of this section recorded for "the next breaking release" β€” this is it. swisstopo_search_layers and swisstopo_list_available_layers both said "layers" while fronting different catalogues. The first is now swisstopo_map_query with operation='search_layers', which puts the national catalogue in the tool name and leaves list_available_layers unambiguously the consolidated faΓ§ade.

Search β†’ detail pairs. search_geodata β†’ get_collection is a genuine pair: STAC collection metadata is large and callers usually want one of many search hits. get_egrid β†’ get_oereb_extract was the same shape and has been collapsed: swisstopo_oereb_at answers the actual question in one call and resolves the EGRID internally, because the EGRID is an upstream identifier rather than something a caller asked for. get_egrid remains for callers who want the parcel ID itself.

Genuine aggregation already in place. query_geodata fronts three sources behind one tool; zoning_at and municipality_at each collapse a discovery chain that previously took two calls.

When the next source is added, the choice is a raise or a consolidation. With the api3 five merged there is no obvious consolidation left holding headroom, so the next surface growth is a real conversation about the ceiling rather than a deferred cleanup. tests/test_tool_namespace.py::TestToolBudget is where that conversation is forced: raising the budget means editing the number there and in both READMEs.

Data sources and licences

Every response carries source and license. ARE is a different federal office from swisstopo, so its licence is asserted rather than inherited.

SourceServed byLicence
swisstopo / geo.admin.chmost toolsSwiss OGD (opendata.swiss)
swisstopo REFRAME (geodesy.geo.admin.ch)swisstopo_convert_coordinatesSwiss OGD (opendata.swiss)
swissBOUNDARIES3D (swisstopo)swisstopo_municipality_atSwiss OGD (opendata.swiss)
ch.are.bauzonen (ARE)swisstopo_zoning_atSwiss OGD β€” Bundesamt fΓΌr Raumentwicklung ARE
Cantonal Γ–REB cadastreswisstopo_get_egrid, swisstopo_get_oereb_extract, swisstopo_oereb_at, swisstopo_query_geodataCantonal Γ–REB terms
geodienste.ch (cantons)swisstopo_query_geodataFree use β€” attribution required
OpenStreetMap (Overpass)swisstopo_query_osm_featuresODbL β€” Β© OpenStreetMap contributors
OpenPLZ (BFS + swisstopo)swisstopo_lookup_postal_code, swisstopo_find_commune, swisstopo_search_addressFree use β€” attribution required

ch.are.bauzonen is a federal synthesis for cross-cantonal comparability and is not legally binding β€” only the cantonal or communal Nutzungsplanung is. That caveat is carried on every swisstopo_zoning_at result record.

Project structure

The tool modules sit flat under src/swisstopo_mcp/ rather than in a tools/ sub-package. Each module maps to exactly one upstream API family β€” rest_api.py β†’ api3 MapServer, stac.py β†’ STAC, oereb.py β†’ cantonal Γ–REB, openplz.py β†’ OpenPLZ, overpass.py β†’ OSM, coords.py β†’ REFRAME β€” which is the axis along which this server's code actually varies. A tools/ level would add a directory without adding a distinction.

server.py contains tool registrations only; every tool body lives in its domain module. Splitting it further is a readability question, not a structural one.

Lethal Trifecta assessment

CapabilityStatusRationale
Access to private data❌ NoPublic Open Data only (federal/cantonal geodata)
Exposure to untrusted content⚠️ LimitedReads only from a fixed allow-list of trusted geo.admin / OEREB hosts
External communication (write/send)❌ NoRead-only; no mail/webhook/write tools

Trifecta score: at most 1 of 3 β€” safe by design.

Egress

Outbound requests are restricted to an explicit code-layer allow-list and redirects are disabled β€” see docs/network-egress.md.

Container deployment

For containerised HTTP deployments, a hardened Dockerfile and Kubernetes manifests (non-root, read-only root filesystem, dropped capabilities, egress NetworkPolicy) are provided β€” see docs/deployment.md.

MCP Protocol Version

The MCP protocol version is negotiated during initialize; the Python SDK does not expose an author-settable pin. As of mcp 1.28.1 the negotiated version is 2025-11-25 (mcp.types.LATEST_PROTOCOL_VERSION). The SDK is pinned to the 1.x major in pyproject.toml so an update cannot silently move it, and tests/test_protocol_version.py fails if it does β€” a Dependabot bump cannot change the protocol version unnoticed.

Update policy

  • SDK updates are tested on a feature branch before merge.
  • A change to the negotiated protocol version is recorded in CHANGELOG.md under ### Changed, naming the old and the new version.
  • A protocol change that breaks existing clients triggers a major release.

Sessions & Authentication

The server is unauthenticated by design β€” it serves only public open data. Over HTTP, session IDs are managed entirely by the FastMCP framework; there is no per-user state, so there is nothing user-specific to bind a session to. If an authenticated deployment is ever introduced, session IDs must be bound to the validated user identity (audit finding SEC-009).

Error handling

  • Execution errors (upstream failure, invalid value) are returned as a ToolResponse with is_error: true and a user-friendly summary; unexpected exception text is masked and logged to stderr instead. No upstream body or internal configuration is forwarded: Overpass error pages are classified against a fixed signature table, and an egress refusal returns a fixed message rather than the allow-list (OBS-002).
  • Protocol errors (unknown tool, malformed/invalid arguments) come back from the SDK as tool results with the protocol isError flag set β€” not as JSON-RPC error objects. Verified against mcp 1.28.1 by runtime probe; an earlier version of this section claimed -32602 and was wrong. Input validation happens at the Pydantic boundary (SEC-018).
  • Both flags agree. A handled execution error sets the protocol isError flag and the payload field is_error, so a client can branch on either. The envelope β€” including source and license β€” survives on the error path (OBS-001).

MCP Primitives

Tools are the surface, and almost all of it: every result is a live, parameterised API query rather than a static addressable document.

One Resource β€” swisstopo://catalogue/layers β€” serves the faΓ§ade layer catalogue. It is the one thing here that behaves like a document: deterministic, idempotent, and already served with provenance: "cached". swisstopo_list_available_layers remains for filtered queries; the resource is for a client that wants the catalogue itself, addressably.

Two Prompts encode the workflows below, including the precedence rule for point questions. That rule lives in the tool descriptions and in the server instructions too, but a prompt is the one place a model reads it as guidance rather than as one of 24 descriptions (audit ARCH-007/ARCH-008):

PromptArguments
swisstopo_feature_lookuport, was
swisstopo_geodata_downloadthema

Tool workflows

Most tools return a thought-complete result in a single call. Two domains use a short, documented discovery chain (each tool's description states the next step):

  • Feature query: all four steps are swisstopo_map_query with a different operation: search_layers (find layer IDs) β†’ layer_info (see the queryable fields) β†’ features_at_point / features_by_attribute β†’ feature_by_id (full detail).
  • Cadastre: swisstopo_geocode β†’ swisstopo_oereb_at (one call: coordinates β†’ EGRID β†’ extract). Use swisstopo_get_egrid β†’ swisstopo_get_oereb_extract only when the parcel ID itself is wanted.
  • Downloads: swisstopo_search_geodata β†’ swisstopo_get_collection.

Response Format

Every tool returns a structured ToolResponse (FastMCP emits it as structured content with an output schema, plus a JSON text block):

FieldMeaning
summaryHuman-readable Markdown summary
resultsMachine-readable structured records
countNumber of results
match_typeexact / fuzzy / none (search-style tools)
source / licenseData attribution (OGD-CH, CC/OGD terms)
provenance / retrieved_atHow and when the data was obtained
is_errortrue for handled errors

Known Limitations

  • OEREB tools require a canton parameter; not all cantons expose the same API format
  • STAC catalog uses Swisstopo's v0.9 endpoint; some collections may lack complete metadata
  • Geocoding covers Swiss addresses only (no Liechtenstein)
  • Rate limits are enforced by Swisstopo; high-frequency usage may be throttled

Known findings β€” OpenPLZ live probe (2026-07-20)

The OpenPLZ endpoints were probed live before implementation. Findings baked into the tools:

Endpoint / behaviourResultHandling
/Cantons200, 26 records, key = BFS canton number (ZH = 1)canton abbreviation resolved from this list
/Cantons/{key}/Districts|Communes200path param is the numeric key
/Cantons/ZH/Districts (abbreviation)200 + [] — not an errorZH→1 resolved server-side; empty answer gets an explanatory note
/Localities?postalCode=8001200, commune.key = 261 (BFS ZΓΌrich)bfs_commune_number surfaced top-level
/Localities?postalCode=9999 (unknown)200 + []reported as a note β€” empty β‰  absent
list endpoints paginationdefault pageSize=10, hard max 50 (100 β†’ HTTP 400)tools iterate pages via x-total-count
raw umlaut in query (?name=ZΓΌrich)HTTP 400httpx URL-encodes params automatically
historicalCode field≠ key for communes (historized-directory id)not used; the join key is the current key
bulk dumpnone from OpenPLZ (only /swagger)Architecture A (live-API-only) β€” adequate for a lookup connector

The abbreviation-vs-key trap in one line: an empty OpenPLZ list is almost never proof that something does not exist β€” it usually means a wrong path parameter (an abbreviation where a numeric key was expected). The tools resolve abbreviations server-side and annotate every empty result.


Testing

# Unit tests (no network required)
pytest tests/ -m "not live"

# Integration tests (live API calls)
pytest tests/ -m "live"

Changelog

See CHANGELOG.md


Contributing

See CONTRIBUTING.md


Security

Read-only, no authentication, public geodata only. See SECURITY.md (Deutsch) for the security posture and how to report a vulnerability.


License

MIT License -- see LICENSE

Data provided by swisstopo under Open Government Data terms.


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": {
    "swisstopo-mcp": {
      "command": "uvx",
      "args": [
        "swisstopo-mcp"
      ]
    }
  }
}

Rendered live from malkreide/swisstopo-mcp's GitHub README β€” not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
pypi packageInstall via pypi (stdio transport)mcp-serverswisstopo-mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet β€” be the first to share an update.