ADSMedia
Verified Safeby Deepak7595-dev
Overview
Provides a comprehensive set of SDKs, plugins, bots, and integrations to facilitate transactional and marketing email sending via the ADSMedia Email API across various platforms and applications.
Installation
cd MCP/cursor && npm install && npm run build && npm run startEnvironment Variables
- ADSMEDIA_API_KEY
Security Notes
API keys are consistently sourced from environment variables, which is good practice. Webhook integrations largely include signature verification, though some example code snippets comment it out with a strong recommendation to enable in production. No instances of 'eval' or malicious code patterns were found. The main security concern would stem from user-side misconfiguration (e.g., exposing API keys in client-side code, not enabling webhook signature validation in production) rather than inherent vulnerabilities in the provided integration code examples.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
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.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.