mcpbeat Sign in

SendGrid Secure MCP Server

local only

SendGrid Secure runs on your own machine — the client starts it, so there is no endpoint to ping. 159 installs a week from pypi. Last commit 2 Sep 2026.

Security-first SendGrid MCP server: dry-run default, recipient allowlists, rate caps, audit log.

Installs per day peak 354 · avg 43 · -63% w/w
a month agotoday
159
Installs / week
pypi · sendgrid-mcp-secure
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check SendGrid Secure every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sendgrid-mcp-secure -- uvx sendgrid-mcp-secure
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sendgrid-mcp-secure": {
      "args": [
        "sendgrid-mcp-secure"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sendgrid-mcp-secure]
command = "uvx"
args = ["sendgrid-mcp-secure"]
.cursor/mcp.json
{
  "mcpServers": {
    "sendgrid-mcp-secure": {
      "args": [
        "sendgrid-mcp-secure"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sendgrid-mcp-secure": {
      "args": [
        "sendgrid-mcp-secure"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SENDGRID_API_KEY (SendGrid API key (use a restricted key with Mail Send scope only)), SENDGRID_MCP_MODE (dry-run (default) or live), SENDGRID_MCP_RECIPIENT_ALLOWLIST (Comma-separated recipient addresses/domains allowed to receive mail), SENDGRID_MCP_WRITES_PER_HOUR (Hourly cap on write operations (sends)), SENDGRID_MCP_MAX_RECIPIENTS (Max recipients per send), SENDGRID_MCP_AUDIT_LOG (Path to the append-only audit log), SENDGRID_MCP_ALLOW_BCC (BCC stays disabled unless explicitly enabled). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SendGrid Secure

same job, measured the same way
Guarded WhatsApp
by peter-tnc-453

Security gate for agent-driven WhatsApp: allowlist, secret scan, rate limit, audit log.

56 installs/wk local only
UniFi Gateway
by pete-builds

Safe-by-default UniFi MCP: Network + Protect + Access, multi-site, dry-run, audit log.

local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
MikroMCP
by alikarami

MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.

210 installs/wk local only
agentguard
by agentwares

MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.

353 installs/wk local only
Queryshield
by bch1212

Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.

56 installs/wk local only
DataSentry
by jackxiaozhiren

Local-first MCP server for data-quality discovery, evidence, drift, and controlled repair.

1 412 installs/wk local only
I
Mcpsentry
by roshan6335

Security scanner and runtime proxy for MCP servers.

59 installs/wk local only

SendGrid Secure — questions

Answers built from our own checks of this server.

Why is there no uptime for SendGrid Secure?
SendGrid Secure runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sendgrid-mcp-secure was installed 159 times last week.
How do I connect SendGrid Secure?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sendgrid-mcp-secure straight from pypi; nothing to host, nothing to sign up for.
How many people use SendGrid Secure?
The pypi package sendgrid-mcp-secure was installed 159 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SendGrid Secure open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.