71
/ 100
12 days ago
glama

Google Maps MCP Server

Enables AI assistants to access Google Maps services including places search, details, directions, geocoding, and nearby search through natural language.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: GOOGLE_MAPS_API_KEY, MCP_API_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.
🔐 secretGOOGLE_MAPS_API_KEY"": "your_google_maps_api_key_here"
🔐 secretMCP_API_KEYServer listens on http://127.0.0.1:8000 by default, MCP endpoint at /mcp/, health check at /health. For local-only use you can leave unset.
configMCP_HOSTDon't expose =0.0.0.0 without a key. If you do, the server
configMCP_PORT
// 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/arthurkatcher-google-maps-mcp-p40v0i)](https://m8ven.ai/mcp/arthurkatcher-google-maps-mcp-p40v0i)
commit: f538bea6cbcf25d1ad62285e93c227b543b9da0c
code hash: 71ee69af2c714289cf3be48e3575ba98f01d0a285ca76d8f13ad088e33427719
verified: 6/17/2026, 11:35:05 AM
view raw JSON →