{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-maps-grounding-lite-mcp",
    "name": "Google Maps Grounding MCP",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ryanbaumann/google-maps-grounding-lite-mcp",
    "canonicalUrl": "https://clawhub.ai/ryanbaumann/google-maps-grounding-lite-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/google-maps-grounding-lite-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-maps-grounding-lite-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/google-maps-grounding-lite-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/google-maps-grounding-lite-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/google-maps-grounding-lite-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-maps-grounding-lite-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-maps-grounding-lite-mcp/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Grounding Lite",
        "body": "Google Maps Grounding Lite MCP provides AI-grounded location data. Experimental (pre-GA), free during preview."
      },
      {
        "title": "Setup",
        "body": "Enable the API: gcloud beta services enable mapstools.googleapis.com\nGet an API key from Cloud Console\nSet env: export GOOGLE_MAPS_API_KEY=\"YOUR_KEY\"\nConfigure mcporter:\nmcporter config add grounding-lite \\\n  --url https://mapstools.googleapis.com/mcp \\\n  --header \"X-Goog-Api-Key=$GOOGLE_MAPS_API_KEY\" \\\n  --system"
      },
      {
        "title": "Tools",
        "body": "search_places: Find places, businesses, addresses. Returns AI summaries with Google Maps links.\nlookup_weather: Current conditions and forecasts (hourly 48h, daily 7 days).\ncompute_routes: Travel distance and duration (no turn-by-turn directions)."
      },
      {
        "title": "Commands",
        "body": "# Search places\nmcporter call grounding-lite.search_places textQuery=\"pizza near Times Square NYC\"\n\n# Weather\nmcporter call grounding-lite.lookup_weather location='{\"address\":\"San Francisco, CA\"}' unitsSystem=IMPERIAL\n\n# Routes\nmcporter call grounding-lite.compute_routes origin='{\"address\":\"SF\"}' destination='{\"address\":\"LA\"}' travelMode=DRIVE\n\n# List tools\nmcporter list grounding-lite --schema"
      },
      {
        "title": "Parameters",
        "body": "search_places: textQuery (required), locationBias, languageCode, regionCode\n\nlookup_weather: location (required: address/latLng/placeId), unitsSystem, date, hour\n\ncompute_routes: origin, destination (required), travelMode (DRIVE/WALK)"
      },
      {
        "title": "Notes",
        "body": "Rate limits: search_places 100 QPM (1k/day), lookup_weather 300 QPM, compute_routes 300 QPM\nInclude Google Maps links in user-facing output (attribution required)\nOnly use with models that don't train on input data"
      }
    ],
    "body": "Grounding Lite\n\nGoogle Maps Grounding Lite MCP provides AI-grounded location data. Experimental (pre-GA), free during preview.\n\nSetup\nEnable the API: gcloud beta services enable mapstools.googleapis.com\nGet an API key from Cloud Console\nSet env: export GOOGLE_MAPS_API_KEY=\"YOUR_KEY\"\nConfigure mcporter:\nmcporter config add grounding-lite \\\n  --url https://mapstools.googleapis.com/mcp \\\n  --header \"X-Goog-Api-Key=$GOOGLE_MAPS_API_KEY\" \\\n  --system\n\nTools\nsearch_places: Find places, businesses, addresses. Returns AI summaries with Google Maps links.\nlookup_weather: Current conditions and forecasts (hourly 48h, daily 7 days).\ncompute_routes: Travel distance and duration (no turn-by-turn directions).\nCommands\n# Search places\nmcporter call grounding-lite.search_places textQuery=\"pizza near Times Square NYC\"\n\n# Weather\nmcporter call grounding-lite.lookup_weather location='{\"address\":\"San Francisco, CA\"}' unitsSystem=IMPERIAL\n\n# Routes\nmcporter call grounding-lite.compute_routes origin='{\"address\":\"SF\"}' destination='{\"address\":\"LA\"}' travelMode=DRIVE\n\n# List tools\nmcporter list grounding-lite --schema\n\nParameters\n\nsearch_places: textQuery (required), locationBias, languageCode, regionCode\n\nlookup_weather: location (required: address/latLng/placeId), unitsSystem, date, hour\n\ncompute_routes: origin, destination (required), travelMode (DRIVE/WALK)\n\nNotes\nRate limits: search_places 100 QPM (1k/day), lookup_weather 300 QPM, compute_routes 300 QPM\nInclude Google Maps links in user-facing output (attribution required)\nOnly use with models that don't train on input data"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ryanbaumann/google-maps-grounding-lite-mcp",
    "publisherUrl": "https://clawhub.ai/ryanbaumann/google-maps-grounding-lite-mcp",
    "owner": "ryanbaumann",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-maps-grounding-lite-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/google-maps-grounding-lite-mcp",
    "agentUrl": "https://openagent3.xyz/skills/google-maps-grounding-lite-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-maps-grounding-lite-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-maps-grounding-lite-mcp/agent.md"
  }
}