# Reply.io — MCP server on mcp.ai > Connect your Reply.io account and use 33 tools for marketing automation straight from your AI agent. Connect with your own API key. Reply.io is an AI-powered sales engagement platform that automates and optimizes sales outreach across multiple channels, integrating with various business tools to enhance lead conversion rates and overall sales productivity. By: mcp.ai · official Page: https://mcp.ai/reply_io ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_reply_io?ms=1787291220000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/reply_io/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/reply_io/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/reply_io/skill.md Postman collection (v2.1): https://mcp.ai/reply_io/postman.json ## Tools - reply_io_add_contact_to_sequence(startFrom?: string, contact_id: integer, sequenceId: integer, startStepId?: integer, ignoreStepDelay?: boolean, removeFromExisting?: boolean) — Move an existing contact to a sequence in Reply.io. Use this action to enroll contacts in email sequences for automated outreach campaigns. This action allows you to specify where in the sequence to s - reply_io_archive_sequence(id: integer) — Tool to archive a sequence. Use when you need to archive an existing sequence without permanently deleting it. - reply_io_clear_contact_status(statuses?: string[], contactIds: integer[], sequenceId?: integer) — Tool to clear statuses from contacts. Use when you need to remove specific or all clearable statuses from contacts. - reply_io_connect_exchange_account() — Tool to initiate OAuth connection for an Exchange email account. Use when you need to connect an Exchange account to Reply.io via OAuth flow. Returns the Microsoft OAuth consent page URL where the use - reply_io_connect_gmail_account() — Tool to initiate Gmail account connection via OAuth. Returns the OAuth authorization URL where the user should be redirected to grant permissions. - reply_io_create_contact(city?: string, email?: string, notes?: string, phone?: string, state?: string, title?: string, company?: string, country?: string, industry?: string, lastName?: string, timeZone?: string, firstName: string, companySize?: string, customFields?: object[], linkedInProfile?: string, linkedInRecruiter?: string, linkedInSalesNavigator?: string) — Tool to create a new contact in Reply.io. Use when adding contacts to your outreach database. - reply_io_create_sequence_step(name?: string, type: string, action?: string, message?: string, templates?: object[], actionType?: string, conditions?: object[], inmailBody?: string, description?: string, sequence_id: integer, executionMode?: string, inmailSubject?: string, waitInMinutes?: integer, connectionNote?: string, delayInMinutes: integer, linkedinMessage?: string) — Tool to add a new step to an existing sequence. Use when you need to build or modify sequence workflows with Email, Call, Task, SMS, WhatsApp, LinkedIn, Condition, or Zapier steps. - reply_io_delete_contact(id: integer) — Tool to delete a contact. Use after confirming the contact exists to remove it permanently. - reply_io_delete_email_account(id: string) — Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID. - reply_io_delete_schedule(id: string) — Tool to delete a schedule. Use after confirming the schedule exists to remove it permanently. - reply_io_delete_sequence(id: integer) — Tool to delete a sequence. Use after confirming the sequence exists to remove it permanently. - reply_io_delete_user(id: string) — Tool to delete a user. Use after confirming the user exists to remove them permanently. - reply_io_generate_ulid(seed?: string) — Generate ULID - reply_io_get_contact_by_id(id: integer) — Tool to retrieve a contact by ID. Use when you have a contact ID and need detailed contact information. - reply_io_get_contact_status(contactId: integer, sequenceId?: integer) — Tool to get contact status. Use when you need to retrieve all current statuses for a contact. - reply_io_get_current_user() — Tool to get the current authenticated user's ID. Use when you need to verify API key validity or identify the current user. - reply_io_get_disconnected_email_accounts(top?: integer, skip?: integer) — Tool to list email accounts that are currently disconnected due to authentication or connection errors. Use when you need to identify and troubleshoot problematic email accounts. - reply_io_get_sequence_by_id(id: integer) — Tool to retrieve detailed information about a sequence by its ID. Use when you need to get comprehensive sequence details including settings, email accounts, and workflow steps. - reply_io_get_sequence_contacts_extended(id: integer, top?: integer, skip?: integer, additionalColumns?: string) — Tool to retrieve all contacts enrolled in a sequence with additional details. Use when you need to see contact engagement status, current step, or completion timestamps within a sequence. - reply_io_get_sequence_step_by_id(id: integer, step_id: integer) — Tool to retrieve details of a specific sequence step. Use when you need to inspect step configuration including type, delays, execution mode, and type-specific settings. - reply_io_list_contacts_basic(page?: integer, limit?: integer) — Tool to list contacts. Use when verifying API access and gathering contact IDs. - reply_io_list_email_accounts(page?: integer, limit?: integer, status?: string) — Tool to list all email accounts. Use when you need to retrieve email accounts page by page. - reply_io_list_lists() — Tool to list all contact lists. Use when you need to retrieve all available lists in your Reply.io account. - reply_io_list_sequence_steps(id: integer) — Tool to retrieve all steps in a sequence. Use when you need to get the complete list of steps configured for a specific sequence. - reply_io_list_sequences(name?: string, page?: integer, limit?: integer) — Tool to retrieve a paginated list of sequences. Use when you need to browse sequences with optional filtering by name. - reply_io_pause_sequence(id: integer) — Tool to pause a running sequence. Use when you need to temporarily stop a sequence from sending emails or executing steps. - reply_io_remove_contact_from_sequence(id: string, contact_id: integer) — Tool to remove a contact from a sequence. Use when you need to stop a contact from receiving further steps in a specific sequence. - reply_io_remove_contacts_from_sequence(id: integer, contactIds: integer[]) — Tool to bulk remove multiple contacts from a sequence at once. Use when you need to remove several contacts from a sequence efficiently in a single operation. - reply_io_search_contacts(email: string) — Tool to search contacts by email. Use when you need to find existing contact IDs for update tests. - reply_io_set_contact_status(status: string, contactIds: integer[], sequenceId?: integer) — Tool to set the status of one or more contacts. Use when you need to update contact statuses in bulk. - reply_io_start_sequence(id: integer) — Tool to start a sequence. Use when you need to activate a sequence that is in New or Paused status. - reply_io_update_contact(id: integer, city?: string, email?: string, notes?: string, phone?: string, state?: string, title?: string, company?: string, country?: string, industry?: string, lastName?: string, timeZone?: string, firstName: string, companySize?: string, phoneStatus?: string, customFields?: object[], linkedInProfile?: string, linkedInRecruiter?: string, linkedInSalesNavigator?: string) — Tool to update an existing contact's information. Use when you need to modify contact details. - reply_io_update_email_account(email: string, folder?: string, imapSsl?: boolean, smtpSsl?: boolean, imapHost: string, imapPort: integer, smtpHost: string, smtpPort: integer, dailyGoal?: integer, signature: string, dailyLimit: integer, senderName: string, imapPassword: string, smtpPassword: string, dailyIncrement?: integer, randomizedDailyVolumeMax?: integer, randomizedDailyVolumeMin?: integer) — Tool to update an existing email account with custom SMTP/IMAP settings. Use when you need to modify email account configuration such as sender name, signature, server settings, or daily limits. ## Example prompts - "What can I do in Reply.io?" - "Show me a summary of my Reply.io account" ## Links Docs: https://mcp.ai/docs/mcps/reply_io Website: https://mcp.ai/mcps/reply_io