instantly-mcp
Verified Safeby bcharleson
Overview
Manages Instantly.ai email automation campaigns, leads, accounts, and analytics via a Model Context Protocol (MCP) server for AI assistants.
Installation
instantly-mcp --transport http --port 8000Environment Variables
- INSTANTLY_API_KEY
- TOOL_CATEGORIES
- HOST
- PORT
Security Notes
The server employs robust security practices, including Pydantic for input validation, multiple secure methods for API key management (environment variables, custom headers, Authorization header, URL path segments), and explicit annotations/warnings for destructive tools. It uses httpx for external API calls, a well-regarded HTTP client. No 'eval', 'exec', or other notoriously unsafe functions were found. The multi-tenant HTTP mode correctly isolates API keys per request context.
Similar Servers
mcp-email-server
This server allows MCP clients to interact with email accounts via IMAP and SMTP protocols, enabling functionalities like listing, fetching, sending, and deleting emails.
smartlead-mcp-server
This server acts as a Model Context Protocol (MCP) interface for SmartLead's cold email marketing automation platform, enabling AI coding tools to manage campaigns, leads, and analytics.
lemonado-mcp-server
Enables AI agents to query and analyze data from various marketing, payment, and productivity platforms using SQL via the Model Context Protocol (MCP).
Troj-MCP
A versatile Model Context Protocol (MCP) server for integrating AI models with system operations, file management, calendar, and email tools.