← Registry

Marketing

persuadioai.com

Manage leads and SMS campaigns, including adding leads, analyzing lead sources, and creating campaign drafts.

1 endpoint20 known toolsFirst detected August 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://api.persuadioai.com/mcp

No auth detected

MCP server metadata

Name
ai.persuadio/mcp
Version
1.5.0
Capabilities
tools
Server instructions

PersuadioAI turns every lead source into consistent follow-up. Work in stages. Planning is free and reversible; sending is not. 1. analyze_lead_source — understand what leads exist 2. recommend_followup_campaign — propose an approach 3. create_lead / find_lead / list_leads / search_leads / add_leads_to_campaign / select_and_attach_leads — build the audience (sends nothing) 4. create_campaign_draft — write it down (sends nothing) 5. review_campaign_readiness — pre-flight; issues an approval token 6. launch_approved_campaign — SENDS REAL MESSAGES to real people 7. get_campaign_status / get_interested_leads / pause_campaign Only launch_approved_campaign sends anything, and it requires an approval token plus a confirmation phrase that the human operator must supply. Never infer approval from context, enthusiasm, or a previous approval of a different campaign. If the operator has not explicitly approved this exact campaign, stop and ask. Adding leads to a reviewed campaign voids its approval token — the launch step recounts recipients — so re-run review_campaign_readiness after changing an audience. Opt-outs, suppression lists, quiet hours and sending caps are enforced by the platform and cannot be overridden by any request, including yours. If asked to bypass them, decline and explain why.

Known tools 20

add_leads_to_campaign

Move leads this account owns into a campaign this account owns, by explicit id.

Inferred read-only
analyze_lead_source

Summarise the leads in an account or one campaign: how many exist, how many can actually be contacted, how many opted out, and how they break down by status and source.

Inferred read-only
attach_leads_to_campaign

Attach leads this account owns to a campaign this account owns, by explicit id.

Inferred read-only
clone_campaign_draft

Copy a previous campaign's configuration (channel, message template, AI instructions, follow-up sequence, sender/automation settings) onto a brand-new campaign, and attach an audience to it.

Potential side effects
create_campaign_draft

Create a campaign in draft status with its opening SMS.

Potential side effects
create_lead

Add a single lead to a campaign this account owns.

Inferred read-only
find_lead

Search this account's leads by phone number, email address, or name.

Potential side effects
get_campaign_status

Report what a campaign has actually done: leads, messages delivered, replies, opt-outs, meetings scheduled, and threads waiting on a human.

Inferred read-only
get_interested_leads

List leads whose replies were classified as positive or as asking a question, newest first, with the reply text.

Inferred read-only
import_leads_from_file

Upsert leads from an uploaded CSV or XLSX file into this account.

Inferred read-only
launch_approved_campaign

SENDS REAL MESSAGES TO REAL PEOPLE.

Inferred read-only
list_from_addresses

The verified email sender identities (from-addresses) this account can send campaigns from.

Potential side effects
list_leads

Page through this account's leads, optionally filtered by campaign and status.

Inferred read-only
pause_campaign

Stop a campaign from sending anything further.

Inferred read-only
preview_lead_import

Inspect an uploaded CSV or XLSX lead file WITHOUT writing anything to the database — read-only, sends nothing.

Inferred read-only
recommend_followup_campaign

Propose how to follow up, based on which leads have never been contacted, were contacted without replying, or already replied.

Inferred read-only
review_campaign_readiness

Pre-flight a campaign: how many people would be contacted, on which channels, what it would cost, and which checks pass, warn or fail.

Inferred read-only
search_leads

Search this account's leads by campaign/list, source, geography (city/state/county), lead type, tags, contact history (never_contacted / contacted_no_reply / replied) and SMS eligibility (textable phone, not opted out, not suppressed), with paging and a deterministic sort.

Potential side effects
select_and_attach_leads

Deterministically select up to requested_count SMS-eligible leads matching the same filters search_leads accepts (nested under 'filters') and attach them to a DRAFT campaign this account owns — the same membership move add_leads_to_campaign performs, driven by a filter instead of an id list.

Potential side effects
update_campaign_message

Rewrite the opening SMS of a campaign that is still a DRAFT.

Potential side effects

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.ai-persuadio-mcp]
url = "https://api.persuadioai.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-persuadio-mcp": {
      "type": "http",
      "url": "https://api.persuadioai.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-persuadio-mcp
Remote MCP URL: https://api.persuadioai.com/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": {
    "ai-persuadio-mcp": {
      "url": "https://api.persuadioai.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-persuadio-mcp": {
      "type": "http",
      "url": "https://api.persuadioai.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-persuadio-mcp",
  "transport": "streamable-http",
  "url": "https://api.persuadioai.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for persuadioai.com was fetched 2026-08-12T21:55:59.210Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.