Skip to main content
Glama
jonathan-politzki

Smartlead Simplified MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JEAN_LICENSE_KEYYesYour license key generated by the smartlead-license-server after a successful purchase (Required)
USE_SUPERGATEWAYNoEnable Supergateway integrationfalse
SMARTLEAD_API_KEYYesYour Smartlead API key (Required)
SMARTLEAD_API_URLNoCustom Smartlead API URL (Optional)https://custom-server.smartlead.ai/api/v1
LICENSE_SERVER_URLYesURL of your license server (Required)https://sea-turtle-app-64etr.ondigitalocean.app
SUPERGATEWAY_API_KEYNoYour Supergateway API key
LICENSE_LEVEL_OVERRIDENoForce a specific tier locally, bypassing the server check. Values: 'free', 'basic', 'premium'. Leave blank for normal operation.
SMARTLEAD_RETRY_MAX_DELAYNoMaximum delay for retry attempts in milliseconds10000
SMARTLEAD_RETRY_MAX_ATTEMPTSNoMaximum number of retry attempts3
SMARTLEAD_RETRY_INITIAL_DELAYNoInitial delay for retry attempts in milliseconds1000
SMARTLEAD_RETRY_BACKOFF_FACTORNoBackoff factor for retry attempts2

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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-local'

If you have feedback or need assistance with the MCP directory API, please join our Discord server