MCP服务器,为LLM提供高德和百度地图的地理编码、POI搜索、路径规划、天气查询等功能。
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_AMAP_KEY— 高德地图 https://console.amap.com/dev/key/app (创建「Web 服务」类型 Key)MCP_AMAP_SECRET— ⚠️ 高德 Key 的服务平台必须选「Web服务」,用 Web端(JS)/Android/iOS 类型的 Key 调用 Web 服务 API 会报 USERKEY_PLAT_NOMATCH。若该 Key 开启了「数字签名」,还需把私钥填入 。MCP_BAIDU_KEY— 百度地图 https://lbsyun.baidu.com/apiconsole/key (创建「服务端」应用,得到 AK)MCP_ENABLED_PLATFORMS— amap,baidu 启用的地图平台MCP_DEFAULT_PLATFORM— amap 工具调用未指定平台时的默认平台MCP_TRANSPORT— stdio python -m mcp_map_server.serverMCP_HOST— 0.0.0.0 SSE 模式监听地址MCP_PORT— 8091 SSE 模式监听端口[](https://m8ven.ai/mcp/ganyu123456-mcp-map-server-19r7v9)