leadhoundapi Choose a plan

The local-lead intelligence MCP server for your AI

Connect leadhoundapi (leadhoundapi.com) to your agent so it can read local markets, rank recent public service-gap reports, and draft human-reviewed outreach openers. Signals are not guarantees or proof of intent.

Works with: Claude ChatGPT Hermes OpenClaw Replit Lovable Plans from $39/mo · checkout is live

Install

npm install -g leadhoundapi
leadhoundapi auth login lh_live_...
leadhoundapi mcp install claude --run

Hosted MCP clients can connect to https://api.leadhoundapi.com/mcp with OAuth or an account key.

Reads stay bounded

Autonomy policy: account reads and cached research stay inside the written pilot scope.

Spend is capped

Paid pilot calls and jobs have explicit limits. No tool can create unlimited vendor cost or a surprise overage.

Humans send

Keep a human on send. leadhoundapi gives evidence for outreach, not proof of intent.

Connect your client

Claude Code

claude mcp add leadhoundapi -t http https://api.leadhoundapi.com/mcp -H "Authorization: Bearer lh_live_YOUR_KEY"

Claude chat

Settings → Connectors → Add custom connector → paste https://api.leadhoundapi.com/mcp. OAuth signs you in; no key handling.

ChatGPT

Settings → Connectors → Add → https://api.leadhoundapi.com/mcp. Works in chat and deep research modes via OAuth.

Hermes / OpenClaw

{ "mcpServers": { "leadhoundapi": {
  "url": "https://api.leadhoundapi.com/mcp",
  "headers": { "Authorization": "Bearer lh_live_YOUR_KEY" } } } }

Replit / Lovable

Apps and agents built in Replit or Lovable speak MCP with the config above, or call REST directly; the API quickstarts have a paste-ready fetch snippet.

CLI & CSV

leadhoundapi find "roofer" "Dallas, TX" --json

Full command set on the Agent CLI page.

Workflow transcript

The same agent that built your workflow can research public service-gap reports. Ask for a city, vertical, pattern, and opener. The agent stays inside the account's pilot scope.

User: Find appliance repair shops in Phoenix whose recent public reviews report missed calls.
Agent: I will call leadhoundapi and cap spend to one paid market read.
Tool: market scan returned recent public review patterns and provenance.
Agent: Top research hypothesis is missed-call recovery plus warranty follow-up. I will draft one opener for human review.
User: Export JSON and wait before sending.
Agent: Export ready. I will not send outreach without approval.