Security
MCP Server
🐳 Docker
SpamTitan MCP
MCP server for SpamTitan email security. Manage quarantine, allowlists, blocklists, and view email filtering statistics.
Installation
Run the MCP server with npx:
npx @wyre-technology/spamtitan-mcp Or install the package:
npm install @wyre-technology/spamtitan-mcp Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"spamtitan": {
"command": "npx",
"args": [
"@wyre-technology/spamtitan-mcp"
],
"env": {
"SPAMTITAN_API_KEY": "your-spamtitan-api-key"
}
}
}
} Authentication
| Variable | Required | Description |
|---|---|---|
SPAMTITAN_API_KEY | Yes | Your SpamTitan API key |
SPAMTITAN_BASE_URL | No | SpamTitan API base URL (default: https://api-spamtitan.titanhq.com) |
Architecture
Single TypeScript MCP server supporting both stdio and Streamable HTTP transports.
Available Tools (6)
Tools are organized into 3 domains:
Quarantine
View and manage quarantined email messages.
| Tool | Description |
|---|---|
Get quarantine queue | List messages in quarantine |
Release message | Release a quarantined message to the recipient |
Delete message | Delete a quarantined message |
Allow & Block Lists
Manage sender allowlists and blocklists.
| Tool | Description |
|---|---|
Manage allowlist | Add or remove entries from the allowlist |
Manage blocklist | Add or remove entries from the blocklist |
Statistics
View email filtering statistics.
| Tool | Description |
|---|---|
Get stats | Get email filtering statistics and summary |