ADSMedia
Verified Safeby Deepak7595-dev
Overview
Facilitates seamless integration of ADSMedia's email API for transactional and marketing communications across various platforms and AI agents, enabling email sending, campaign management, and statistics retrieval.
Installation
npm install && npm run build && npm startEnvironment Variables
- ADSMEDIA_API_KEY
Security Notes
The MCP server (`MCP/cursor`) correctly retrieves the ADSMedia API key from environment variables (`ADSMEDIA_API_KEY`), preventing hardcoding of sensitive credentials. It does not use `eval` or exhibit other common malicious patterns, and all network communication is outgoing HTTPS to the legitimate ADSMedia API. While some non-server-side integration examples within the repository might show direct API key usage in client-side code, the MCP server itself adheres to secure practices for handling sensitive information.
Similar Servers
tmcp
Build schema-agnostic Model Context Protocol (MCP) servers to enable LLMs to access tools, context, and perform actions.
mcp-email-server
Provides IMAP and SMTP functionality via an MCP server, enabling email listing, reading, sending, deleting, and attachment management for AI agents.
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.
instantly-mcp
Manages Instantly.ai email automation campaigns, leads, accounts, and analytics via a Model Context Protocol (MCP) server for AI assistants.