Skip to main content
Glama

SmartLead MCP Server

by LeadMagic
.env.example3.49 kB
# ================================ # SmartLead MCP Server Configuration # ================================ # # Copy this file to .env and configure your settings # Following MCP security best practices # # ================================ # REQUIRED: SmartLead API Configuration # ================================ # Your SmartLead API key (REQUIRED) # Get this from your SmartLead account settings # SECURITY: Never commit this to version control SMARTLEAD_API_KEY=your_smartlead_api_key_here # ================================ # OPTIONAL: SmartLead API Settings # ================================ # SmartLead API Base URL (default: https://server.smartlead.ai/api/v1) # SMARTLEAD_BASE_URL=https://server.smartlead.ai/api/v1 # Request timeout in milliseconds (default: 30000) # SMARTLEAD_TIMEOUT=30000 # Maximum retry attempts for failed requests (default: 3) # SMARTLEAD_MAX_RETRIES=3 # Delay between retries in milliseconds (default: 1000) # SMARTLEAD_RETRY_DELAY=1000 # Rate limit: requests per minute (default: 100) # SMARTLEAD_RATE_LIMIT=100 # ================================ # MCP TOOL CONFIGURATION # ================================ # Following MCP best practices for capability-based tool loading # Enable advanced tools (Smart Delivery, Analytics, Webhooks) # Set to 'true' to enable 50+ additional advanced tools # Default: false (loads only essential tools) SMARTLEAD_ADVANCED_TOOLS=false # Enable administrative tools (Client Management, Smart Senders) # Set to 'true' to enable 11+ administrative tools # Default: false (loads only essential tools) SMARTLEAD_ADMIN_TOOLS=false # ================================ # MCP SERVER SETTINGS # ================================ # Enable debug logging (default: false) # Set to 'true' for verbose logging # DEBUG=false # ================================ # SECURITY BEST PRACTICES # ================================ # # 1. API Key Security: # - Never commit your API key to version control # - Use environment variables or secure secret management # - Rotate API keys regularly # - Limit API key permissions to minimum required # # 2. Tool Configuration: # - Start with essential tools only # - Enable advanced/admin tools only if needed # - Review tool permissions before enabling # # 3. Network Security: # - Use HTTPS for all API communications # - Monitor for security advisories # - Keep dependencies updated # # 4. MCP Client Security: # - Verify MCP client authenticity # - Use secure transport protocols # - Follow MCP security guidelines # # ================================ # TOOL LOADING SUMMARY # ================================ # # Essential Tools (Always Loaded): 49 tools # - Campaign Management (13 tools) # - Lead Management (17 tools) # - Email Accounts (10 tools) # - Statistics (9 tools) # # Advanced Tools (SMARTLEAD_ADVANCED_TOOLS=true): +50 tools # - Smart Delivery (25 tools) # - Global Analytics (20 tools) # - Webhooks (5 tools) # # Administrative Tools (SMARTLEAD_ADMIN_TOOLS=true): +11 tools # - Client Management (6 tools) # - Smart Senders (5 tools) # # Total Available: 110+ tools # # ================================ # SUPPORT & DOCUMENTATION # ================================ # # Documentation: https://github.com/LeadMagic/smartlead-mcp-server\#readme # Issues: https://github.com/LeadMagic/smartlead-mcp-server/issues # Security: https://github.com/LeadMagic/smartlead-mcp-server/security # MCP Protocol: https://modelcontextprotocol.io/ #

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/LeadMagic/smartlead-mcp-server'

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