get_autopilot_status — MisarReach MCP Server MCP Tool Read-only
get_autopilot_status
(get autopilot status) is one of 27 tools on the
MisarReach MCP Server
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_autopilot_status from your client
- Claude Code MisarReach MCP Server get_autopilot_status run in your project directory
- Claude Desktop MisarReach MCP Server get_autopilot_status ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor MisarReach MCP Server get_autopilot_status ~/.cursor/mcp.json
- VS Code MisarReach MCP Server get_autopilot_status .vscode/mcp.json
- Zed MisarReach MCP Server get_autopilot_status ~/.config/zed/settings.json
- Windsurf MisarReach MCP Server get_autopilot_status ~/.codeium/windsurf/mcp_config.json
- Cline MisarReach MCP Server get_autopilot_status ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI MisarReach MCP Server get_autopilot_status ~/.gemini/settings.json
- Grok MisarReach MCP Server get_autopilot_status .mcp.json (in your project root)
- ChatGPT MisarReach MCP Server get_autopilot_status Settings → Connectors → Advanced → Developer mode
- Claude.ai MisarReach MCP Server get_autopilot_status Settings → Connectors → Add custom connector
- LangChain MisarReach MCP Server get_autopilot_status pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http misarreach-mcp https://api.misar.io/reach/mcp
Other tools on this server
- list_leads
- search_leads
- get_search_job_status
- submit_lead_feedback
- discover_companies
- enrich_lead
- verify_emails
- score_leads
- list_lead_lists
- create_lead_list
- sync_lead_list
- preview_message
- send_to_campaign
- list_deals
- create_deal
- update_deal
- get_pipeline
- move_deal_stage
- start_autopilot
- list_autopilot_runs
- get_channels_status
- update_channel
- get_sales_agent_config
- update_sales_agent_config
- get_sales_agent_actions
- process_sales_agent
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.