Catalog
co.truncus/mcp-server
OfficialSend transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains.
Send transactional emails from AI agents with delivery tracking and domain management.
README not available yet.
Install
Configuration
Environment variables
TRUNCUS_API_KEYrequiredsecretYour Truncus API key from truncus.co/dashboard/settings/api-keys
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@truncus/mcp-server@0.1.1"
],
"env": {
"TRUNCUS_API_KEY": "<YOUR_TRUNCUS_API_KEY>"
}
}
}
}