Home › Communication › SendGrid Secure
SendGrid Secure
Security-first SendGrid MCP server: dry-run default, recipient allowlists, rate caps, audit log.
Topics: Communication
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.1.0)
uvx sendgrid-mcp-secure
Or add to your MCP client config:
{
"mcpServers": {
"sendgrid-mcp-secure": {
"command": "uvx",
"args": [
"sendgrid-mcp-secure"
],
"env": {
"SENDGRID_API_KEY": "<YOUR_VALUE>",
"SENDGRID_MCP_MODE": "<YOUR_VALUE>",
"SENDGRID_MCP_RECIPIENT_ALLOWLIST": "<YOUR_VALUE>",
"SENDGRID_MCP_WRITES_PER_HOUR": "<YOUR_VALUE>",
"SENDGRID_MCP_MAX_RECIPIENTS": "<YOUR_VALUE>",
"SENDGRID_MCP_AUDIT_LOG": "<YOUR_VALUE>",
"SENDGRID_MCP_ALLOW_BCC": "<YOUR_VALUE>"
}
}
}
}
SENDGRID_API_KEYrequired secret — SendGrid API key (use a restricted key with Mail Send scope only)SENDGRID_MCP_MODE— dry-run (default) or liveSENDGRID_MCP_RECIPIENT_ALLOWLIST— Comma-separated recipient addresses/domains allowed to receive mailSENDGRID_MCP_WRITES_PER_HOUR— Hourly cap on write operations (sends)SENDGRID_MCP_MAX_RECIPIENTS— Max recipients per sendSENDGRID_MCP_AUDIT_LOG— Path to the append-only audit logSENDGRID_MCP_ALLOW_BCC— BCC stays disabled unless explicitly enabled
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
emailmd
Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.
Microsoft 365 MCP Server
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry