
MeteoSwiss MCP Server
Pull official Swiss forecasts, station measurements, and pollen data into agent-driven apps or ops scripts.
Overview
MeteoSwiss MCP Server is an MCP server for the Build phase that exposes Swiss weather, station, and pollen data to coding agents through standard MCP transports.
What is this MCP server?
- Swiss-focused forecasts, measurements, stations, and pollen via MeteoSwiss-backed tools
- Hosted streamable HTTP at meteoswiss-mcp.ars.is/mcp plus npm stdio package meteoswiss-mcp v2.0.2
- Suited for outdoor, health, logistics, or civic apps targeting Switzerland
- Monorepo package under github.com/eins78/meteoswiss-llm-tools
- Reduces custom scraping when agents need authoritative local weather context
- Server version 2.0.2
- npm package meteoswiss-mcp
- Remote URL https://meteoswiss-mcp.ars.is/mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Building a Swiss weather feature means agents lack a single typed tool surface for MeteoSwiss data and default to hallucinated conditions or brittle HTML parsing.
Who is it for?
Solo builders creating Swiss outdoor, allergy, travel, or operations apps who want agent-assisted API exploration and data pulls.
Skip if: Global weather products, non-Swiss markets, or teams that only need a one-off static forecast without MCP.
What do I get? / Deliverables
Your agent queries live MeteoSwiss-oriented tools so prototypes and integrations use real forecasts and measurements in conversation.
- Agent-callable Swiss weather and pollen datasets
- Faster integration scaffolding for Switzerland-specific features
Recommended MCP Servers
Journey fit
Weather and environmental data feeds belong in build when you integrate external APIs into a product or internal tool. MeteoSwiss coverage is an integration surface—agents call MCP tools instead of hand-rolling OpenData clients.
How it compares
Regional OpenData MCP bridge, not a general OpenWeather agent skill.
Common Questions / FAQ
Who is MeteoSwiss MCP Server for?
Developers and indie builders targeting Switzerland who use Claude Code or Cursor and want MeteoSwiss data in agent workflows.
When should I use MeteoSwiss MCP Server?
Use it during build when integrating forecasts, station readings, or pollen into a backend, dashboard, or agent that serves Swiss users.
How do I add MeteoSwiss MCP Server to my agent?
Add https://meteoswiss-mcp.ars.is/mcp as a streamable HTTP MCP server or install the npm package meteoswiss-mcp with stdio in your client configuration.