MCP.so
登录

(Demo) MCP Server for MeteoSwiss Data

@eins78

关于 (Demo) MCP Server for MeteoSwiss Data

暂无概览

基本信息

分类

数据与分析

许可证

CC0-1.0 license

运行时

node

传输方式

stdio

发布者

eins78

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-meteoswiss": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:3000/mcp"
      ]
    }
  }
}

工具

1

Weather report for Swiss regions (north, south, west) in multiple languages

概览

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.

评论

数据与分析 分类下的更多 MCP 服务器