BasedOnBusiness
Google Maps business & lead data API and MCP server - search businesses by city, country, or region and enrich results with email, social media, and…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Submit Scrape: Start a new lead-scraping job. Async — returns a job id immediately. Poll get_scrape_status to track progress, then call get_scrape_results when status is 'done'.
- Get Scrape Status: Get the current status of a scrape job. Returns status (pending/submitted/running/done/failed/cancelled) plus a progress fraction (0–1).
- Get Scrape Results: Fetch the leads collected by a finished scrape job. Returns an empty array if the job is not yet done. Idempotent — first successful call may finalize billing.
What data it sees
Do you need an account
No: the server works without sign-in
Google Maps business & lead data API and MCP server - search businesses by city, country, or region and enrich results with email, social media, and tech-stack data across 195 countries. Credit-based billing, free tier included.
Server tool list (10)
Raw names from tools/list. Only developers need these.
| submit_scrape | Start a new lead-scraping job. Async — returns a job id immediately. Poll get_scrape_status to track progress, then call get_scrape_results when status is 'done'. |
| get_scrape_status | Get the current status of a scrape job. Returns status (pending/submitted/running/done/failed/cancelled) plus a progress fraction (0–1). |
| get_scrape_results | Fetch the leads collected by a finished scrape job. Returns an empty array if the job is not yet done. Idempotent — first successful call may finalize billing. |
| list_scrapes | List the user's scrape jobs with cursor pagination. |
| cancel_scrape | Cancel a pending or running scrape job. Cannot cancel jobs that are already done, failed, or cancelled. |
| get_account | Get the authenticated user's account profile and credit balance. |
| get_credits | Get the user's credit balance plus the 50 most recent credit transactions (top-ups and deductions). |
| list_countries | List all supported countries with ISO codes. Use this before submit_scrape to confirm the correct country code. |
| list_states | List states or provinces for a country. Returns has_states=false for countries that don't subdivide. Use returned 'code' as the state parameter for submit_scrape. |
| list_cities | Find cities by partial name within a country (and optionally a state). Always use this to confirm city spelling before submit_scrape — prevents failed scrapes from typos. |