Nose for Leads
About
Verified local-business leads for agents: campaigns return send-ready contacts, every email checked against the live mailbox with a verification receipt. Credit-based with per-key budgets; 25 free at signup.
Details
- Author
- noseforleads
- Categories
- Marketing, Other
Jump to
Setup
Install Nose for Leads in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/noseforleads/mcp
Follow the installation instructions in the repository README, then restart your MCP client.
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.
claude mcp add --transport http nose-for-leads https://api.noseforleads.com/mcp claude mcp login nose-for-leads
loginopens your browser to approve access and set a spending budget. The token persists across sessions and refreshes itself.
# ~/.codex/config.toml [mcp_servers.nose-for-leads] url = "https://api.noseforleads.com/mcp"
If 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.
Point your client's HTTP server config athttps://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" } } }
Clients that only speak stdio can use the standardmcp-remoteproxy:
npx -y mcp-remote https://api.noseforleads.com/mcp
The repo'sDockerfilepackages 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)
All 9 tools carry MCP tool annotations (readOnly / destructive / idempotent / openWorld) and require the auth above.
Rows returned byfetch_resultscarry a receipt when a live verification exists:verified_by(which verifier),verified_at(when), andverifier_verdict(the result). A receipt proves the email was checked against the live mailbox provider, not merely pattern-matched. Seeexamples/for real transcript shapes.
- 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 endsdone_partialinstead of failing.
- Per-key budgets are enforced before the account balance, andstart_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 theagent guide.
Free MCP that drives an audit of your marketing. Your AI connects, adsOS digs through your ads, email and site, and hands back a growth plan you can run today.
Launch & manage your User Referral and Partner / Affiliate program — for developers and growth teams.
Let AI clients add payments to your website. Create checkout pages, events and forms and embed them on your site in minutes.
Answers questions on AEO, SEO, web development and branding from the published material of GOJI, a Melbourne digital agency, with a goji.agency URL to cite on every result.
A shared campaign canvas for you and your AI agent: briefed by your brand rules, gated by your approval.
Technical SEO audits and crawl insights for AI assistants via MCP.
Run your Linkedin account from claude or chatgpt
AI agents that manage paid ads across Meta, LinkedIn, and Google Ads: campaigns, ad creative, and day-to-day ad operations from any MCP client.
Chat with any brand's Meta (Facebook/Instagram) ads inside Claude — research a competitor's ad library, surface their longest-running winners, extract hooks/formats, and clone winning ads for your own brand.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



