
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@truncus/mcp-server
Advanced tools
MCP server for Truncus Email API - send transactional emails from AI agents
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
The npm package @truncus/mcp-server receives a total of 54 weekly downloads. As such, @truncus/mcp-server popularity was classified as not popular.
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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.