← Back to Skills Marketplace
ryanbaumann

Google Maps Grounding MCP

by ryanbaumann · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
4047
Downloads
6
Stars
13
Active Installs
1
Versions
Install in OpenClaw
/install google-maps-grounding-lite-mcp
Description
Google Maps Grounding Lite MCP for location search, weather, and routes via mcporter.
README (SKILL.md)

Grounding Lite

Google Maps Grounding Lite MCP provides AI-grounded location data. Experimental (pre-GA), free during preview.

Setup

  1. Enable the API: gcloud beta services enable mapstools.googleapis.com
  2. Get an API key from Cloud Console
  3. Set env: export GOOGLE_MAPS_API_KEY="YOUR_KEY"
  4. Configure mcporter:
    mcporter config add grounding-lite \
      --url https://mapstools.googleapis.com/mcp \
      --header "X-Goog-Api-Key=$GOOGLE_MAPS_API_KEY" \
      --system
    

Tools

  • search_places: Find places, businesses, addresses. Returns AI summaries with Google Maps links.
  • lookup_weather: Current conditions and forecasts (hourly 48h, daily 7 days).
  • compute_routes: Travel distance and duration (no turn-by-turn directions).

Commands

# Search places
mcporter call grounding-lite.search_places textQuery="pizza near Times Square NYC"

# Weather
mcporter call grounding-lite.lookup_weather location='{"address":"San Francisco, CA"}' unitsSystem=IMPERIAL

# Routes
mcporter call grounding-lite.compute_routes origin='{"address":"SF"}' destination='{"address":"LA"}' travelMode=DRIVE

# List tools
mcporter list grounding-lite --schema

Parameters

search_places: textQuery (required), locationBias, languageCode, regionCode

lookup_weather: location (required: address/latLng/placeId), unitsSystem, date, hour

compute_routes: origin, destination (required), travelMode (DRIVE/WALK)

Notes

  • Rate limits: search_places 100 QPM (1k/day), lookup_weather 300 QPM, compute_routes 300 QPM
  • Include Google Maps links in user-facing output (attribution required)
  • Only use with models that don't train on input data
Usage Guidance
This skill appears coherent, but take these precautions before installing: 1) Verify the mcporter npm package and its maintainer (installing npm packages runs third-party code). 2) Prefer installing mcporter per-user rather than system-wide; avoid `--system` unless you intend global config and understand permissions. 3) Restrict your GOOGLE_MAPS_API_KEY in Cloud Console (enable only the required APIs, set HTTP referrer or IP restrictions, and set application restrictions) to limit blast radius if the key is leaked. 4) Ensure you have node/npm available and that installing mcporter fits your environment policy. 5) Be aware the config step stores the API key in mcporter headers—check where config files are written and who can read them. 6) Monitor usage/billing and quota limits for the Maps preview APIs. If you want lower risk, ask the skill author for a per-user config example (no --system) and the mcporter package repo URL to review source before installing.
Capability Analysis
Type: OpenClaw Skill Name: google-maps-grounding-lite-mcp Version: 1.0.0 The skill is benign. It uses the `mcporter` tool to interact with the Google Maps Grounding Lite API, requiring a `GOOGLE_MAPS_API_KEY` for authentication, which is passed securely as an `X-Goog-Api-Key` header to `mapstools.googleapis.com/mcp`. Installation involves a standard `npm install mcporter` command, and setup instructions configure `mcporter` appropriately. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent in the `SKILL.md` file; all instructions and commands are aligned with the stated purpose of providing Google Maps functionality.
Capability Assessment
Purpose & Capability
Name/description (Google Maps grounding via mcporter) align with declared requirements: mcporter binary and GOOGLE_MAPS_API_KEY are exactly what this skill needs to call the Maps Grounding MCP. The primary credential is appropriate and no unrelated credentials or config paths are requested.
Instruction Scope
SKILL.md stays on-topic (how to enable the Maps API, add the API key, configure mcporter, and call the listed tools). Two operational points to note: (1) it suggests using `gcloud beta services enable ...` but gcloud is not listed in required binaries; (2) the example uses `mcporter config add ... --system`, which writes system-level configuration (may require elevated privileges and affects global mcporter config). Neither is inconsistent with the purpose, but both are operational details the user should be aware of.
Install Mechanism
The install spec installs the mcporter npm package (public registry) which is a typical mechanism for a CLI. This is a moderate-risk, expected install method; there are no downloads from arbitrary URLs or extract steps. The package and publisher should be validated before installation, but the mechanism itself is appropriate for the stated function.
Credentials
Only GOOGLE_MAPS_API_KEY is required and declared as the primary credential — this is proportionate to a Maps-based skill. No extra secrets or unrelated environment variables are requested.
Persistence & Privilege
always:false and normal autonomous invocation are fine. The only persistence-related concern is the SKILL.md recommendation to run `mcporter config add ... --system` which creates system/global mcporter configuration; this may require higher privileges and will store the API key in a config header. The skill does not request persistent platform-level privileges or alter other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-maps-grounding-lite-mcp
  3. After installation, invoke the skill by name or use /google-maps-grounding-lite-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of google-maps-grounding-lite. - Provides location search, current weather, and route computation via Google Maps AI-grounded APIs. - Integrates with mcporter CLI for quick setup and usage. - Includes three tools: search_places, lookup_weather, compute_routes. - Experimental, free during preview with usage rate limits. - Requires a Google Maps API key and mcporter installation.
Metadata
Slug google-maps-grounding-lite-mcp
Version 1.0.0
License
All-time Installs 13
Active Installs 13
Total Versions 1
Frequently Asked Questions

What is Google Maps Grounding MCP?

Google Maps Grounding Lite MCP for location search, weather, and routes via mcporter. It is an AI Agent Skill for Claude Code / OpenClaw, with 4047 downloads so far.

How do I install Google Maps Grounding MCP?

Run "/install google-maps-grounding-lite-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Google Maps Grounding MCP free?

Yes, Google Maps Grounding MCP is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Google Maps Grounding MCP support?

Google Maps Grounding MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Google Maps Grounding MCP?

It is built and maintained by ryanbaumann (@ryanbaumann); the current version is v1.0.0.

💬 Comments