Marketing
misarreach.com
Facilitates AI-powered lead generation and management by listing leads, running lead-search jobs, tracking their status, collecting feedback on outreach messages, and discovering companies.
ENDPOINT 1
https://api.misar.io/reach/mcp
MCP server metadata
- Name
- misarreach
- Version
- 5.1.1
Known tools 27
list_leadsList leads already saved to the account, newest first, with paging and search.
Inferred read-onlysubmit_lead_feedbackRecord whether an AI-generated outreach message for a lead was good or bad, as training signal for future generations.
Potential side effectsenrich_leadFill in a saved lead's missing person and company detail — seniority, department, LinkedIn, phone, company size, industry.
Inferred read-onlyverify_emailsCheck whether email addresses are deliverable, one or up to 20 at a time.
Potential side effectsscore_leadsQueue AI qualification scoring for leads — either every unscored lead in a search job, or a specific set of ids.
Inferred read-onlypreview_messageDraft a sample AI-personalised outreach message for a named person, to show what the agent would say.
Potential side effectssend_to_campaignAdd saved leads to a campaign's contact list in bulk, up to 500 at a time.
Inferred read-onlylist_dealsList deals as a flat, paged array, optionally filtered by status, with revenue totals alongside.
Inferred read-onlyget_pipelineGet the sales pipeline as a board: deals grouped by stage, with revenue totals.
Inferred read-onlymove_deal_stageMove one deal to a different pipeline stage — the equivalent of dragging its card on the board.
Inferred read-onlystart_autopilotStart an autonomous outreach run: give the agent a goal and it finds, contacts and follows up with leads on its own.
Inferred read-onlylist_autopilot_runsList past and running autopilot runs with their status and result summaries.
Inferred read-onlyget_channels_statusReport the configuration, connection state and delivery stats for every outreach channel — WhatsApp, SMS and push.
Potential side effectsget_sales_agent_configFetch the AI sales agent's current settings: whether it is enabled, its booking link, offer price, reply limits and confidence threshold.
Inferred read-onlyupdate_sales_agent_configChange the AI sales agent's settings — enable or disable it, set the booking link, offer price, reply limits and confidence threshold.
Inferred read-onlyget_sales_agent_actionsGet what the AI sales agent has done today, with summary stats — actions taken, deals created, replies sent.
Inferred read-onlyprocess_sales_agentRun the sales-agent pipeline over one conversation: decide the next action and carry it out.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.misarreach]
url = "https://api.misar.io/reach/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"misarreach": {
"type": "http",
"url": "https://api.misar.io/reach/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: misarreach
Remote MCP URL: https://api.misar.io/reach/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"misarreach": {
"url": "https://api.misar.io/reach/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"misarreach": {
"type": "http",
"url": "https://api.misar.io/reach/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "misarreach",
"transport": "streamable-http",
"url": "https://api.misar.io/reach/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for misar.io was fetched 2026-08-03T19:43:01.924Z and is being refreshed.
misar.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.