
Product
Socket for ClickUp Is Now Available
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.
@truncus/mcp-server
Advanced tools
MCP (Model Context Protocol) server for Truncus Email. Lets AI agents send transactional emails via Claude Desktop, Cursor, and any MCP-compatible client.
npm install -g @truncus/mcp-server
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"truncus": {
"command": "truncus-mcp",
"env": {
"TRUNCUS_API_KEY": "tr_live_your_api_key"
}
}
}
}
Or run without installing:
{
"mcpServers": {
"truncus": {
"command": "npx",
"args": ["-y", "@truncus/mcp-server"],
"env": {
"TRUNCUS_API_KEY": "tr_live_your_api_key"
}
}
}
}
| Tool | Description |
|---|---|
truncus_send_email | Send a transactional email |
truncus_validate_email | Validate payload without sending (dry-run) |
truncus_get_email | Get email status and engagement metrics |
truncus_get_stats | Get sending statistics |
truncus_list_domains | List verified sending domains |
truncus_check_suppression | Check if an email is suppressed |
| Variable | Required | Description |
|---|---|---|
TRUNCUS_API_KEY | Yes | Your API key from the Truncus dashboard |
TRUNCUS_BASE_URL | No | Override API base URL (default: https://truncus.co/api/v1) |
Once configured, ask Claude:
"Send a welcome email to alice@example.com from noreply@mail.yourdomain.com with subject 'Welcome aboard!'"
Claude will use truncus_send_email to deliver it.
FAQs
MCP server for Truncus Email API - send transactional emails from AI agents
We found that @truncus/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.