WSL / EnviDat environmental research datasets via CKAN
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
π¨π Part of the Swiss Public Data MCP Portfolio
MCP server connecting AI models to Swiss environmental research data from WSL via EnviDat β forest, snow, avalanches, natural hazards and biodiversity, no API key required.
This server is in Phase 1: Read-only Wrapper.
| Property | Status |
|---|---|
| Read tools | β
10 tools, all readOnlyHint: true |
| Write tools | β none (EnviDat is read-only public data) |
| Semantic Layer | β οΈ partial β three domain tools curate Solr queries |
| OAuth / Auth Gateway | β not required (Public Open Data, no API key) |
| Container hardening | β multi-stage Dockerfile, non-root |
| Test suite | β 38 offline unit tests + 31 live integration tests |
| Audit run | β 2026-05-27 (mcp-audit-skill v1.0.0) |
Phase-2 ideas (caching layer, semantic aggregation tool combining forest +
snow + hazard data into a "Lage-Γbersicht"): tracked under docs/.
The WSL (EidgenΓΆssische Forschungsanstalt fΓΌr Wald, Schnee und Landschaft / Swiss Federal Research Institute for Forest, Snow and Landscape) is one of Europe's leading environmental research institutes. Its open data platform EnviDat provides access to 1,000+ research datasets, time series of up to 130 years, and data from 6,000+ monitoring stations.
This MCP server exposes the EnviDat CKAN API as 10 tools and 2 resources, enabling AI assistants to search, filter and retrieve WSL research data by keyword, domain, or geographic bounding box β all without an API key.
Anchor demo query: "How was air quality and forest health around Schulhaus Leutschenbach in Zurich β and what does the WSL say about the current forest condition in the canton?"
pip or uv / uvxEdit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Restart Claude Desktop, then ask:
No API key required. Optional environment variables:
| Variable | Default | Description |
|---|---|---|
MCP_TRANSPORT | stdio | Transport mode: stdio or streamable-http (legacy streamable_http is accepted) |
MCP_HOST | 127.0.0.1 | Bind address for streamable-http. Use 0.0.0.0 only inside a container. |
PORT | 8000 | Port for Streamable HTTP mode |
For use via claude.ai in the browser (e.g. on managed workstations without local software):
π‘ "stdio for the developer laptop, streamable-http for the browser."
β οΈ Multi-Replica Cloud Deployments: Session state lives in the server. Run a single replica or enable sticky sessions (Railway/Render setting, or
sessionAffinity: ClientIPon Kubernetes Services).
β οΈ Multi-Tenant / Unauthenticated Streamable HTTP: This server has no auth layer (
auth_model: none). Streamable HTTP without a reverse-proxy + OAuth/API-Gateway is intended only for single-user deployments (e.g. one user's claude.ai browser session). For multi-tenant use, front the server with an authenticating gateway.
A hardened multi-stage image is published to GitHub Container Registry on
every main push and semver tag. Runs as non-root (uid=1000), no build
tools in the runtime layer, multi-arch (linux/amd64 + linux/arm64).
The publishing workflow is .github/workflows/container.yml β
not publish.yml, which only uploads the Python package to PyPI on a
release. container.yml is delivery, not a gate: it does not gate a pull
request, and a red run there means the image is missing, not that the code
is broken.
Kubernetes hardening (excerpt):
| Tool | Description |
|---|---|
wsl_search | Unified search β combine query, domain, organization, and bbox filters |
wsl_get_dataset | Full metadata, DOI, download URLs for a specific dataset |
wsl_list_organizations | List all WSL research units on EnviDat |
wsl_get_organization | Details of a specific research unit incl. datasets |
wsl_list_tags | Browse available tags/keywords |
wsl_get_recent_datasets | Most recently updated datasets |
wsl_get_avalanche_data | SLF avalanche & snow data (incl. fatal accidents since 1936) |
wsl_get_forest_data | Forest data incl. National Forest Inventory (LFI) & Sanasilva |
wsl_get_naturgefahren_data | Natural hazard datasets (landslides, rockfall, floods) |
wsl_catalog_stats | Catalog overview and statistics |
| Query | Tool |
|---|---|
| "Fatal avalanche accidents in Valais since 2000?" | wsl_get_avalanche_data |
| "Forest health data for canton Zurich?" | wsl_get_forest_data |
| "Landslide risk datasets near Brienz?" | wsl_get_naturgefahren_data |
| "Most recent WSL publications on biodiversity?" | wsl_search(domain="biodiversitaet") |
| "Which datasets cover the area around Lake Constance?" | wsl_search(bbox=[9.0, 47.5, 9.7, 47.8]) |
| "How many datasets does SLF publish?" | wsl_get_organization |
| URI | Description |
|---|---|
envidat://organization/{name} | Research unit (e.g. slf, wsl) |
envidat://domain/{domain} | Domain overview with top datasets |
Valid domain values: wald, biodiversitaet, naturgefahren, schnee_eis, landschaft
| Component | Metaphor | Function |
|---|---|---|
api_client.py | Librarian | Handles all HTTP requests to EnviDat CKAN API |
server.py | Reception desk | Registers all 10 tools and 2 resources with FastMCP |
| Domain filters | Filing cabinet | Pre-configured keyword sets per research domain |
| Bounding box search | Map overlay | Spatial filtering via lat/lon coordinates |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/wsl-envidat-mcp)<a href="https://allmcps.com/mcp/wsl-envidat-mcp"><img src="https://allmcps.com/api/badge/wsl-envidat-mcp?style=directory" alt="Wsl Envidat MCP on AllMCPs" /></a>