Google Maps Comprehensive Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Google Maps Comprehensive Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP Server per le API moderne di Google Maps (Places API, Routes API, Geocoding API, Elevation API). Supporta geocoding, ricerca luoghi, dettagli di posti, calcolo di distanze, elevazioni e percorsi.
"Google Maps MCP server is alive ✅"address (string)location, formatted_address, place_id, address_componentslatitude (number)longitude (number)formatted_address, place_id, address_componentsquery (string)displayName, formattedAddress, location, typesplace_id (string)name, address, contact info, ratings, reviews, opening hours, photosorigins (string[])destinations (string[])mode (optional): "driving" | "walking" | "bicycling" | "transit"distances e durationslocations (array di { latitude, longitude })elevation e resolution per ogni puntoorigin (string)destination (string)travelMode (optional): "DRIVE" | "WALK" | "BICYCLE" | "TRANSIT"route steps, distance, duration, polylineCrea una API key Google Maps abilitando:
Segui la guida ufficiale: Get an API Key
npm installnpm run buildexport GOOGLE_MAPS_API_KEY="your_api_key_here"# Con variabile d'ambiente
GOOGLE_MAPS_API_KEY="your_key" node dist/index.js
# O con export
export GOOGLE_MAPS_API_KEY="your_key"
node dist/index.js# Build dell'immagine
docker build -t google-maps-mcp .
# Esecuzione con docker-compose
GOOGLE_MAPS_API_KEY="your_key" docker-compose up
# Esecuzione diretta
docker run --rm -it -e GOOGLE_MAPS_API_KEY="your_key" google-maps-mcp{
"mcpServers": {
"google-maps": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/google-maps-mcp",
"env": {
"GOOGLE_MAPS_API_KEY": "your_api_key"
}
}
}
}{
"mcpServers": {
"google-maps": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/Users/pallotta/mcp-servers/google-maps",
"env": {
"GOOGLE_MAPS_API_KEY": "your_api_key"
}
}
}
}{
"mcpServers": {
"google-maps": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e", "GOOGLE_MAPS_API_KEY=your_api_key",
"google-maps-mcp"
]
}
}
}Il server è stato testato con successo e tutti i tool funzionano correttamente:
⚠️ Importante: Non committare mai la tua API key nel repository. Usa sempre variabili d'ambiente.
npm run builddocker build --no-cache -t google-maps-mcp .~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.