Skip to content
Grok

local leads mcp for Grok

io.github.raffaele86/local-leads-mcp

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

client:Grok transport:stdio runtime:pypi

Install local leads mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "local-leads-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "local-leads-mcp"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>",
        "GOOGLE_CSE_API_KEY": "<GOOGLE_CSE_API_KEY>",
        "GOOGLE_CSE_CX": "<GOOGLE_CSE_CX>",
        "PAGESPEED_API_KEY": "<PAGESPEED_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

local leads mcp in other clients