Visual Crossing Weather MCP

GPL 3.0

비주얼크로싱MCP

Visual Crossing 과거 날씨 데이터를 위한 기본 MCP 서버

Visual Crossing에서 과거 날씨 데이터를 검색할 수 있습니다.

Visual Crossing API는 여기에서 설명합니다: https://www.visualcrossing.com/resources/documentation/weather-api/timeline-weather-api/

MCP 서버는 특정 날짜 또는 날짜 범위에 대한 지정된 위치에 대한 다음 데이터를 검색할 수 있습니다.

  • 온도
  • 최대 온도
  • 최소 온도
  • 강수량
  • 태양 복사
  • 구름 덮개
  • 눈 깊이
  • 날씨 유형
  • 날씨 상황
  • 열 지수
  • 체감 온도

먼저 요구 사항을 설치하세요.

지엑스피1

프로젝트 루트에 .env 파일을 다음과 같이 만들거나 수정합니다.

API_KEY=XXXXXXXXXXX

...여기서 XXXXXXXXXXX는 Visual Crossing의 API 키입니다.

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

Visual Crossing에서 지정된 위치와 날짜에 대한 과거 날씨 데이터(온도, 강수량, 기상 조건 등)를 검색할 수 있는 MCP 서버입니다.

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 -
    75
    JavaScript
    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 -
    51
    TypeScript
    MIT License

View all related MCP servers

ID: yx9lu9x9qo