INDIVIDUAL MCP TOOL
add_suppression
Add an email or domain to the suppression list (scope is 'email' or 'domain') so future campaigns exclude it.
LIVE ENDPOINT
https://api.noseforleads.com/mcp
Connect to this endpoint to inspect the live schema for add_suppression and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nose-for-leads]
url = "https://api.noseforleads.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nose-for-leads": {
"type": "http",
"url": "https://api.noseforleads.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nose-for-leads
Remote MCP URL: https://api.noseforleads.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nose-for-leads": {
"url": "https://api.noseforleads.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nose-for-leads": {
"type": "http",
"url": "https://api.noseforleads.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nose-for-leads",
"transport": "streamable-http",
"url": "https://api.noseforleads.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
translate_icp— Translate free-text ICP description (e.start_campaign— Submit a lead-generation campaign.get_campaign_status— Check the status of a previously submitted campaign (queued/running/done/ done_partial/failed) by job_id.fetch_results— Fetch a page of leads produced by a campaign (paginate with offset/limit).get_icp_pack— List the ICP packs (saved vertical/geo templates) available to this tenant.review_lead— Mark a lead kept or discarded after review (status: kept | discarded | unreviewed).get_credits— 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 (paginate ledger entries with offset/limit, newest first).list_campaigns— 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 can resume polling (get_campaign_status) or fetch results without resubmitting (and double-charging).