instantly-mcp
Verified Safeby bcharleson
Overview
Enables AI agents to manage email automation campaigns, leads, accounts, and analytics via the Instantly.ai V2 API.
Installation
python -m instantly_mcp.server --transport http --port 8000Environment Variables
- INSTANTLY_API_KEY
Security Notes
The server uses environment variables for API keys and employs standard HTTP authentication mechanisms (headers, URL path). No hardcoded secrets, 'eval' usage, or obvious malicious patterns were found in the provided source code. The use of Pydantic for input validation enhances robustness. As with any exposed HTTP service, secure deployment (e.g., HTTPS, firewall) is essential.
Similar Servers
tmcp
Build Model Context Protocol (MCP) servers for AI agents to interact with external tools and data sources, enabling LLMs to access context and perform actions.
mcp-email-server
This MCP server enables interaction with email services (IMAP for incoming, SMTP for outgoing) through programmatic tools, allowing users to list, retrieve, send, and delete emails, and manage attachments. It's designed for integration with AI clients like Claude Desktop.
smartlead-mcp-server
Provides a Model Context Protocol (MCP) interface to the SmartLead cold email marketing automation API, enabling AI coding agents and other MCP clients 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).