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)

Getting Credentials

⚠️ Portal verification pending

The instructions below are our best understanding of the vendor's credential-acquisition flow but have not been verified hands-on against the current portal. If you hit a step that doesn't match what you see, please let us know — we'll update the docs.

Vendor portal: https://www.titanhq.com/spamtitan/

Steps

  1. Sign in to your SpamTitan admin portal.
  2. Navigate to API settings to generate an API key.
  3. Save the key to SPAMTITAN_API_KEY.
  4. Optionally set SPAMTITAN_BASE_URL if using a non-default endpoint (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