com.thenextgennexus/google-maps-mcp-server
Official3 toolsLocal business lead extraction with email + phone enrichment from Google Maps.
Extracts business leads from Google Maps with contact information enrichment.
Captured live from the server via tools/list.
search_local_businesses
Search Google Maps for local businesses matching a query and location. Returns business name, complete address, star rating, review count, phone number, website URL, and business category. Use for restaurant discovery, service provider lookup, or competitive local analysis. Returns open/closed status.
Parameters (3)
- querystringrequired
Business type or name to find (e.g. 'plumbers near me', 'Thai restaurants', 'Starbucks')
- locationstring
Geographic location as city, zip code, or address (e.g. 'Los Angeles, CA', '90210', '1600 Pennsylvania Ave')
- max_resultsinteger
Number of business results to return (default 10, max 50 for large searches)
generate_leads
Extract B2B lead lists from Google Maps by business category and geography. Returns company name, full address, contact phone, website, business category, and review metrics. Use for sales prospecting, market research, or building vendor lists. Returns 20+ leads per query by default.
Parameters (4)
- business_typestringrequired
Industry or business category to target (e.g. 'HVAC contractors', 'dental clinics', 'software development firms')
- citystringrequired
City where businesses are located (e.g. 'Denver', 'New York', 'San Francisco')
- statestring
State or region abbreviation (e.g. 'CO', 'NY', 'CA')
- max_resultsinteger
Number of leads to generate (default 20, recommended for data quality)
validate_emails
Validate and verify email addresses for deliverability, format compliance, and mailbox existence. Returns pass/fail status per email, syntax errors, domain validity, and SMTP verification result. Use before sending bulk emails to prevent bounces and protect sender reputation.
Parameters (1)
- emailsarrayrequired
Array of email addresses to validate for syntax, domain, and deliverability
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"google-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/google-maps-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.