Add the Truncus MCP server to Claude Code, Cursor, VS Code, or Claude Desktop and your agent can send + verify email without leaving the IDE. One API key, 8 tools, EU data residency.
Generate a tr_live_ API key at truncus.co/dashboard/settings/api-keys. Free tier — no credit card.
Paste the config into your editor once. The server is @vanmoose/mcp-server on npm.
Tell your agent to send an email. It calls Truncus, gets delivery proof back, and reports what happened.
Works in any MCP client. Generate a key at truncus.co/dashboard/settings/api-keys and drop it into the config below.
Claude Code
One command in your terminal
# Register the 8 Truncus tools in one command
claude mcp add truncus \
--env TRUNCUS_API_KEY=tr_live_xxx \
-- npx -y @vanmoose/mcp-serverCursor · VS Code · Claude Desktop · Windsurf
Add to your MCP config file (e.g. ~/.cursor/mcp.json)
{
"mcpServers": {
"truncus": {
"command": "npx",
"args": ["-y", "@vanmoose/mcp-server"],
"env": { "TRUNCUS_API_KEY": "tr_live_xxx" }
}
}
}Setting TRUNCUS_API_KEY registers all eight automatically.
Queue a transactional email (async).
Send and wait for the delivery outcome — ~1s.
Pre-send deliverability dry-run: syntax, MX, spam risk.
Inspect a single email and its full lifecycle.
Pull delivery, bounce, complaint, and open events.
Account health: send volume, bounce + complaint rates.
Sending domains and their verification status.
Check whether an address is suppressed before sending.
Free tier. 3,000 emails/month. No credit card. One config away.
Get your API key