
Swiss Environment Mcp
Wire Claude Code or Cursor to Swiss federal environmental feeds (BAFU, NABEL air quality, hydrology) while prototyping climate, health, or civic data products.
Overview
Swiss Environment MCP is a MCP server for the Build phase that exposes BAFU, NABEL air quality, and hydrology open data to your coding agent over stdio.
What is this MCP server?
- Stdio MCP package swiss-environment-mcp v0.2.3 installable via uvx from PyPI
- Publisher category Environment & Climate with core registry scope
- BAFU environmental datasets plus NABEL air-quality and hydrology tooling for agents
- GitHub source at malkreide/swiss-environment-mcp for self-hosted or fork workflows
- No IGE-style secrets in server.json—suited to quick local agent experiments
- Registry version 0.2.3
- 1 PyPI package identifier swiss-environment-mcp
- Transport type stdio
Community signal: 1 GitHub stars.
What problem does it solve?
Swiss environmental APIs are spread across agencies, so solo builders waste hours translating docs instead of shipping features that need authoritative air, water, or climate facts.
Who is it for?
Indie builders in Switzerland—or anyone building CH-specific environmental, health, or civic SaaS—who want agent-callable federal data during integration.
Skip if: Builders who only need global weather APIs or who cannot run uvx/Python stdio MCP clients in their agent setup.
What do I get? / Deliverables
After you register the server, your agent can pull structured Swiss environmental data into specs, scripts, and backend stubs without leaving the editor.
- Registered stdio MCP server pointing at swiss-environment-mcp 0.2.3
- Agent-callable tools for BAFU, NABEL, and hydrology queries in your repo workflow
- Citable Swiss environmental facts embedded in specs or integration code
Recommended MCP Servers
Journey fit
MCP servers belong on the Build shelf because they are agent-side integrations you register once and call from implementation workflows. Integrations is the right subphase: this server exposes external Swiss open-data APIs to your coding agent, not a one-off research bookmark.
How it compares
MCP integration to Swiss open data, not a standalone analytics dashboard or agent skill playbook.
Common Questions / FAQ
Who is Swiss Environment MCP for?
Solo and small-team developers using Claude Code, Cursor, or similar agents to build products that depend on Swiss federal environmental and air-quality datasets.
When should I use Swiss Environment MCP?
Use it during Build integrations when you need BAFU, NABEL, or hydrology facts in code or docs, or earlier in Idea/Validate when scoping a Swiss environmental product.
How do I add Swiss Environment MCP to my agent?
Add the PyPI package swiss-environment-mcp (v0.2.3) with stdio transport and uvx as the runtime hint in your MCP client config, then restart the agent.