What it does
Wraps Google Maps Platform — geocode and reverse-geocode, place search and details, distance matrix, directions, and elevation — for location, routing, and local-search use cases. The original reference build was archived in 2025; Google now offers official replacements (Maps Grounding Lite MCP, Maps Platform Code Assist). Runs locally over stdio (the Google successor is hosted).
Example prompts
- Get driving directions from the office to the airport with time estimates.
- Find the three nearest pharmacies to this address.
Tools provided
- maps_geocode — Geocode an address to coordinates.
- maps_search_places — Search for places.
- maps_place_details — Get details for a place.
- maps_directions — Get directions between locations.
- maps_distance_matrix — Compute distances/times between points.
What you'll need to connect
This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
- Google Maps Platform API keyIn Google Analytics, find your property ID under Admin → Property Settings. Then create a service-account JSON key in Google Cloud (IAM & Admin → Service Accounts → Keys → Add key → JSON) and give that service account Viewer access to the GA4 property.Paste the value as a single line.Only sent to: maps.googleapis.com
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
