# Google Maps & Local Business MCP Server

Search Google Maps for local businesses, generate B2B leads with contact info, and validate email addresses. Perfect for sales prospecting and market research.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/google-maps-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/google-maps-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/google-maps-mcp-server search_local_businesses

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/google-maps-mcp-server search_local_businesses '{}'
```

## Direct MCP Connection

Endpoint: `https://google-maps-mcp-server--nexgendata-apify.run.tools`

## Tools (3)

- `search_local_businesses` — Search Google Maps for local businesses. Returns business names, addresses, ratings, phone numbers, and websites.
- `generate_leads` — Generate B2B leads by scraping businesses from Google Maps with contact info.
- `validate_emails` — Validate a list of email addresses. Checks syntax, domain, and deliverability.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/google-maps-mcp-server <tool-name>
```
