AMap Maps MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_API_PORT | No | HTTP server port number (optional, default is 3000) | 3000 |
| HTTP_API_TOKEN | No | HTTP API access token (optional) | |
| AMAP_MAPS_API_KEY | Yes | AMap Maps API key (required) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| maps_regeocodeA | 将一个高德经纬度坐标转换为行政区划地址信息 |
| maps_geoA | 将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标 |
| maps_ip_locationB | IP 定位根据用户输入的 IP 地址,定位 IP 的所在位置 |
| maps_weatherA | 根据城市名称或者标准adcode查询指定城市的天气 |
| maps_search_detailC | 查询关键词搜或者周边搜获取到的POI ID的详细信息 |
| maps_bicyclingA | 骑行路径规划用于规划骑行通勤方案,规划时会考虑天桥、单行线、封路等情况。最大支持 500km 的骑行路线规划 |
| maps_direction_walkingA | 步行路径规划 API 可以根据输入起点终点经纬度坐标规划100km 以内的步行通勤方案,并且返回通勤方案的数据 |
| maps_direction_drivingA | 驾车路径规划 API 可以根据用户起终点经纬度坐标规划以小客车、轿车通勤出行的方案,并且返回通勤方案的数据。 |
| maps_direction_transit_integratedA | 公交路径规划 API 可以根据用户起终点经纬度坐标规划综合各类公共(火车、公交、地铁)交通方式的通勤方案,并且返回通勤方案的数据,跨城场景下必须传起点城市与终点城市 |
| maps_distanceA | 距离测量 API 可以测量两个经纬度坐标之间的距离,支持驾车、步行以及球面距离测量 |
| maps_text_searchC | 关键词搜,根据用户传入关键词,搜索出相关的POI |
| maps_around_searchB | 周边搜,根据用户传入关键词以及坐标location,搜索出radius半径范围的POI |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/masx200/amap-maps-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server