Live Google Maps business search, review, and photo data for AI agents over MCP.
com.gmapsextractor/google-maps-scraper MCP Server
The com.gmapsextractor/google-maps-scraper MCP server provides live Google Maps business search data, including business details plus review and photo data, intended for use by AI agents via MCP.
🛠️ Key Features
Live Google Maps business search
Retrieval of review data
Retrieval of photo data
Exposed to AI agents over MCP
🚀 Use Cases
Searching for businesses on Google Maps
Using Google Maps reviews as input for agent workflows
Collecting business photos for downstream processing
⚡ Developer Benefits
Provides Google Maps search, review, and photo data through an MCP interface
Enables AI agents to consume live Google Maps business information
⚠️ Limitations
Only described capability is Google Maps business search, reviews, and photos over MCP; no additional constraints, auth, rate limits, or tool specifics are provided in the source data.
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.
Search businesses by keyword and location, including listing details such as names, addresses, phone numbers, websites, ratings, reviews, and photos.
Retrieve public Google Maps reviews for reputation research and customer feedback analysis.
Retrieve public business photos and image URLs for listing enrichment and visual audits.
Common workflows include prospecting research, local market analysis, competitor comparisons, CRM enrichment, reputation analysis, and listing audits.
Connect
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.
Retrieve 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
Example prompts
“Find the top-rated coffee shops in Portland and return their website, phone number, rating, and review count.”
“Get the newest Google Maps reviews for this place and summarize the recurring customer complaints.”
“Retrieve public photos for these restaurant FIDs and identify locations with limited visual content.”
“Compare visible listing signals for dentists in Austin and group the results by rating.”
Authentication and usage
Every request must include your G Maps Extractor API key:
http
Authorization: Bearer YOUR_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.
About this repository
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 configuration
llms-install.md with concise installation instructions for AI agents
product icons and branding
The hosted MCP implementation remains at https://cloud.gmapsextractor.com/api/mcp.