高德地图
Related Servers
Alternatives to 高德地图
No user-submitted related servers found.
Related Servers
- MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that wraps the Amap (高德地图) Web Service APIs, giving AI assistants like Claude Code 9 map tools: geocoding, route planning (driving/transit/walking/cycling), POI search, nearby search, distance measurement, and IP location.1227 npmMIT
- AlicenseAqualityCmaintenance基于高德天气API的MCP服务器,可通过adcode查询实时天气和未来3天预报。220 npmMIT
- AlicenseNot gradedqualityDmaintenance基于高德地图API的MCP天气预报服务器,提供中国城市的实时天气和天气预报查询功能。9 npm4MIT
- MIT
- AlicenseBqualityDmaintenanceNon-official Model Context Protocol server that enables interaction with AMap's location services through clients like Cursor, Claude Desktop, Cline, and Windsurf.12MIT
TDQS
Scored across 16 tools
The tools are mostly distinct: geocoding, IP location, weather, POI search, and route planning are clearly separated. However, the route planning tools come in address/coordinate pairs for four travel modes (bicycling, walking, driving, transit), creating 8 similar tools that could be confused, though the by_address/by_coordinates suffix helps.
Most tools follow a consistent maps_<action>_by_<input> pattern (e.g., maps_direction_driving_by_address, maps_direction_driving_by_coordinates). Minor deviations exist: maps_regeocode, maps_geo, maps_ip_location, maps_weather, maps_distance, maps_text_search, maps_around_search, maps_search_detail don't follow the same verb_noun structure, but they are still readable and predictable.
16 tools is slightly above the ideal range but reasonable for a maps server covering geocoding, search, weather, and multiple route types. The 8 route-planning variants inflate the count, but each serves a distinct mode/input combination.
The server covers geocoding (forward/reverse), IP location, weather, POI search (text/around/detail), and route planning for driving, walking, bicycling, and transit. Missing features like place autocomplete or static map images are minor gaps; the core mapping workflows are well covered.