amap-weather-mcp-server
Related Servers
Alternatives to amap-weather-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenance基于高德地图API的MCP天气预报服务器,提供中国城市的实时天气和天气预报查询功能。10 npm4MIT
- AlicenseAqualityAmaintenance基于高德天气API的MCP服务器,可通过adcode查询实时天气和未来3天预报。214 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides real-time weather information, 4-day forecasts, and city search functionality for Chinese cities via the AMap API. It enables users to query weather data using city names or administrative codes through natural language interactions.1MIT
- MIT
- AlicenseBqualityDmaintenanceProvides weather forecast data for locations in China using the HeFeng Weather API, with real-time, hourly, or daily forecasts and location-based queries.124 npm9ISC
- AlicenseNot gradedqualityDmaintenance基于HelloAgents框架的天气查询MCP服务器,支持12个中国主要城市实时天气查询,使用wttr.in API无需密钥。MIT
TDQS
Scored across 3 tools
Each tool serves a clearly distinct purpose: real-time current weather, multi-day forecast, and city lookup by keyword. There is no functional overlap or ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case (get_current_weather, get_weather_forecast, search_city). The naming is predictable and clear.
With exactly three tools covering current weather, forecast, and city search, the server is tightly scoped for its weather information purpose. This count is minimal but sufficient and well within the 3-15 ideal range.
The server covers the core weather workflow: search for a city, get current conditions, and get a multi-day forecast. There are no obvious gaps for a general weather query service; all essential operations are present.