ビジュアルクロッシングMCP
Visual Crossing の過去の気象データ用の基本的な MCP サーバー
Visual Crossing から過去の気象データを取得できるようになります。
Visual Crossing API については、こちらで説明されています: https://www.visualcrossing.com/resources/documentation/weather-api/timeline-weather-api/
MCP サーバーは、日付または日付範囲の指定された場所について次のデータを取得できます。
- 温度
- 最高気温
- 最低気温
- 降水量
- 日射
- 雲量
- 積雪の深さ
- 天気の種類
- 気象条件
- 暑さ指数
- 風の冷え込み
まず、要件をインストールします。
プロジェクト ルートに .env ファイルを作成または変更して、次のように記述します。
API_KEY=XXXXXXXXXX
...XXXXXXXXXXはVisual CrossingのAPIキーです
Claude クライアントで有効にするには、claude_desktop_config.json ファイルに以下を追加します。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
指定された場所と日付の Visual Crossing から過去の気象データ (気温、降水量、気象条件など) を取得できる MCP サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.Last updated -12PythonMIT License
- -securityFlicense-qualityAn MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.Last updated -1Python
- -securityAlicense-qualityAn MCP server that connects to OpenWeatherMap's API to provide current weather data and multi-day forecasts for locations worldwide in different measurement units.Last updated -23TypeScriptMIT License
- AsecurityFlicenseAqualityMCP server that provides Korean weather information using grid coordinates and the Korea Meteorological Administration API, allowing users to query current weather conditions and forecasts for specific locations in Korea.Last updated -23Python