Marketing
persuadioai.com
Manage leads and SMS campaigns, including adding leads, analyzing lead sources, and creating campaign drafts.
ENDPOINT 1
https://api.persuadioai.com/mcp
MCP server metadata
- Name
- ai.persuadio/mcp
- Version
- 1.5.0
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_campaignMove leads this account owns into a campaign this account owns, by explicit id.
Inferred read-onlyanalyze_lead_sourceSummarise 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-onlyattach_leads_to_campaignAttach leads this account owns to a campaign this account owns, by explicit id.
Inferred read-onlyclone_campaign_draftCopy 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 effectsget_campaign_statusReport what a campaign has actually done: leads, messages delivered, replies, opt-outs, meetings scheduled, and threads waiting on a human.
Inferred read-onlyget_interested_leadsList leads whose replies were classified as positive or as asking a question, newest first, with the reply text.
Inferred read-onlyimport_leads_from_fileUpsert leads from an uploaded CSV or XLSX file into this account.
Inferred read-onlylist_from_addressesThe verified email sender identities (from-addresses) this account can send campaigns from.
Potential side effectslist_leadsPage through this account's leads, optionally filtered by campaign and status.
Inferred read-onlypreview_lead_importInspect an uploaded CSV or XLSX lead file WITHOUT writing anything to the database — read-only, sends nothing.
Inferred read-onlyrecommend_followup_campaignPropose how to follow up, based on which leads have never been contacted, were contacted without replying, or already replied.
Inferred read-onlyreview_campaign_readinessPre-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-onlysearch_leadsSearch 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 effectsselect_and_attach_leadsDeterministically 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 effectsupdate_campaign_messageRewrite the opening SMS of a campaign that is still a DRAFT.
Potential side effectsCONNECT 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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.