Connects Claude to your SpamTitan email security platform for managing quarantined messages, maintaining allow/block lists, and pulling filtering stats. You get three main domains: Lists for sender reputation management, Quarantine for reviewing and releasing trapped emails, and Stats for understanding what's being caught and why. Built by Wyre Technology as part of their MSP-focused toolset. Useful when you're triaging email security incidents or need to automate common SpamTitan admin tasks through conversation. Requires a SpamTitan API key and supports both stdio and HTTP transports. Apache 2.0 licensed, ships as an npm package or Docker container.
A Model Context Protocol (MCP) server for SpamTitan email security. Enables AI assistants to manage quarantine, maintain allowlists and blocklists, and view email filtering statistics.
This is a Model Context Protocol (MCP) server that connects Claude (or any MCP-compatible AI) to your SpamTitan environment.
Part of the MSP Claude Plugins ecosystem — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.
npm install @wyre-technology/spamtitan-mcp
Set the following environment variables:
| Variable | Required | Description |
|---|---|---|
SPAMTITAN_API_KEY | Yes | Your SpamTitan API key |
SPAMTITAN_BASE_URL | No | Your SpamTitan instance URL |
MCP_TRANSPORT | No | Transport mode: stdio (default) or http |
Add to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"spamtitan-mcp": {
"command": "npx",
"args": ["@wyre-technology/spamtitan-mcp"],
"env": {
"SPAMTITAN_API_KEY": "your-spamtitan-api-key"
}
}
}
}
claude mcp add spamtitan-mcp \
-e SPAMTITAN_API_KEY=your-value \
-- npx -y @wyre-technology/spamtitan-mcp
docker build -t spamtitan-mcp .
docker run \
-e SPAMTITAN_API_KEY=your-value \
-p 8080:8080 spamtitan-mcp
Manage allowlists and blocklists
Email quarantine review and management
Email filtering statistics and reports
# Clone the repository
git clone https://github.com/wyre-technology/spamtitan-mcp.git
cd spamtitan-mcp
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
Contributions are welcome! Please see CONTRIBUTING.md if present, or open an issue to discuss changes.
Licensed under the Apache License, Version 2.0. See LICENSE for details.
SPAMTITAN_API_URL*SpamTitan API base URL (e.g. https://spamtitan.example.com/api)
SPAMTITAN_API_KEY*secretSpamTitan API key for authentication
MCP_TRANSPORTdefault: stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODEdefault: envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELdefault: infoLog verbosity: debug, info, warn, error
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp