Google Maps MCP
# Google Maps MCP Serverless API A powerful Model Context Protocol (MCP) implementation that provides seamless access to Google Maps services through a cloud-native API. Perfect for AI applications, web development, and automation workflows requiring location-based intelligence. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js,…
Google Maps MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with available Google Maps tools. Use this endpoint to establish sessions for web applications and discover Google Maps… |
| mcp | ||
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication using JSON-RPC 2.0 format. **Available Google Maps Tools**: - `maps_geocode`: Convert addresses to coordinates -… |
| googlemaps | ||
| GET |
directGoogleMapsGet /googlemaps |
Simple REST endpoint for direct Google Maps operations without using the MCP protocol. Perfect for webhooks, automation workflows, and simple integrations. **Available Operation… |
| POST |
directGoogleMapsPost /googlemaps |
REST endpoint for direct Google Maps operations using POST method. Supports complex search configurations in the request body. |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service and get operational metrics. Useful for monitoring, uptime checks, and debugging connectivity issues. |
Google Maps MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | — |
|
| ULTRA Recommended | $9.99 / month | — |
|
| MEGA | $39.99 / month | — |
|