Commit Graph

1 Commits

Author SHA1 Message Date
Ryan Baumann
e33aceb485 feat(skills): add grounding-lite skill for Google Maps Grounding Lite MCP
Add new skill for Google Maps Grounding Lite, an experimental service that
provides AI-grounded location search, weather lookup, and route computation
via the MCP protocol.

Features:
- search_places: Find places with AI summaries and Google Maps links
- lookup_weather: Current conditions and forecasts by address/coords/place ID
- compute_routes: Distance and duration for driving/walking routes

Implementation:
- Uses mcporter MCP client for proper MCP server integration
- One-time server config via mcporter config add
- Cleaner tool invocation syntax (mcporter call server.tool)
- Ad-hoc usage option for one-off calls without config
- Includes mcporter list command for tool discovery

Security:
- API key security best practices documented
- Recommends API key restrictions in Google Cloud Console
- OAuth 2.0 suggested for production deployments

Uses the same GOOGLE_MAPS_API_KEY as goplaces/local-places skills.
2026-01-26 11:56:12 -08:00