Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by hu-qi • Uncategorized
A FastAPI-based MCP server providing weather information via city name queries with JWT authentication.
Retrieve current weather information by city name.
That require secure access to weather data via JWT authentication.
Integrate weather queries directly through MCP interface calls.
This MCP server offers a weather query API that supports city-based weather lookups using the HeWeather API as a data source. It includes JWT token generation and validation for secure access, and implements the MCP interface for direct AI assistant integration. The service supports Bearer Token authentication and can be deployed via Docker or run locally.