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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonathan-politzki/smartlead-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server