Skip to main content

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

Amap Reference Documentation

🗺️ Feature List

Tool IdentifierFunction DescriptionCore Parameters
maps_regeocodeReverse geocoding (converting coordinates to administrative address)location
maps_geoGeocoding (converting address to coordinates)address, city
maps_ip_locationIP Location Queryip
maps_weatherCity weather querycity
maps_bicyclingBicycling route planning (supports 500km)origin, destination
maps_direction_walkingWalking route planning (within 100km)origin, destination
maps_direction_drivingDriving route planningorigin, destination
maps_distanceMultimodal distance measurementorigins, destination, type
maps_text_searchKeyword POI searchkeywords, city
maps_around_searchNearby search within a radiuslocation, radius
maps_search_detailPOI details queryid

Repository URL

https://github.com/devsapp/amap-maps-mcp-server


🔌 Usage


CloudBase MCP Console