meteoswiss-mcp 2.1.0 → 2.2.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  MCP server for MeteoSwiss weather data — powered by [MeteoSwiss Open Data](https://opendatadocs.meteoswiss.ch/), the same data behind the MeteoSwiss app and website.
8
8
 
9
+ **[meteoswiss-mcp.ars.is](https://meteoswiss-mcp.ars.is/)** — try it now, no setup needed.
10
+
9
11
  - **Multi-day forecasts** for ~6000 Swiss locations (postal codes, stations, place names)
10
12
  - **Real-time measurements** from ~160 automatic weather stations, updated every 10 minutes
11
13
  - **Station discovery** by name, canton, or GPS coordinates
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "meteoswiss-mcp",
3
3
  "mcpName": "io.github.eins78/meteoswiss-mcp",
4
- "version": "2.1.0",
4
+ "version": "2.2.0-rc.2",
5
5
  "description": "MCP server for MeteoSwiss weather data — forecasts, real-time measurements, stations, pollen.",
6
6
  "license": "CC0-1.0",
7
7
  "author": "Max F. Albrecht <1@178.is>",
@@ -2,8 +2,10 @@
2
2
 
3
3
  Swiss weather data for AI assistants — powered by [MeteoSwiss Open Data](https://opendatadocs.meteoswiss.ch/).
4
4
 
5
- **Service URL**: `$$$___TEMPLATE_BASE_URL___$$$`
6
- **MCP Endpoint**: `$$$___TEMPLATE_MCP_URL___$$$`
5
+ | | |
6
+ |---|---|
7
+ | **Service URL** | `$$$___TEMPLATE_BASE_URL___$$$` |
8
+ | **MCP Endpoint** | `$$$___TEMPLATE_MCP_URL___$$$` |
7
9
 
8
10
  ## What You Get
9
11
 
@@ -34,10 +34,10 @@ Go to **Settings** → **Integrations** → **Add MCP Server** → paste the MCP
34
34
 
35
35
  ## Example Questions
36
36
 
37
- **German:** "Wie wird das Wetter in Zürich diese Woche?"
38
- **French:** "Quelle est la météo à Genève demain?"
39
- **Italian:** "Che tempo fa a Lugano?"
40
- **English:** "What's the current temperature at Jungfraujoch?"
37
+ - **German:** "Wie wird das Wetter in Zürich diese Woche?"
38
+ - **French:** "Quelle est la météo à Genève demain?"
39
+ - **Italian:** "Che tempo fa a Lugano?"
40
+ - **English:** "What's the current temperature at Jungfraujoch?"
41
41
 
42
42
  ## Self-Hosting & Development
43
43