io.github.wyre-technology
spamtitan-mcp
SpamTitan
MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/spamtitan-mcp:v1.2.0
Transportstdio
Environment Variables
SPAMTITAN_API_URL(str)
Required
SpamTitan API base URL (e.g. https://spamtitan.example.com/api)
SPAMTITAN_API_KEY(str)
RequiredSecret
SpamTitan API key for authentication
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error