io.github.Misar-AI/misarreach-mcp is an MCP server that find and enrich leads, run multi-channel outreach, and manage the sales pipeline. Its tool list has not been published yet over http and stdio, requires no API key, and scores 59/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"misarreach": {
"env": {
"MISARREACH_API_KEY": "mrk_your_key_here"
},
"args": [
"-y",
"@misarreach/mcp@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Find leads, enrich and score them, run multi-channel outreach, and manage the sales pipeline — from any AI assistant.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@misarreach/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @misarreach/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
B2B lead generation and company search through Generect Live API for sales prospecting.
Turn any idea, URL, doc, or PDF into on-brand visuals: 100+ formats, native in 150+ languages
Google Search Console MCP Server for Claude, Cursor, Windsurf and other MCP Clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.Misar-AI/misarreach-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Find leads, enrich and score them, run multi-channel outreach, and manage the sales pipeline — from any AI assistant.
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.
npx -y @smithery/cli install misar/misarreach-mcp --client claude
claude mcp add misarreach -- npx -y @misarreach/mcp@latest
{
"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/.
{
"mcpServers": {
"misarreach": {
"type": "streamable-http",
"url": "https://api.misar.io/reach/mcp",
"headers": { "Authorization": "Bearer mrk_your_key_here" }
}
}
}
Two options — no copy-paste needed for the first:
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.MISARREACH_API_KEY.Self-hosted instances: set MISARREACH_BASE_URL.
| Tool | Description |
|---|---|
list_leads | List saved leads for the authenticated user. |
search_leads | Start an AI-powered lead search job. |
get_search_job_status | Poll the status and results of a lead search job.. |
submit_lead_feedback | Submit positive or negative feedback on an AI-generated lead message to improve future output quality.. |
discover_companies | Discover companies matching criteria via Hunter.io. |
enrich_lead | Enrich a lead with person and company data (seniority, department, LinkedIn, phone, company size, industry). |
verify_emails | Verify email deliverability for one or more email addresses. |
score_leads | Trigger on-demand AI scoring for all unscored leads in a job, or a specific set of lead IDs. |
list_lead_lists | List Hunter.io lead lists associated with the account.. |
create_lead_list | Create a new Hunter.io lead list.. |
sync_lead_list | Sync a Hunter.io lead list into local lead records.. |
preview_message | Generate a sample AI-personalised outreach message for a person. |
send_to_campaign | Bulk-import selected lead IDs into a campaign's contact list. |
list_deals | List deals with optional status filter. |
create_deal | Create a new deal linked to a lead email.. |
update_deal | Update a deal's status, value, or notes.. |
get_pipeline | Get the full sales pipeline board with deals grouped by stage (new, contacted, interested, meeting, proposal, closed, lost) plus revenue totals.. |
move_deal_stage | Move a deal to a new pipeline stage (drag-and-drop equivalent).. |
start_autopilot | Start an AI autopilot run for outreach automation. |
list_autopilot_runs | List past autopilot runs with their status and summary results.. |
get_autopilot_status | Get the current status and progress of a specific autopilot run.. |
get_channels_status | Get the status, configuration, and delivery stats for all outreach channels (WhatsApp, SMS, push notifications).. |
update_channel | Enable or disable a specific outreach channel (w |