postmark-mcp
Verified Safeby ActiveCampaign
Overview
Provides a Model Context Protocol (MCP) server to enable AI assistants to send emails and manage templates via Postmark.
Installation
npm startEnvironment Variables
- POSTMARK_SERVER_TOKEN
- DEFAULT_SENDER_EMAIL
- DEFAULT_MESSAGE_STREAM
Security Notes
The server correctly uses environment variables for sensitive data like the Postmark server token, and the README explicitly warns against storing secrets in version control. It employs Zod for input validation, which helps prevent malformed requests. Logging practices appear secure, avoiding direct exposure of sensitive information in console outputs. Network requests are limited to the official Postmark API. There is no usage of 'eval' or similar dangerous patterns. The main point of caution, common to any tool that manages external credentials, is securing the environment where the server runs and ensuring proper access controls for the `.env` file.
Similar Servers
mcp-email-server
Provides IMAP and SMTP functionality as an MCP server, allowing clients to list, retrieve, send, delete, and download attachments from email accounts.
mailtrap-mcp
This MCP server integrates with Mailtrap.io to provide tools for sending transactional emails, managing email templates (create, list, update, delete), and testing emails in a sandbox environment.
tiger-salesforce-mcp-server
This server acts as a wrapper around a Salesforce database, providing focused tools like semantic search of case summaries and retrieval of case details to LLMs via the Model Context Protocol.
instantly-mcp
Manages Instantly.ai email campaigns, leads, accounts, and email operations with analytics, serving as a Model Context Protocol (MCP) server for AI assistants.