визуальное_пересечение_mcp
Базовый сервер MCP для исторических данных погоды Visual Crossing
Позволяет извлекать исторические данные о погоде из Visual Crossing.
API Visual Crossing описано здесь: https://www.visualcrossing.com/resources/documentation/weather-api/timeline-weather-api/
Сервер MCP может извлекать следующие данные для указанного местоположения за определенную дату или диапазон дат:
- температура
- максимальная температура
- минимальная температура
- осадки
- солнечная радиация
- облачный покров
- глубина снежного покрова
- тип погоды
- погодные условия
- индекс жары
- холодный ветер
Сначала установите требования:
Создайте или измените файл .env в корне проекта следующим образом:
API_KEY=XXXXXXXXXXXX
...где XXXXXXXXXXXXX — ваш ключ API от Visual Crossing
Чтобы включить клиент 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.
Сервер MCP, который позволяет извлекать исторические данные о погоде (температура, осадки, условия и т. д.) из Visual Crossing для указанных мест и дат.
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