Weather
CreatedCoteNite
Provides weather data via HeWeather's API using a server-sent events (SSE) MCP.
About
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.
Key Features
- 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)
Use Cases
- Creating weather query agents.
- Integrating weather data into applications.
- Building location-aware services