Back to Browse

Misarreach MCP Server

Developer ToolsModerate7.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://api.misar.io/reach/mcp

Security Report

7.2
Moderate7.2Low Risk

This is a well-engineered MCP server with solid security practices. Authentication is properly required for all sensitive operations, with browser-based login as a convenient alternative to API keys. The code shows good input validation, proper credential handling, and appropriate permission scoping for a sales/lead generation tool. Minor code quality observations around error handling and logging do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Your MisarReach API key (mrk_…). Create one at https://reach.misar.io/settings/api-keys, or omit it and run the "login" tool to authenticate via browser.Required

Environment variable: MISARREACH_API_KEY

Override the API base URL. Only needed for self-hosted instances.Optional

Environment variable: MISARREACH_BASE_URL

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

MisarReach MCP Server

Find leads, enrich and score them, run multi-channel outreach, and manage the sales pipeline — from any AI assistant.

npm smithery license

27 tools · 5 prompts · 4 resources · 4 agent skills

Works with Claude (Desktop, Code, and web), Cursor, VS Code, Windsurf, Cline, Zed, Gemini CLI, ChatGPT, and any other MCP-compatible client — over stdio or Streamable HTTP.


Install

Smithery (recommended)

npx -y @smithery/cli install misar/misarreach-mcp --client claude

Claude Code

claude mcp add misarreach -- npx -y @misarreach/mcp@latest

Manual (any client)

{
  "mcpServers": {
    "misarreach": {
      "command": "npx",
      "args": ["-y", "@misarreach/mcp@latest"],
      "env": { "MISARREACH_API_KEY": "mrk_your_key_here" }
    }
  }
}

Ready-made configs for every client live in connectors/.

Remote (no install)

{
  "mcpServers": {
    "misarreach": {
      "type": "streamable-http",
      "url": "https://api.misar.io/reach/mcp",
      "headers": { "Authorization": "Bearer mrk_your_key_here" }
    }
  }
}

Authentication

Two options — no copy-paste needed for the first:

  1. Browser login. Start the server with no key and run the login tool. It opens the MisarReach consent screen, you review the requested permissions, and the key is delivered straight back and saved to ~/.misarreach/config.json.
  2. API key. Create one at https://reach.misar.io/settings/api-keys and set MISARREACH_API_KEY.

Self-hosted instances: set MISARREACH_BASE_URL.


Tools

ToolDescription
list_leadsList saved leads for the authenticated user.
search_leadsStart an AI-powered lead search job.
get_search_job_statusPoll the status and results of a lead search job..
submit_lead_feedbackSubmit positive or negative feedback on an AI-generated lead message to improve future output quality..
discover_companiesDiscover companies matching criteria via Hunter.io.
enrich_leadEnrich a lead with person and company data (seniority, department, LinkedIn, phone, company size, industry).
verify_emailsVerify email deliverability for one or more email addresses.
score_leadsTrigger on-demand AI scoring for all unscored leads in a job, or a specific set of lead IDs.
list_lead_listsList Hunter.io lead lists associated with the account..
create_lead_listCreate a new Hunter.io lead list..
sync_lead_listSync a Hunter.io lead list into local lead records..
preview_messageGenerate a sample AI-personalised outreach message for a person.
send_to_campaignBulk-import selected lead IDs into a campaign's contact list.
list_dealsList deals with optional status filter.
create_dealCreate a new deal linked to a lead email..
update_dealUpdate a deal's status, value, or notes..
get_pipelineGet the full sales pipeline board with deals grouped by stage (new, contacted, interested, meeting, proposal, closed, lost) plus revenue totals..
move_deal_stageMove a deal to a new pipeline stage (drag-and-drop equivalent)..
start_autopilotStart an AI autopilot run for outreach automation.
list_autopilot_runsList past autopilot runs with their status and summary results..
get_autopilot_statusGet the current status and progress of a specific autopilot run..
get_channels_statusGet the status, configuration, and delivery stats for all outreach channels (WhatsApp, SMS, push notifications)..
update_channelEnable or disable a specific outreach channel (whatsapp, sms, or push)..
get_sales_agent_configFetch the current user's AI sales agent configuration..
update_sales_agent_configUpdate the AI sales agent configuration (enable/disable, cal link, offer price, reply limits, confidence threshold)..
get_sales_agent_actionsFetch today's AI sales agent actions and summary stats (total actions, deals closed, flagged for human review)..
process_sales_agentRun the AI sales agent pipeline on a conversation — decides the next action and optionally generates a reply.

Prompts

Reusable workflows your client exposes as slash-commands.

PromptDescription
build_lead_listFind, enrich, verify and score a target lead list before any outreach.
outreach_sequenceDesign and preview a multi-channel sequence, sending only after approval.
pipeline_reviewReview deal pipeline health and recommend the next actions.
autopilot_auditCheck what autopilot has been doing and whether it should keep running.
sales_agent_tuningReview the AI sales agent's configuration and recent actions.

Resources

Read-only context an agent can attach without spending a tool call.

URIDescription
misarreach://channelsWhich outreach channels are connected and healthy.
misarreach://lead-listsYour saved lead lists with sizes, so a campaign targets a real audience..
misarreach://pipelineCurrent pipeline by stage — the baseline for any performance question..
misarreach://autopilot/statusWhether autopilot is running, and its current sending posture..

Agent skills

Bundled in skills/ — guidance an agent loads when a task matches.

SkillUse when
audit-autopilot-and-agentCheck what MisarReach autopilot and the AI sales agent have been doing, and whether they should keep running. Use when asked to review automation, autopilot, or agent behaviour.
build-and-qualify-a-lead-listFind companies matching an ICP, enrich and verify the contacts, score them, and save a qualified list. Use when asked to find leads, build a prospect list, or research a target market in MisarReach.
review-the-sales-pipelineReport deal pipeline health and recommend next actions. Use when asked about deals, pipeline, forecast, or sales performance in MisarReach.
run-an-outreach-sequenceDesign, preview and send a multi-channel outreach sequence. Use when asked to run a campaign, start outreach, or message a lead list in MisarReach.

Safety

Destructive and irreversible actions are annotated (destructiveHint) so clients can prompt before running them. The skills instruct agents to confirm before anything that sends mail, publishes content, or is otherwise visible to other people.

Discovery (initialize, tools/list, prompts/list, resources/list) never requires credentials, so registries can index the server without one. Every action does.


Links

MIT © Misar AI

Reviews

No reviews yet

Be the first to review this server!