Smartlead Simplified MCP Server

78 tools. 30 can modify or destroy data without limits.

7 destructive tools with no built-in limits. Policy required.

Last updated:

30 can modify or destroy data
48 read-only
78 tools total

Community server · catalogue entry verified 11/06/2026

How to control Smartlead Simplified MCP Server ↓

What Smartlead Simplified MCP Server exposes to your agents

Read (48) Write / Execute (23) Destructive / Financial (7)
Critical Risk

The most dangerous Smartlead Simplified MCP Server tools

30 of Smartlead Simplified MCP Server's 78 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Smartlead Simplified MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Smartlead Simplified MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "smartlead_place_order_mailboxes": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "smartlead_delete_campaign": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "smartlead_reconnect_email_account": {
    "limits": [
      {
        "counter": "smartlead_reconnect_email_account_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "smartlead_download_campaign_data": {
    "limits": [
      {
        "counter": "smartlead_download_campaign_data_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Smartlead Simplified MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SMARTLEAD SIMPLIFIED →

Free to start. No card required.

All 78 Smartlead Simplified MCP Server tools

READ 48 tools
Read smartlead_download_campaign_data Download campaign data and track the download for analytics. Read smartlead_fetch_all_clients Retrieve a list of all clients in the system. Read smartlead_fetch_email_account_by_id Fetch a specific email account by ID. Read smartlead_fetch_email_accounts Fetch all email accounts associated with the user. Read smartlead_fetch_webhooks_by_campaign Fetch all the webhooks associated with a campaign using the campaign ID. Read smartlead_get_all_folders Get the list and details of all folders created in Smart Delivery along with tests inside each folder. Read smartlead_get_blacklist Get the list of all blacklists per IP per email sent. Read smartlead_get_campaign Get details of a specific campaign by ID. Read smartlead_get_campaign_analytics_by_date Fetch campaign analytics for a specific date range. Read smartlead_get_campaign_lead_statistics Fetch lead statistics for a campaign. Read smartlead_get_campaign_mailbox_statistics Fetch mailbox statistics for a campaign. Read smartlead_get_campaign_sequence Fetch a campaign\ Read smartlead_get_campaign_sequence_analytics Fetch analytics data for a specific email campaign sequence. Read smartlead_get_campaign_statistics Fetch campaign statistics using the campaign\ Read smartlead_get_campaign_statistics_by_date Fetch campaign statistics for a specific date range. Read smartlead_get_campaign_top_level_analytics Fetch top level analytics for a campaign. Read smartlead_get_campaign_top_level_analytics_by_date Fetch campaign top level analytics for a specific date range. Read smartlead_get_campaigns_by_lead Fetch all campaigns that a lead belongs to. Read smartlead_get_dkim_details Check if DKIM authentication passed or failed for each sender mailbox and receiver account. Read smartlead_get_domain_list Retrieve a list of all domains purchased through SmartSenders. Read smartlead_get_email_content Get details for the email content (raw, HTML) along with campaign and sequence details. Read smartlead_get_email_headers Get details of the email headers for a specific email. Read smartlead_get_folder_by_id Get details of a specific folder by ID. Read smartlead_get_group_wise_report Get detailed report of a spam test sorted by location (region/country). Read smartlead_get_ip_analytics Get total blacklist count identified in the test. Read smartlead_get_ip_details Get the list of all blacklists per IP for a specific email. Read smartlead_get_lead Get details of a specific lead by ID. Read smartlead_get_mailbox_count Get the count of all mailboxes used for any spam test. Read smartlead_get_mailbox_summary Get the list of mailboxes used for any Smart Delivery test with overall performance across all tests. Read smartlead_get_provider_wise_report Get detailed report of a spam test sorted by email providers. Read smartlead_get_rdns_details Check if rDNS was correct for an IP sending the email. Read smartlead_get_region_wise_providers Retrieve the list of all Email Providers for spam testing classified by region/country. These provider IDs are Read smartlead_get_schedule_history Get the list and summary of all tests that ran for a particular automated test. Read smartlead_get_sender_account_wise_report Get detailed report of a spam test sorted by sender accounts with details of each email from each mailbox. Read smartlead_get_sender_accounts Get the list of all sender accounts selected for a specific spam test. Read smartlead_get_spam_filter_details Get spam filter report per sender mailbox showing each spam score with details leading to the score. Read smartlead_get_spam_test_details Retrieve details of a specific spam test by ID. Read smartlead_get_spf_details Check if SPF authentication passed or failed for the test. Read smartlead_get_vendors Retrieve all active domain vendors with their corresponding IDs. Read smartlead_get_warmup_stats_by_email Fetch warmup stats for the last 7 days for a specific email account. Read smartlead_get_webhooks_publish_summary Get a summary of webhook publish events (Private Beta feature). Read smartlead_list_all_tests List all Smart Delivery tests, either manual or automated. Read smartlead_list_campaigns List all campaigns with optional filtering. Read smartlead_list_email_accounts_campaign List all email accounts associated with a specific campaign. Read smartlead_list_leads List leads with optional filtering by campaign or status. Read smartlead_search_domain Search for available domains under $15 that match a given domain name pattern. Read smartlead_view_download_statistics View statistics about downloaded campaign data. Read smartlead_export_campaign_leads Export all leads data from a campaign as CSV.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Smartlead Simplified MCP Server

Can an AI agent move money through the Smartlead Simplified MCP Server MCP server? +

Yes. The Smartlead Simplified MCP Server server exposes 1 financial tools including smartlead_place_order_mailboxes. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Smartlead Simplified MCP Server MCP server? +

Yes. The Smartlead Simplified MCP Server server exposes 6 destructive tools including smartlead_delete_campaign, smartlead_delete_campaign_webhook, smartlead_delete_folder. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Smartlead Simplified MCP Server? +

The Smartlead Simplified MCP Server server has 19 write tools including smartlead_reconnect_email_account, smartlead_add_client, smartlead_add_email_to_campaign. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Smartlead Simplified MCP Server.

How many tools does the Smartlead Simplified MCP Server MCP server expose? +

78 tools across 4 categories: Destructive, Execute, Read, Write. 48 are read-only. 30 can modify, create, or delete data.

How do I enforce a policy on Smartlead Simplified MCP Server? +

Register the Smartlead Simplified MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Smartlead Simplified MCP Server tool call.

Deterministic rules across all 78 Smartlead Simplified MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

78 Smartlead Simplified MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.