Marketing
noseforleads.com
An MCP server for managing lead-generation campaigns based on Ideal Customer Profiles.
ENDPOINT 1
https://api.noseforleads.com/mcp
MCP server metadata
- Name
- nose-for-leads
- Version
- 1.29.0
Known tools 11
get_campaign_statusCheck the status of a previously submitted campaign (queued/running/done/ done_partial/failed) by job_id.
Inferred read-onlyfetch_resultsFetch a page of leads produced by a campaign (paginate with offset/limit).
Inferred read-onlyget_icp_packList the ICP packs (saved vertical/geo templates) available to this tenant.
Inferred read-onlyadd_suppressionAdd an email or domain to the suppression list (scope is 'email' or 'domain') so future campaigns exclude it.
Potential side effectsreview_leadMark a lead kept or discarded after review (status: kept | discarded | unreviewed).
Inferred read-onlyget_creditsCheck 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).
Inferred read-onlylist_campaignsList 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).
Inferred read-onlyget_usageToday's external vendor usage against the tenant's daily quota (vendor_calls_today / per_day_max / remaining).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for noseforleads.com was fetched 2026-08-03T18:30:52.411Z and is being refreshed.
noseforleads.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.