Smartlead Simplified MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JEAN_LICENSE_KEY | Yes | Your license key generated by the smartlead-license-server after a successful purchase (Required) | |
| USE_SUPERGATEWAY | No | Enable Supergateway integration | false |
| SMARTLEAD_API_KEY | Yes | Your Smartlead API key (Required) | |
| SMARTLEAD_API_URL | No | Custom Smartlead API URL (Optional) | https://custom-server.smartlead.ai/api/v1 |
| LICENSE_SERVER_URL | Yes | URL of your license server (Required) | https://sea-turtle-app-64etr.ondigitalocean.app |
| SUPERGATEWAY_API_KEY | No | Your Supergateway API key | |
| LICENSE_LEVEL_OVERRIDE | No | Force a specific tier locally, bypassing the server check. Values: 'free', 'basic', 'premium'. Leave blank for normal operation. | |
| SMARTLEAD_RETRY_MAX_DELAY | No | Maximum delay for retry attempts in milliseconds | 10000 |
| SMARTLEAD_RETRY_MAX_ATTEMPTS | No | Maximum number of retry attempts | 3 |
| SMARTLEAD_RETRY_INITIAL_DELAY | No | Initial delay for retry attempts in milliseconds | 1000 |
| SMARTLEAD_RETRY_BACKOFF_FACTOR | No | Backoff factor for retry attempts | 2 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| smartlead_create_campaignB | Create a new campaign in Smartlead. |
| smartlead_update_campaign_scheduleC | Update a campaign's schedule settings. |
| smartlead_update_campaign_settingsC | Update a campaign's general settings. |
| smartlead_update_campaign_statusB | Update the status of a campaign. Use this specifically for changing a campaign's status. |
| smartlead_get_campaignB | Get details of a specific campaign by ID. |
| smartlead_list_campaignsC | List all campaigns with optional filtering. |
| smartlead_save_campaign_sequenceB | Save a sequence of emails for a campaign. |
| smartlead_get_campaign_sequenceB | Fetch a campaign's sequence data. |
| smartlead_get_campaigns_by_leadB | Fetch all campaigns that a lead belongs to. |
| smartlead_export_campaign_leadsB | Export all leads data from a campaign as CSV. |
| smartlead_delete_campaignC | Delete a campaign permanently. |
| smartlead_get_campaign_analytics_by_dateB | Fetch campaign analytics for a specific date range. |
| smartlead_get_campaign_sequence_analyticsB | Fetch analytics data for a specific email campaign sequence. |
| smartlead_list_leadsC | List leads with optional filtering by campaign or status. |
| smartlead_get_leadA | Get details of a specific lead by ID. |
| smartlead_add_lead_to_campaignB | Add a new lead to a campaign. |
| smartlead_update_leadC | Update an existing lead's information. |
| smartlead_update_lead_statusC | Update a lead's status. |
| smartlead_bulk_import_leadsB | Import multiple leads into a campaign at once. |
| smartlead_delete_leadB | Delete a lead permanently. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 20 tools
Each tool has a clearly distinct purpose, targeting specific actions on campaigns or leads. There is no overlap, as tools like update_campaign_settings and update_campaign_schedule manage separate aspects.
All tools follow the consistent pattern 'smartlead_verb_noun' (e.g., smartlead_create_campaign, smartlead_delete_lead). No mixing of conventions, making the set predictable.
With 20 tools, the set covers campaign and lead management comprehensively. While slightly on the higher side, each tool serves a distinct function and the count is justified for the domain.
The tool set provides full CRUD for campaigns and leads, plus analytics and import/export. A minor gap is the lack of a dedicated 'remove lead from campaign' tool, but the core workflows are well-covered.