generate_leads
ActiveTool of com.thenextgennexus/google-maps-mcp-server
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 schema
{
"type": "object",
"required": [
"business_type",
"city"
],
"properties": {
"city": {
"type": "string",
"description": "City where businesses are located (e.g. 'Denver', 'New York', 'San Francisco')"
},
"state": {
"type": "string",
"description": "State or region abbreviation (e.g. 'CO', 'NY', 'CA')"
},
"max_results": {
"type": "integer",
"default": 20,
"description": "Number of leads to generate (default 20, recommended for data quality)"
},
"business_type": {
"type": "string",
"description": "Industry or business category to target (e.g. 'HVAC contractors', 'dental clinics', 'software development firms')"
}
}
}Parent server
com.thenextgennexus/google-maps-mcp-server
1/7 registries