(Demo) MCP Server for MeteoSwiss Data
@eins78
About (Demo) MCP Server for MeteoSwiss Data
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-meteoswiss": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:3000/mcp"
]
}
}
}Tools
1Weather report for Swiss regions (north, south, west) in multiple languages
Overview
What is (Demo) MCP Server for MeteoSwiss Data?
This MCP server provides weather data from MeteoSwiss via the Model Context Protocol, enabling AI assistants like Claude to access weather reports for Swiss regions.
How to use (Demo) MCP Server for MeteoSwiss Data?
Install Node.js v18+ and pnpm, clone the repository, run pnpm install, then start with pnpm start. The server runs on port 3000 as an HTTP service with SSE. To integrate with Claude Desktop, use npx mcp-remote http://localhost:3000/mcp. Environment variables allow customisation of port, public URL, test fixtures, and session limits.
Key features of (Demo) MCP Server for MeteoSwiss Data
- Weather reports for Swiss regions (North, South, West)
- Multi-language support (German, French, Italian, English)
- Weather forecasts with daily breakdowns
- Test fixtures for development
- HTTP service with Server-Sent Events (SSE)
- Remote access via mcp-remote for Claude Desktop
Use cases of (Demo) MCP Server for MeteoSwiss Data
- Query weather reports for Swiss regions from AI assistants
- Develop and test weather data integrations
- Access forecasts in multiple languages
- Use mock test fixtures for development without live API
FAQ from (Demo) MCP Server for MeteoSwiss Data
What dependencies are required?
Node.js v18.0.0 or later and pnpm for package management.
How does the server communicate?
It runs as an HTTP service with Server-Sent Events (SSE) for real-time communication and uses HTTP POST for message handling.
Can I use test data without the live MeteoSwiss API?
Yes, set the environment variable USE_TEST_FIXTURES=true to use test data instead of the live API.
What are the default session limits?
The default maximum concurrent sessions is 100, and the session timeout is 300,000 milliseconds (5 minutes), both configurable via environment variables.
What transport protocols are supported?
SSE for real-time client connections and HTTP POST for sending messages to sessions. For remote access, the server uses the mcp-remote tool.
More Data & Analytics MCP servers
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Comments