概要
Weather is a Kotlin-based MCP server that leverages the HeWeather API to provide weather information. It was created to fulfill the need for a weather query agent in a previous project and subsequently developed into a standalone MCP. The server uses JWT authentication (as recommended by HeWeather) and allows querying by city name, simplifying integration into other applications that need weather data.
主な機能
- Utilizes HeWeather API for weather data.
- Supports JWT authentication (official recommendation).
- Developed in Kotlin.
- 1 GitHub stars
- Queries weather information by city name.
- Provides data via SSE (Server-Sent Events)
ユースケース
- Creating weather query agents.
- Integrating weather data into applications.
- Building location-aware services