mcpserver.lol
registry/leads-mcp
Connection check verified live · 28h ago

leads-mcp

Finds, filters, and verifies local-business leads; every email carries a verification receipt.

Tools 11
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

11 tools

Read from the running server on 28h ago.

add_suppression scope*value*reason*
Add an email or domain to the suppression list (scope is 'email' or 'domain') so future campaigns exclude it.
fetch_results read-only limitjob_id*offsetkept_onlymatch_status
Fetch a page of leads produced by a campaign (paginate with offset/limit). kept_only=True returns only rows the user marked kept in review (for export). match_statu…
get_campaign_status read-only job_id*wait_seconds
Check the status of a previously submitted campaign (queued/running/done/ done_partial/failed) by job_id. Prefer wait_seconds=45 over sleeping between polls: the ca…
get_credits read-only limitoffset
Check this tenant's prepaid credit balance (a validated lead costs 1 credit — 2 for person-target or Meta-ads campaigns), the available credit packs, and the ledger…
get_icp_pack read-only
List the ICP packs (saved vertical/geo templates) available to this tenant.
get_usage read-only
Today's external vendor usage against the tenant's daily quota (vendor_calls_today / per_day_max / remaining). This is the OTHER ceiling besides credits: when remai…
list_campaigns read-only qlimitorderoffsetstatuscreated_after +1
List this tenant's campaigns, newest first — the recovery path when a job_id was lost: every row carries job_id, status, the query it ran, and credits spent, so you…
review_lead job_id*status*result_id*
Mark a lead kept or discarded after review (status: kept | discarded | unreviewed). Then fetch_results(kept_only=true) returns only kept leads — the export set.
send_feedback kindtoolmessage*category
Send feedback to the Nose for Leads team. Set kind='product' for feedback about the leads, the service, coverage, or pricing — relay what the business owner tells y…
start_campaign geoquery*categorylocationverticalidempotency_key
Submit a lead-generation campaign. Pass translate_icp's `vertical`, `geo`, and `query` fields directly (category/location are ALIASES for vertical/geo, accepted so…
translate_icp read-only text*
Translate free-text ICP description (e.g. "plumbers in phoenix with no website") into a structured query. Call this BEFORE start_campaign — start_campaign only acce…