mcpbeat Sign in

Local Leads MCP Server

local only

Local Leads MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from pypi. Last commit 18 Jul 2026.

Find local businesses with no website via OpenStreetMap, then verify them. No API keys needed.

Installs per day peak 27 · avg 14 · -23% w/w
a month agotoday
81
Installs / week
pypi · local-leads-mcp
0
Stars
0 open issues
18 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Local Leads MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add local-leads-mcp -- uvx local-leads-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "local-leads-mcp": {
      "args": [
        "local-leads-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.local-leads-mcp]
command = "uvx"
args = ["local-leads-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "local-leads-mcp": {
      "args": [
        "local-leads-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "local-leads-mcp": {
      "args": [
        "local-leads-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BRAVE_API_KEY (Brave Search API key (enables confirm_no_website)), GOOGLE_CSE_API_KEY (Google Programmable Search API key (alternative to Brave)), GOOGLE_CSE_CX (Google Programmable Search engine id (used with GOOGLE_CSE_API_KEY)), PAGESPEED_API_KEY (Google PageSpeed Insights API key (adds Lighthouse scores to score_website)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Local Leads MCP

same job, measured the same way
Brave
by smithery

Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,…

answering
Potarix Enricher
by potarix

Find company websites and verified business emails through the Potarix Enricher API.

9 tools answering
Snow Leo Leads & Contacts
by magzhansan

Local business leads from Google Maps, 7 directories, DuckDuckGo and OpenStreetMap, with contacts

answering
Email Verifier
by verifox

Verify email deliverability & find business emails (single or bulk) via the Verifox API.

51 installs/wk 6 tools answering
OutSend
by outsend

Find local businesses, enrich them with emails and socials, and run lead pipelines from your AI.

answering
Knowledge Base
by tunnelpowered

Search verified local businesses, check what their verification proves, and message them.

17 tools answering
Google Maps Local Leads — Email, Phone, Website & Brazil CNPJ
by paulovitorti

Extract local businesses from Google Maps in Brazil with phone, email, website and CNPJ.

answering
Maps Leads Server
by admosolutionsgo-star

Google Maps business leads via Apify: name, phone, website, rating.

answering

Local Leads MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Local Leads MCP?
Local Leads MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package local-leads-mcp was installed 81 times last week.
How do I connect Local Leads MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls local-leads-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Local Leads MCP?
The pypi package local-leads-mcp was installed 81 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Local Leads MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.