MCP Access for Amap Service
It provides standardized map service calls via the MCP protocol, supporting rapid integration of location services.
Provides Amap API interfaces, supporting map rendering, geocoding, route planning, and other functions.
Go to CloudBase Platform to run MCP Server
Environment Variables
- Need to set AMAP_MAPS_API_KEY to the key applied for on the Amap official website
Usage Instructions
🗺️ Feature List
Tool Identifier | Function Description | Core Parameters |
---|---|---|
maps_regeocode | Reverse geocoding (converting coordinates to administrative address) | location |
maps_geo | Geocoding (converting address to coordinates) | address, city |
maps_ip_location | IP Location Query | ip |
maps_weather | City weather query | city |
maps_bicycling | Bicycling route planning (supports 500km) | origin, destination |
maps_direction_walking | Walking route planning (within 100km) | origin, destination |
maps_direction_driving | Driving route planning | origin, destination |
maps_distance | Multimodal distance measurement | origins, destination, type |
maps_text_search | Keyword POI search | keywords, city |
maps_around_search | Nearby search within a radius | location, radius |
maps_search_detail | POI details query | id |
Repository URL
https://github.com/devsapp/amap-maps-mcp-server