# InboundPilot — AI Lead Qualifier & Support for Social Media

InboundPilot — AI Autopilot for Lead Qualification via Instagram, WhatsApp & Messenger

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ivan-movw/inboundpilot

# Browse available tools
npx -y @smithery/cli@latest tool list ivan-movw/inboundpilot

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ivan-movw/inboundpilot list_conversations

# Call a tool
npx -y @smithery/cli@latest tool call ivan-movw/inboundpilot list_conversations '{}'
```

## Direct MCP Connection

Endpoint: `https://inboundpilot.run.tools`

**Optional config:**
- `apiKey` (header) — Your InboundPilot MCP API key. Use anonymous for first-time setup.

## Tools (49)

- `list_conversations`
- `get_conversation`
- `search_conversations`
- `send_reply`
- `get_autopilot_status`
- `get_business_context`
- `set_business_context`
- `set_autopilot_enabled`
- `pause_conversation_autopilot`
- `resume_conversation_autopilot`
- `get_conversation_autopilot_state`
- `list_leads`
- `get_lead`
- `update_lead_status`
- `acknowledge_lead`
- `get_qualification_fields`
- `update_qualification_fields`
- `get_red_lines`
- `search_knowledge_base`
- `list_knowledge_docs`
- `add_knowledge_doc`
- `update_knowledge_doc`
- `delete_knowledge_doc`
- `add_red_line`
- `update_red_line`
- `delete_red_line`
- `scrape_url_for_knowledge`
- `get_scrape_status`
- `get_current_scrape_job`
- `retry_scrape_job`
- `list_scrape_jobs`
- `cancel_scrape_job`
- `list_review_items`
- `approve_review_item`
- `reject_review_item`
- `edit_review_item`
- `approve_all_safe_items`
- `get_platform_connections`
- `get_subscription`
- `get_checkout_url`
- `get_customer_portal_url`
- `register_user`
- `login_user`
- `check_onboarding_status`
- `get_onboarding_checklist`
- `get_integration_oauth_url`
- `disconnect_integration`
- `get_notification_settings`
- `update_notification_settings`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ivan-movw/inboundpilot <tool-name>
```
