71
/ 100
22 days ago
glama

Google Maps MCP Server

A general-purpose Google Maps MCP server that provides geocoding, place search, directions, distance matrices, and time zone lookup over the Model Context Protocol.

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: GOOGLE_MAPS_API_KEY, MAPS_EMBED_API_KEY, MCP_SHARED_SECRET
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.
🔐 secretGOOGLE_MAPS_API_KEYGoogle Maps Platform API key
🔐 secretMAPS_EMBED_API_KEYURLs expose their API key client-side; optionally set
🔐 secretMCP_SHARED_SECRETSecret clients must send in the X-MCP-Secret header. Generate with python -c "import secrets; print(secrets.token_urlsafe(32))"
configPUBLIC_BASE_URL
configOAUTH_EXTRA_REDIRECTSloopback addresses; extend with a comma-separated
configPORT
// 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/skuangster-google-maps-mcp-27w6xu)](https://m8ven.ai/mcp/skuangster-google-maps-mcp-27w6xu)
commit: 7a55d5d558ba49a571b104a7a5d77cad55d29376
code hash: b8d7537f65672d23c8590534d9333797cbd9734e9c6d92e147974c5ca9fdd668
verified: 7/9/2026, 10:06:29 AM
view raw JSON →