Skip to main content
Glama

Visual Crossing Weather MCP

GPL 3.0

визуальное_пересечение_mcp

Базовый сервер MCP для исторических данных погоды Visual Crossing

Позволяет извлекать исторические данные о погоде из Visual Crossing.

API Visual Crossing описано здесь: https://www.visualcrossing.com/resources/documentation/weather-api/timeline-weather-api/

Сервер MCP может извлекать следующие данные для указанного местоположения за определенную дату или диапазон дат:

  • температура
  • максимальная температура
  • минимальная температура
  • осадки
  • солнечная радиация
  • облачный покров
  • глубина снежного покрова
  • тип погоды
  • погодные условия
  • индекс жары
  • холодный ветер

Сначала установите требования:

pip install -r requirements.txt

Создайте или измените файл .env в корне проекта следующим образом:

API_KEY=XXXXXXXXXXXX

...где XXXXXXXXXXXXX — ваш ключ API от Visual Crossing

Чтобы включить клиент Claude, добавьте следующее в файл claude_desktop_config.json:

"weather": { "command": "C:\\Programs\\Python\\Python311\\python.exe", "args": ["C:\\Path\\To\\Server\\Python\\File\\visual_crossing_mcp.py"] }
-
security - not tested
A
license - permissive license
-
quality - not tested

Сервер MCP, который позволяет извлекать исторические данные о погоде (температура, осадки, условия и т. д.) из Visual Crossing для указанных мест и дат.

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.
    Last updated -
    1
    Python
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    Provides real-time weather alerts, forecasts, stock prices, historical data, and stock-related news through an MCP interface.
    Last updated -
    80
    1
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    An 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 -
    Python
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    An 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 -
    16
    TypeScript
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peterjohnbeck/visual_crossing_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server