Nose for Leads MCP
Nose for Leads — MCP server
Verified local-business leads, built for agents.
Nose for Leads is an MCP server that finds, filters, and verifies local-business leads on demand: agents get back a send-ready list of contacts, not raw scrape data. Every email carries a machine-readable verification receipt (verifier, verdict, timestamp) so an agent can act on it without a human double-checking. Access is credit-based with per-key spend budgets and daily caps, so an agent can be handed a key without a blank check.
Endpoint:
https://api.noseforleads.com/mcp(streamable HTTP; OAuth 2.1 with dynamic client registration, or anX-API-Keyheader)Website: https://www.noseforleads.com/mcp-server-local-business-leads
Full agent guide: https://www.noseforleads.com/agents.md
OpenAPI (REST surface): https://api.noseforleads.com/openapi.json
Sign up (25 free validated leads): https://app.noseforleads.com/signup
This repository holds the public integration docs, the registry manifest (
server.json), and example transcripts. The server itself is remote-hosted; there is nothing to install or self-host.
Connect
Claude Code (OAuth, no key to paste)
claude mcp add --transport http nose-for-leads https://api.noseforleads.com/mcp
claude mcp login nose-for-leadslogin opens your browser to approve access and set a spending budget. The
token persists across sessions and refreshes itself.
Codex CLI
# ~/.codex/config.toml
[mcp_servers.nose-for-leads]
url = "https://api.noseforleads.com/mcp"codex mcp login nose-for-leadsIf OAuth gives you trouble, the API-key header works in Codex too:
env_http_headers = { "X-API-Key" = "YOUR_ENV_VAR" } under the same block.
Cursor, Windsurf, other MCP clients
Point your client's HTTP server config at https://api.noseforleads.com/mcp.
Cursor's .cursor/mcp.json (and any client that reads the standard shape):
{
"mcpServers": {
"nose-for-leads": { "type": "http", "url": "https://api.noseforleads.com/mcp" }
}
}Stdio-only clients (mcp-remote shim)
Clients that only speak stdio can use the standard mcp-remote proxy:
npx -y mcp-remote https://api.noseforleads.com/mcpThe repo's Dockerfile packages the same shim (docker build -t nose-for-leads-mcp . && docker run -i nose-for-leads-mcp). Listing tools works without auth; tool calls trigger the OAuth flow (or pass the API-key header via --header "X-API-Key: ...").
API key (scripts, CI, clients without OAuth)
Mint a key at https://app.noseforleads.com/keys and pass it as a header:
X-API-Key: <your key> (or Authorization: Bearer <your key>). Keys can carry
a total and/or daily credit budget, so a runaway loop stops at the cap with a
budget_exhausted error instead of draining the account.
Related MCP server: scrapercity-cli
Tools
All 9 tools carry MCP tool annotations (readOnly / destructive / idempotent / openWorld) and require the auth above.
Tool | What it does |
| Turns a free-text ICP description (e.g. "plumbers in phoenix with no website") into the structured |
| Submits a lead campaign for a vertical + geo. Costs 1 credit per validated lead and cannot overspend. Accepts an |
| Checks a campaign's status by |
| Pages through a campaign's leads ( |
| Lists saved vertical/geo templates (ICP packs) available to the account. |
| Adds an email or domain to the suppression list so future campaigns exclude it. |
| Marks a lead |
| Checks the prepaid credit balance (1 credit = 1 validated lead), available packs, and recent ledger entries; with an API key, also that key's remaining budget. |
| Sends feedback to the Nose for Leads team ( |
Verification receipts
Rows returned by fetch_results carry a receipt when a live verification
exists: verified_by (which verifier), verified_at (when), and
verifier_verdict (the result). A receipt proves the email was checked against
the live mailbox provider, not merely pattern-matched. See
examples/ for real transcript shapes.
Credits and safety semantics
1 credit = 1 validated lead; 25 free at signup, prepaid packs from $19.99 for 200.
A campaign that discovers more leads than the balance covers delivers what the credits cover and ends
done_partialinstead of failing.Per-key budgets are enforced before the account balance, and
start_campaignhonorsidempotency_key, so a retry never double-charges.Errors return a plain
{code, message}envelope (e.g.payment_required,budget_exhausted,quota_exceededwithretry_after). The full table is in the agent guide.
This server cannot be deployed
Maintenance
Related MCP Connectors
Finds, filters, and verifies local-business leads; every email carries a verification receipt.
Verified local-business leads: search any niche + city, query your library, export to your CRM.
Local business lead extraction with email + phone enrichment from Google Maps.
B2B lead generation from Google Maps: search, dedupe and email-enrich businesses. Needs API key.
Related MCP Servers
- AlicenseAqualityDmaintenanceA server implementation that enables AI assistants to interact with HubSpot CRM data, allowing for seamless creation and management of contacts and companies, retrieval of activity history, and access to engagement data through natural language commands.8263 npm13MIT

scrapercity-cliofficial
AlicenseBqualityBmaintenanceB2B lead generation MCP server with 20+ lead generation tools - Apollo scraping, Google Maps, email finder, email validator, mobile finder, skip trace, ecommerce store data, and more.2524 npm1MIT- AlicenseAqualityAmaintenanceMCP server for Apollo.io B2B database enabling people and company search, enrichment, and insights through conversational interfaces.9531 npm19MIT

Outscraper MCPofficial
AlicenseBqualityCmaintenanceConnects AI agents to Outscraper for business discovery, Google Maps intelligence, company and contact enrichment, review analysis, search, and structured web extraction.2832 npm3MIT