mcpserver.lol
registry/misarreach-mcp
Connection check verified live · 27h ago

misarreach-mcp

Find and enrich leads, run multi-channel outreach, and manage the sales pipeline.

Tools 27
GitHub stars 1
Installs / wk 266
Licence MIT
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

27 tools

Read from the running server on 27h ago.

create_deal notesvaluecurrencyleadNamecontactIdleadEmail* +2
Open a new deal against a lead's email address. Use it when a conversation turns into a real opportunity worth tracking. Each call creates a NEW deal — it does not check for an e…
create_lead_list name*
Create a new, empty lead list in Hunter.io. Creating the list does not put anything in it, and it does not import anything locally — sync_lead_list does that. Call list_lead_list…
discover_companies read-only limitqueryindustrylocationtechnologyfetch_emails +2
Find COMPANIES matching firmographic criteria via Hunter.io, optionally pulling contact emails for each. This is company-level discovery — reach for it when the user is targeting…
enrich_lead leadId*
Fill in a saved lead's missing person and company detail — seniority, department, LinkedIn, phone, company size, industry. Use it on one lead at a time, after list_leads has give…
get_autopilot_status read-only runId*
Get the current progress and results of one autopilot run. This is how you follow a run started by start_autopilot: call it with the runId, leaving time between polls. Reading st…
get_channels_status read-only
Report the configuration, connection state and delivery stats for every outreach channel — WhatsApp, SMS and push. Check this before relying on a channel: a disabled or unconfigu…
get_pipeline read-only workspaceId
Get the sales pipeline as a board: deals grouped by stage, with revenue totals. Use this for 'how does the pipeline look' questions and stage-by-stage review. It is the board vie…
get_sales_agent_actions read-only
Get what the AI sales agent has done today, with summary stats — actions taken, deals created, replies sent. This is the audit trail: use it to see what the agent did on the acco…
get_sales_agent_config read-only
Fetch the AI sales agent's current settings: whether it is enabled, its booking link, offer price, reply limits and confidence threshold. Read this before update_sales_agent_conf…
get_search_job_status read-only jobId*
Poll one lead-search job for its progress and results. This is the companion to search_leads: call it repeatedly with the jobId you were given until the job reports it has finish…
list_autopilot_runs read-only limitoffset
List past and running autopilot runs with their status and result summaries. Use it to review what has already been run — and to check for a run already in flight before start_au…
list_deals read-only limitoffsetstatus
List deals as a flat, paged array, optionally filtered by status, with revenue totals alongside. Use this when you want deals as data — to count them, filter one status, or page…
list_lead_lists read-only
List the Hunter.io lead lists connected to this account. Use it to find a listId before sync_lead_list, or to check whether a list already exists before create_lead_list makes a…
list_leads read-only pagelimitjob_idsearch
List leads already saved to the account, newest first, with paging and search. Use this to work with leads you already have. It does NOT find new ones — that is search_leads, whi…
move_deal_stage dealId*newStage*
Move one deal to a different pipeline stage — the equivalent of dragging its card on the board. This is the tool for pipeline progression; update_deal is for value and notes. Mov…
preview_message read-only name*rolecompany
Draft a sample AI-personalised outreach message for a named person, to show what the agent would say. This is a PREVIEW: nothing is sent, saved, or attached to a lead or campaign…
process_sales_agent conversationId*
Run the sales-agent pipeline over one conversation: decide the next action and carry it out. This ACTS on a real conversation — depending on what it decides, it can reply to the…
score_leads jobIdleadIds
Queue AI qualification scoring for leads — either every unscored lead in a search job, or a specific set of ids. Pass jobId OR leadIds, not both. This runs in the BACKGROUND: it…
search_leads query*useAIfilters
Start an AI lead-search job and return its jobId immediately. This is ASYNCHRONOUS: results are not in the response. Poll get_search_job_status with the jobId until it reports co…
send_to_campaign listIdleadIds*campaignId*
Add saved leads to a campaign's contact list in bulk, up to 500 at a time. This is how leads enter an outreach sequence, so treat it as consequential: once they are on a running…
start_autopilot goal*workspace_id
Start an autonomous outreach run: give the agent a goal and it finds, contacts and follows up with leads on its own. This is the most consequential tool on this server. It is FIR…
submit_lead_feedback jobId*feedback*leadEmail*
Record whether an AI-generated outreach message for a lead was good or bad, as training signal for future generations. Use it when the user judges a drafted message — it improves…
sync_lead_list listId*
Import a Hunter.io lead list into local lead records so the rest of these tools can work with it. Run it after create_lead_list, or on any existing list from list_lead_lists, to…
update_channel channel*enabled*
Turn one outreach channel on or off — WhatsApp, SMS or push. This changes how the account actually delivers messages, so it affects live campaigns and autopilot runs, not just fu…
update_deal notesvaluedealId*status
Change a deal's status, value, or notes. Only the fields you pass are altered. For moving a deal along the pipeline board prefer move_deal_stage, which is the same operation expr…
update_sales_agent_config enabledcal_linkoffer_priceoffer_descriptionmax_replies_per_dayconfidence_threshold
Change the AI sales agent's settings — enable or disable it, set the booking link, offer price, reply limits and confidence threshold. These settings govern an agent that replies…
verify_emails read-only emailemails
Check whether email addresses are deliverable, one or up to 20 at a time. Run this before a send to protect sender reputation — bouncing a campaign off dead addresses is what get…