amap-location-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AMAP_WEB_SERVICE_KEY | Yes | 高德地图Web服务API Key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| amap_get_directionsA | 主要入口:输入起点和终点地址/地点,一次解析真实坐标,比较步行、驾车和公交,返回距离、耗时、关键步骤及推荐交通方式。单个方式失败时仍返回其他可用方案。 |
| amap_resolve_locationA | 把地点名或地址解析为高德真实 POI/GCJ-02 坐标,结合城市和可选当前坐标排序候选;不冒充设备 GPS。 |
| amap_reverse_geocodeA | 把 GCJ-02 或 WGS84 坐标转换为结构化地址及附近 POI。只有调用方明确声明 device_gps 时才标记为设备位置。 |
| amap_search_nearbyA | 按中心点、半径、关键词或高德类型码搜索周边真实 POI,并返回距离。 |
| amap_convert_coordinatesA | 把 WGS84/GPS、百度或 Mapbar 坐标转换为高德 GCJ-02;最多 40 个。 |
| amap_locate_ipA | 对明确传入的公网 IPv4 做省市级粗定位;绝不会省略 IP 后把 MCP 服务器出口冒充用户位置。 |
| amap_plan_routeA | 按真实起终点坐标规划高德步行、驾车或公交路线,返回距离、预计耗时和关键步骤。 |
| amap_build_location_contextB | 组合地点解析、逆地理编码和周边 POI,为 AI 生成可追溯的位置事实;query 或 location 至少一个。 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/188zjl/amap-location-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server