← Registry

Marketing

noseforleads.com

An MCP server for managing lead-generation campaigns based on Ideal Customer Profiles.

1 endpoint11 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.noseforleads.com/mcp

No auth detected

MCP server metadata

Name
nose-for-leads
Version
1.29.0
Capabilities
experimentalpromptsresourcestools

Known tools 11

translate_icp

Translate free-text ICP description (e.

Inferred read-only
start_campaign

Submit a lead-generation campaign.

Inferred read-only
get_campaign_status

Check the status of a previously submitted campaign (queued/running/done/ done_partial/failed) by job_id.

Inferred read-only
fetch_results

Fetch a page of leads produced by a campaign (paginate with offset/limit).

Inferred read-only
get_icp_pack

List the ICP packs (saved vertical/geo templates) available to this tenant.

Inferred read-only
add_suppression

Add an email or domain to the suppression list (scope is 'email' or 'domain') so future campaigns exclude it.

Potential side effects
review_lead

Mark a lead kept or discarded after review (status: kept | discarded | unreviewed).

Inferred read-only
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).

Inferred read-only
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).

Inferred read-only
get_usage

Today's external vendor usage against the tenant's daily quota (vendor_calls_today / per_day_max / remaining).

Inferred read-only
send_feedback

Send feedback to the Nose for Leads team.

Potential side effects

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.

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.

Trust status Neutral

noseforleads.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.