# Persistiq — MCP server on mcp.ai > Connect your Persistiq account and use 14 tools for CRM straight from your AI agent. Connect with your own API key. PersistIQ is a sales automation platform that streamlines outbound sales processes with personalized email campaigns and task management. By: mcp.ai · official Page: https://mcp.ai/persistiq ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_persistiq?ms=1787298720000 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/persistiq/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/persistiq/ 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/persistiq/skill.md Postman collection (v2.1): https://mcp.ai/persistiq/postman.json ## Tools - persistiq_add_lead_to_campaign(lead: object, campaign_id: string) — Tool to add a lead to a specified campaign. Use when you have lead details and a campaign ID to enroll the lead into the campaign. - persistiq_create_campaign(owner_id: string, campaign_name: string) — Tool to create a new campaign in PersistIQ. Use when you need to set up a new outreach campaign with a specific owner. - persistiq_create_dnc_domain(name: string) — Tool to create a Do Not Contact domain. Use when you need to block emails from being sent to addresses at a specific domain without manual approval. - persistiq_create_leads(leads: object[], duplicate_lead_action?: string) — Tool to bulk create up to 10 leads. Use when you have multiple new contacts and need optional duplicate-handling. - persistiq_list_campaigns(name?: string, page?: integer, limit?: integer, lead_id?: string, owner_id?: string) — Tool to list campaigns. Use when you need to fetch multiple campaigns with optional filters and pagination after setting up your filter criteria. - persistiq_list_dnc_domains() — Tool to list Do Not Contact domains. Use when you need to retrieve all domains marked as DNC. - persistiq_list_events(lead?: string, page?: integer, user?: string, group?: string, limit?: integer, end_at?: integer, campaign?: string, start_at?: integer) — Tool to retrieve a list of PersistIQ events. Use when you need to fetch events filtered by group, campaign, lead, user, or time range. - persistiq_list_lead_fields() — Tool to list all lead fields for your company. Use when you need to retrieve available custom lead fields. - persistiq_list_lead_statuses() — Tool to retrieve all lead statuses for your company. Use when you need to list available lead statuses after confirming authentication with PersistIQ. - persistiq_list_leads(page?: integer, limit?: integer, status?: string, updated_after?: string) — Tool to list leads from PersistIQ. Use when you need to fetch a paginated list of leads, optionally filtering by status or updated_after. - persistiq_list_users() — Tool to list all non-archived users in your company. Use when you need to retrieve user information including id, name, email, activated status, default_mailbox_id, and salesforce_id. - persistiq_remove_lead_from_campaign(lead_id: string, campaign_id: string) — Tool to remove a lead from a specified campaign. Use when you need to detach a lead from an existing campaign after confirming both IDs. - persistiq_update_lead(email?: string, phone?: string, title?: string, lead_id: string, last_name?: string, first_name?: string, company_name?: string) — Tool to update a lead's information. Use when you need to modify fields (status, tags, or custom attributes) of an existing lead. Call after confirming the lead_id. - persistiq_view_lead(lead_id: string) — Tool to retrieve a lead by its ID. Use when you have the lead ID and need its detailed information. ## Example prompts - "What can I do in Persistiq?" - "Show me a summary of my Persistiq account" ## Links Docs: https://mcp.ai/docs/mcps/persistiq Website: https://mcp.ai/mcps/persistiq