google-maps__generate_leads
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Google Maps] Generate B2B leads by scraping businesses from Google Maps with contact info. Returns names, addresses, phone, website, ratings. Args: business_type: Type of business (e.g. 'dentist', 'real estate agent', 'auto repair') city: City name (e.g. 'Austin') state: State abbreviation (e.g. 'TX') max_results: Maximum leads to generate (default 50)
Parameters schema
{
"type": "object",
"required": [
"business_type",
"city",
"state"
],
"properties": {
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"max_results": {
"type": "integer",
"default": 50
},
"business_type": {
"type": "string"
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries