Finds, filters, and verifies local-business leads; every email carries a verification receipt.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://api.noseforleads.com/mcp11 herramientas · 230 mstranslate_icpTranslate free-text ICP description (e.g. "plumbers in phoenix with no
website") into a structured query. Call this BEFORE start_campaign — start_campaign
only accepts a structured `query` dict, never free text. Returns {query, vertical,
geo, category, location, preview, unsupported, discovery}…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 accepts a structured `query` dict, never free text. Returns {query, vertical, geo, category, location, preview, unsupported, discovery}…
| Parámetro | Tipo | Descripción |
|---|---|---|
| text* | string | — |
start_campaignSubmit a lead-generation campaign. Pass translate_icp's `vertical`, `geo`, and
`query` fields directly (category/location are ALIASES for vertical/geo, accepted
so translate output round-trips; prefer vertical/geo when constructing calls).
`query`'s full shape and field vocabulary are in this to…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 output round-trips; prefer vertical/geo when constructing calls). `query`'s full shape and field vocabulary are in this to…
| Parámetro | Tipo | Descripción |
|---|---|---|
| query* | — | — |
| vertical | — | — |
| geo | — | — |
| category | — | — |
| location | — | — |
| idempotency_key | — | — |
get_campaign_statusCheck 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 call holds until the status or pipeline stage changes (or the timer
expires) and returns the normal snapshot either way — loop on it u…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 call holds until the status or pipeline stage changes (or the timer expires) and returns the normal snapshot either way — loop on it u…
| Parámetro | Tipo | Descripción |
|---|---|---|
| job_id* | string | — |
| wait_seconds | integer | — |
fetch_resultsFetch 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_status narrows to one population: 'validated' (verified email, billed) or
'needs_review' (surfaced free; rejection_reason says why) — omi…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_status narrows to one population: 'validated' (verified email, billed) or 'needs_review' (surfaced free; rejection_reason says why) — omi…
| Parámetro | Tipo | Descripción |
|---|---|---|
| job_id* | string | — |
| offset | integer | — |
| limit | integer | — |
| kept_only | boolean | — |
| match_status | — | — |
get_icp_packList the ICP packs (saved vertical/geo templates) available to this tenant.List the ICP packs (saved vertical/geo templates) available to this tenant.
No se publicó ningún esquema de entrada para esta herramienta.
add_suppressionAdd an email or domain to the suppression list (scope is 'email' or 'domain')
so future campaigns exclude it.Add an email or domain to the suppression list (scope is 'email' or 'domain') so future campaigns exclude it.
| Parámetro | Tipo | Descripción |
|---|---|---|
| scope* | string | — |
| value* | string | — |
| reason* | string | — |
review_leadMark a lead kept or discarded after review (status: kept | discarded |
unreviewed). Then fetch_results(kept_only=true) returns only kept leads — the
export set.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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| job_id* | string | — |
| result_id* | integer | — |
| status* | string | — |
get_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). Campaigns
cannot start with a zero balance — buy a pack via the dashboar…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). Campaigns cannot start with a zero balance — buy a pack via the dashboar…
| Parámetro | Tipo | Descripción |
|---|---|---|
| offset | integer | — |
| limit | integer | — |
list_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). Filters: q (substring over ve…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). Filters: q (substring over ve…
| Parámetro | Tipo | Descripción |
|---|---|---|
| offset | integer | — |
| limit | integer | — |
| q | — | — |
| status | — | — |
| order | string | — |
| created_after | — | — |
| created_before | — | — |
get_usageToday'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 remaining hits 0, campaign work pauses until midnight even with a
healthy credit balance — check it before launching a large or urgent ca…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 remaining hits 0, campaign work pauses until midnight even with a healthy credit balance — check it before launching a large or urgent ca…
No se publicó ningún esquema de entrada para esta herramienta.
send_feedbackSend 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 you (categories: lead_quality, pricing, missing_feature, praise,
other). Set kind='tool' (default) for feedback about these MCP tools…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 you (categories: lead_quality, pricing, missing_feature, praise, other). Set kind='tool' (default) for feedback about these MCP tools…
| Parámetro | Tipo | Descripción |
|---|---|---|
| message* | string | — |
| kind | string | — |
| category | string | — |
| tool | — | — |
11 de 11 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Finds, filters, and verifies local-business leads; every email carries a verification receipt.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.