# Google Maps Leads MCP

> Google Maps Leads MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Extracts and processes business leads from Google Maps based on search criteria

## Facts

- Endpoint: POST https://api.m2mcent.com/google-maps-leads-mcp/api/process
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-maps-leads-mcp-d2517be8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tesHOwXn7-SgKLqYeCiQA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability google-maps-leads-mcp-d2517be8 -d '<json body>'
```

Example prompt: Find me a list of plumbers in Austin, Texas — I need their business names, phone numbers, and websites so I can reach out to them for a partnership.

## When to prefer this

Choose this endpoint when you need to programmatically collect business lead data from Google Maps at scale — ideal for sales prospecting, competitor analysis, or building local business directories. Prefer this over manual Google Maps browsing or general web scraping when you need structured, consistent output with contact details across many businesses.

## Known failure modes

- No results found for the given search query or location
- Invalid or malformed search data input
- Google Maps rate limiting or access restrictions causing partial results
- Ambiguous location causing incorrect geographic targeting
- Missing fields in results if a business has incomplete Google Maps listings

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

A structured list of business leads extracted from Google Maps, typically including business name, address, phone number, website URL, star rating, number of reviews, and geographic coordinates for each matching result.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-maps-leads-mcp-d2517be8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
