71
/ 100
20 days ago
glama

mcp-map-server

MCP服务器,为LLM提供高德和百度地图的地理编码、POI搜索、路径规划、天气查询等功能。

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: MCP_AMAP_KEY, MCP_AMAP_SECRET, MCP_BAIDU_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretMCP_AMAP_KEY高德地图 https://console.amap.com/dev/key/app (创建「Web 服务」类型 Key)
🔐 secretMCP_AMAP_SECRET⚠️ 高德 Key 的服务平台必须选「Web服务」,用 Web端(JS)/Android/iOS 类型的 Key 调用 Web 服务 API 会报 USERKEY_PLAT_NOMATCH。若该 Key 开启了「数字签名」,还需把私钥填入 。
🔐 secretMCP_BAIDU_KEY百度地图 https://lbsyun.baidu.com/apiconsole/key (创建「服务端」应用,得到 AK)
configMCP_ENABLED_PLATFORMSamap,baidu 启用的地图平台
configMCP_DEFAULT_PLATFORMamap 工具调用未指定平台时的默认平台
configMCP_TRANSPORTstdio python -m mcp_map_server.server
configMCP_HOST0.0.0.0 SSE 模式监听地址
configMCP_PORT8091 SSE 模式监听端口
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ganyu123456-mcp-map-server-19r7v9)](https://m8ven.ai/mcp/ganyu123456-mcp-map-server-19r7v9)
commit: ce195961df889755a50db2cb7d8f518da90d0439
code hash: 106f66120b2f0a974bef65bbb81ba911ceee1851c1ebd4a83e2363771589154e
verified: 7/11/2026, 8:23:45 AM
view raw JSON →