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

mannyfernandezvc-mcp

Analyze leads, draft follow-up campaigns, and launch SMS outreach only with explicit human approval.

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

Tools & capabilities

20 tools

Read from the running server on 28h ago.

add_leads_to_campaign lead_ids*campaign_id*idempotency_key
Move leads this account owns into a campaign this account owns, by explicit id. Updates membership only — sends nothing. Opted-out and suppressed leads are REJECTED with per-lead s…
analyze_lead_source read-only campaign_id
Summarise the leads in an account or one campaign: how many exist, how many can actually be contacted, how many opted out, and how they break down by status and source. Read-only —…
attach_leads_to_campaign lead_ids*campaign_id*idempotency_key
Attach leads this account owns to a campaign this account owns, by explicit id. Synonym for add_leads_to_campaign — same tool, same behavior, same response shape, just the verb som…
clone_campaign_draft name*lead_idsimport_idsdescriptionidempotency_key*channel_override +1
Copy a previous campaign's configuration (channel, message template, AI instructions, follow-up sequence, sender/automation settings) onto a brand-new campaign, and attach an audie…
create_campaign_draft name*message*lead_idsdescriptionidempotency_keyoutreach_vertical
Create a campaign in draft status with its opening SMS. THIS SENDS NOTHING — a draft cannot deliver a message. It exists so a human can read the exact wording and audience before d…
create_lead nameemailnotesphonelast_namefirst_name +2
Add a single lead to a campaign this account owns. Requires campaign_id plus at least a phone or an email; deduplicates against the account's existing leads by contact detail. Writ…
find_lead read-only query*campaign_id
Search this account's leads by phone number, email address, or name. Phone matching tolerates formatting differences. Returns masked contact details plus lead ids. Read-only — send…
get_campaign_status read-only limitoffsetstatuscampaign_id
Report what a campaign has actually done: leads, messages delivered, replies, opt-outs, meetings scheduled, and threads waiting on a human. Omit campaign_id to list every campaign…
get_interested_leads read-only dayslimitoffsetcampaign_id
List leads whose replies were classified as positive or as asking a question, newest first, with the reply text. The classifier is keyword and sentiment based, NOT a language model…
import_leads_from_file file*modetagssourcededupe_bycolumn_mapping +1
Upsert leads from an uploaded CSV or XLSX file into this account. WRITES TO THE DATABASE — SENDS NOTHING on any channel, ever; this only stores contacts. Deduplicates by phone/emai…
launch_approved_campaign can modify data channellead_idscampaign_id*confirmation*approval_token*from_address_id
SENDS REAL MESSAGES TO REAL PEOPLE. This is irreversible and costs credits. It requires an approval_token from review_campaign_readiness AND the confirmation phrase that review ret…
list_from_addresses read-only
The verified email sender identities (from-addresses) this account can send campaigns from. Read-only; sends nothing. Use before an email-channel readiness review to pick the right…
list_leads read-only limitoffsetstatuscampaign_id
Page through this account's leads, optionally filtered by campaign and status. Read-only — sends nothing and changes nothing. For richer filtering (geography, source, tags, contact…
pause_campaign reasoncampaign_id*
Stop a campaign from sending anything further. Queued messages that have not yet gone out are skipped; anything already handed to the carrier cannot be recalled. Safe to call when…
preview_lead_import read-only file*dedupe_bycolumn_mapping
Inspect an uploaded CSV or XLSX lead file WITHOUT writing anything to the database — read-only, sends nothing. Auto-detects common columns (name, phone, email, address, company/ent…
recommend_followup_campaign read-only goalcampaign_id
Propose how to follow up, based on which leads have never been contacted, were contacted without replying, or already replied. Returns segments with counts and a suggested approach…
review_campaign_readiness read-only channellead_idscampaign_id*from_address_id
Pre-flight a campaign: how many people would be contacted, on which channels, what it would cost, and which checks pass, warn or fail. SENDS NOTHING. If everything passes, it retur…
search_leads read-only citysorttagslimitstatecounty +11
Search this account's leads by campaign/list, source, geography (city/state/county), lead type, tags, contact history (never_contacted / contacted_no_reply / replied) and SMS eligi…
select_and_attach_leads filterscampaign_id*idempotency_key*requested_count*selection_strategy
Deterministically select up to requested_count SMS-eligible leads matching the same filters search_leads accepts (nested under 'filters') and attach them to a DRAFT campaign this a…
update_campaign_message message*campaign_id*idempotency_key
Rewrite the opening SMS of a campaign that is still a DRAFT. THIS SENDS NOTHING — it changes stored wording only, and it never launches or enqueues anything. DRAFT ONLY: a campaign…