import_leads_from_file — PersuadioAI MCP Tool Mutating
import_leads_from_file
(import leads from file) is one of 20 tools on the
PersuadioAI
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call import_leads_from_file from your client
- Claude Code PersuadioAI import_leads_from_file run in your project directory
- Claude Desktop PersuadioAI import_leads_from_file ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor PersuadioAI import_leads_from_file ~/.cursor/mcp.json
- VS Code PersuadioAI import_leads_from_file .vscode/mcp.json
- Zed PersuadioAI import_leads_from_file ~/.config/zed/settings.json
- Windsurf PersuadioAI import_leads_from_file ~/.codeium/windsurf/mcp_config.json
- Cline PersuadioAI import_leads_from_file ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI PersuadioAI import_leads_from_file ~/.gemini/settings.json
- Grok PersuadioAI import_leads_from_file .mcp.json (in your project root)
- ChatGPT PersuadioAI import_leads_from_file Settings → Connectors → Advanced → Developer mode
- Claude.ai PersuadioAI import_leads_from_file Settings → Connectors → Add custom connector
- LangChain PersuadioAI import_leads_from_file pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://api.persuadioai.com/mcp
Other tools on this server
- add_leads_to_campaign
- analyze_lead_source
- attach_leads_to_campaign
- clone_campaign_draft
- create_campaign_draft
- create_lead
- find_lead
- get_campaign_status
- get_interested_leads
- launch_approved_campaign
- list_from_addresses
- list_leads
- pause_campaign
- preview_lead_import
- recommend_followup_campaign
- review_campaign_readiness
- search_leads
- select_and_attach_leads
- update_campaign_message
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.