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.

コメント

「データと分析」の他のコンテンツ