Transactional e-mail and permission-based campaigns with an audit trail: verified sending domains, idempotent sends, suppressions on the send path, signed webhooks, API and remote MCP server. Invite-only during the bootstrap.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"commsharbor": {
"command": "npx",
"args": [
"-y",
"wrpbr/commsharbor"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add commsharbor npx -y wrpbr/commsharbor
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"commsharbor": {
"command": "npx",
"args": [
"-y",
"wrpbr/commsharbor"
]
}
}
}
📋 Copy
README Excerpt
> Transactional e-mail and permission-based campaigns, with the audit trail. Invite-only today. **Live:** https://commsharbor.com · **API index:** https://commsharbor.com/api/ · **OpenAPI:** https://commsharbor.com/openapi.json · **MCP server:** https://commsharbor.com/mcp · **Docs for agents:** https://commsharbor.com/llms.txt
Topics
amazon-ses api audit-log deliverability email email-campaigns mcp mcp-server openapi transactional-email webhooks