{
  "info": {
    "name": "Smartlead — mcp.ai",
    "description": "REST API for the Smartlead MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/smartlead",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "smartlead_create_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "campaign"
          ]
        },
        "description": "Create a new campaign in DRAFTED status. This creates persistent account data but does not send email or start the campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"client_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_create_delivery_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/delivery/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "delivery",
            "folder"
          ]
        },
        "description": "Create an organizational folder for Smart Delivery tests. This creates persistent data but does not run or send a test.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"folder_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_delete_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "campaign"
          ]
        },
        "description": "Permanently delete a campaign and all associated sequences, mappings, and statistics. This is irreversible and requires explicit confirmation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": 0,\n  \"confirm_irreversible\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_delete_delivery_folder",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/delivery/folder",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "delivery",
            "folder"
          ]
        },
        "description": "Delete an empty Smart Delivery folder. The folder must contain no tests, and deletion requires explicit confirmation.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"folder_id\": \"\",\n  \"confirm_delete\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_get_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign"
          ]
        },
        "description": "Get configuration and performance summary for one Smartlead campaign by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": 0,\n  \"include_tags\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_get_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaigns"
          ]
        },
        "description": "Get configuration and performance summaries for 1-20 Smartlead campaigns. Returns one success or failure result per campaign ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_ids\": \"\",\n  \"include_tags\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_get_delivery_test",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/delivery/test",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "delivery",
            "test"
          ]
        },
        "description": "Get the documented configuration for one Smart Delivery spam test by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"spam_test_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_get_prospect_usage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prospect/usage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prospect",
            "usage"
          ]
        },
        "description": "Get Smart Prospect lead-search metrics, fetch counts, daily limits, and available credit balance. This read does not consume credits.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaigns"
          ]
        },
        "description": "List campaigns visible to the connected Smartlead account, optionally for one client.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"client_id\": 0,\n  \"include_tags\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_delivery_folders",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/delivery/folders",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "delivery",
            "folders"
          ]
        },
        "description": "List folders used to organize Smart Delivery tests.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_delivery_tests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/delivery/tests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "delivery",
            "tests"
          ]
        },
        "description": "List Smart Delivery spam and inbox-placement tests. This POST endpoint is read-only and does not create or send a test.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_email_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/email/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "email",
            "accounts"
          ]
        },
        "description": "List connected sending accounts with health, warmup, usage, provider, and campaign filters. Credential-like response fields are always removed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"in_use\": false,\n  \"provider\": \"\",\n  \"username\": \"\",\n  \"client_id\": 0,\n  \"next_cursor\": \"\",\n  \"warmup_status\": \"\",\n  \"smtp_connected\": false,\n  \"warmup_blocked\": false,\n  \"include_campaign_ids\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_inbox_replies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/inbox/replies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "inbox",
            "replies"
          ]
        },
        "description": "List lead replies across campaigns from Master Inbox using bounded filters and one page at a time. This reads email content but does not send or modify messages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"sort_by\": \"\",\n  \"next_cursor\": \"\",\n  \"campaign_ids\": \"\",\n  \"category_ids\": \"\",\n  \"email_statuses\": \"\",\n  \"email_account_ids\": \"\",\n  \"reply_time_between\": \"\",\n  \"include_message_history\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_prospect_industries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/prospect/industries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "prospect",
            "industries"
          ]
        },
        "description": "List and search Smart Prospect industry filter values without searching contacts or consuming contact-fetch credits.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"next_cursor\": \"\",\n  \"include_sub_industries\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_purchased_domains",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/purchased/domains",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "purchased",
            "domains"
          ]
        },
        "description": "List domains already purchased through Smart Senders. This is read-only and does not purchase domains or provision mailboxes.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_saved_prospect_searches",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/saved/prospect/searches",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "saved",
            "prospect",
            "searches"
          ]
        },
        "description": "List saved Smart Prospect search definitions without executing them or consuming contact-search credits.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_list_sender_vendors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/sender/vendors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "sender",
            "vendors"
          ]
        },
        "description": "List Smart Senders marketplace vendors and current domain/mailbox pricing without placing an order.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_search_available_domains",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/available/domains",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "available",
            "domains"
          ]
        },
        "description": "Check Smart Senders marketplace domain availability for a vendor. This read-only search does not purchase a domain, place an order, or provision mailboxes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"vendor_id\": 0,\n  \"domain_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartlead_search_prospect_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/prospect/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "prospect",
            "contacts"
          ]
        },
        "description": "Search one page of Smart Prospect contacts. The initial call and every explicit continuation may consume credits; inspect usage first, choose the smallest useful limit, and confirm each page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"filters\": {},\n  \"next_cursor\": \"\",\n  \"confirm_credit_consumption\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}