← misarreach.com

INDIVIDUAL MCP TOOL

move_deal_stage

Move one deal to a different pipeline stage — the equivalent of dragging its card on the board.

misarreach.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.misar.io/reach/mcp

No auth detected

Connect to this endpoint to inspect the live schema for move_deal_stage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

misarreach.com

CONNECT 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.

Related tools

  • list_leads — List leads already saved to the account, newest first, with paging and search.
  • search_leads — Start an AI lead-search job and return its jobId immediately.
  • get_search_job_status — Poll one lead-search job for its progress and results.
  • submit_lead_feedback — Record whether an AI-generated outreach message for a lead was good or bad, as training signal for future generations.
  • discover_companies — Find COMPANIES matching firmographic criteria via Hunter.
  • enrich_lead — Fill in a saved lead's missing person and company detail — seniority, department, LinkedIn, phone, company size, industry.
  • verify_emails — Check whether email addresses are deliverable, one or up to 20 at a time.
  • score_leads — Queue AI qualification scoring for leads — either every unscored lead in a search job, or a specific set of ids.