Truncus MCP Server

Send email from your AI editor. Login once.

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.

Three steps to your first send

1. Get your key

Generate a tr_live_ API key at truncus.co/dashboard/settings/api-keys. Free tier — no credit card.

2. Add the server

Paste the config into your editor once. The server is @vanmoose/mcp-server on npm.

3. Just ask

Tell your agent to send an email. It calls Truncus, gets delivery proof back, and reports what happened.

Add it to your editor

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

terminal
# Register the 8 Truncus tools in one command
claude mcp add truncus \
  --env TRUNCUS_API_KEY=tr_live_xxx \
  -- npx -y @vanmoose/mcp-server

Cursor · VS Code · Claude Desktop · Windsurf

Add to your MCP config file (e.g. ~/.cursor/mcp.json)

mcp.json
{
  "mcpServers": {
    "truncus": {
      "command": "npx",
      "args": ["-y", "@vanmoose/mcp-server"],
      "env": { "TRUNCUS_API_KEY": "tr_live_xxx" }
    }
  }
}
Claude CodeCursorVS Code (Cline / Continue)Claude DesktopWindsurf

8 tools your agent can call

Setting TRUNCUS_API_KEY registers all eight automatically.

truncus_send

Queue a transactional email (async).

truncus_send_sync

Send and wait for the delivery outcome — ~1s.

truncus_validate

Pre-send deliverability dry-run: syntax, MX, spam risk.

truncus_get_email

Inspect a single email and its full lifecycle.

truncus_list_events

Pull delivery, bounce, complaint, and open events.

truncus_get_stats

Account health: send volume, bounce + complaint rates.

truncus_list_domains

Sending domains and their verification status.

truncus_check_suppression

Check whether an address is suppressed before sending.

Send your first email from your editor

Free tier. 3,000 emails/month. No credit card. One config away.

Get your API key
Send Email from Claude Code, Cursor & VS Code — Truncus MCP Server