← persuadioai.com

INDIVIDUAL MCP TOOL

get_interested_leads

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

persuadioai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.persuadioai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_interested_leads and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

persuadioai.com

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.

Related tools

  • add_leads_to_campaign — Move leads this account owns into a campaign this account owns, by explicit id.
  • 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.
  • attach_leads_to_campaign — Attach leads this account owns to a campaign this account owns, by explicit id.
  • 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.
  • create_campaign_draft — Create a campaign in draft status with its opening SMS.
  • create_lead — Add a single lead to a campaign this account owns.
  • find_lead — Search this account's leads by phone number, email address, or name.
  • get_campaign_status — Report what a campaign has actually done: leads, messages delivered, replies, opt-outs, meetings scheduled, and threads waiting on a human.