Live Google Maps business search, review, and photo data for AI agents over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Give your AI agent live Google Maps business search, review, and photo data through one secure Model Context Protocol connection.
This repository is the public listing and manifest for the hosted G Maps Extractor MCP server. The server runs remotely, so there is no package to install and nothing to host locally.
https://cloud.gmapsextractor.com/api/mcpAuthorization: Bearer YOUR_API_KEYCommon workflows include prospecting research, local market analysis, competitor comparisons, CRM enrichment, reputation analysis, and listing audits.
Create an API key in the G Maps Extractor dashboard, keep it in a secure environment variable or secret store, and register the remote endpoint with your MCP client.
Add this to .cursor/mcp.json in your project:
Add this to .vscode/mcp.json in your project:
Add this to ~/.codex/config.toml:
Add this to your MCP settings:
search_google_mapsSearch for businesses and places on Google Maps in real time.
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | Yes | Search query, such as coffee shops in New York |
ll | string | No | Coordinates and zoom, such as @40.7128,-74.0060,11z |
hl | string | No | Language code; defaults to en |
gl | string | No | Country code; defaults to us |
page | number | No | Page number; defaults to 1 |
extra | boolean | No | Include emails, social profiles, and extended details |
get_place_reviewsRetrieve public reviews for a place using the fid returned by search_google_maps.
| Parameter | Type | Required | Description |
|---|---|---|---|
fid | string | Yes | Google Maps feature ID returned by a search |
page | number | No | Page number; defaults to 1 |
max_page | number | No | Maximum number of pages to retrieve |
sort_by | number | No | 1 relevant, 2 newest, 3 highest rating, 4 lowest rating |
get_place_photosRetrieve public photos for a place using the fid returned by search_google_maps.
| Parameter | Type | Required | Description |
|---|---|---|---|
fid | string | Yes | Google Maps feature ID returned by a search |
page | number | No | Page number; defaults to 1 |
max_page | number | No | Maximum number of pages to retrieve |
Every request must include your G Maps Extractor API key:
Do not commit a real API key to this repository or any client configuration. New accounts can start with the available free monthly requests; higher-volume usage follows the plan attached to the key.
This is a public discovery, configuration, and documentation repository. It contains:
server.json for MCP Registry-compatible server metadata.mcp.json as a ready-to-customize client configurationllms-install.md with concise installation instructions for AI agentsThe hosted MCP implementation remains at https://cloud.gmapsextractor.com/api/mcp.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-maps-scraper)<a href="https://allmcps.com/mcp/google-maps-scraper"><img src="https://allmcps.com/api/badge/google-maps-scraper?style=directory" alt="Google Maps Scraper on AllMCPs" /></a>