Server data from the Official MCP Registry
MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.
MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.
The SpamTitan MCP server is well-architected with a hierarchical domain-based tool system and proper authentication checks. However, there are notable security concerns: credentials can be set via HTTP request headers in gateway mode without persistent validation, API responses containing sensitive email metadata are not sanitized before returning to the client, and the server's HTTP mode accepts credentials in the X-SpamTitan-API-Key header without additional security measures like HTTPS enforcement or rate limiting. These issues, combined with the sensitive nature of email quarantine operations, warrant a moderate risk designation despite generally sound code structure. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity).
6 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SPAMTITAN_API_URL
Environment variable: SPAMTITAN_API_KEY
Environment variable: MCP_TRANSPORT
Environment variable: AUTH_MODE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wyre-technology-spamtitan-mcp": {
"env": {
"AUTH_MODE": "your-auth-mode-here",
"LOG_LEVEL": "your-log-level-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"SPAMTITAN_API_KEY": "your-spamtitan-api-key-here",
"SPAMTITAN_API_URL": "your-spamtitan-api-url-here"
},
"args": [
"-y",
"@wyre-technology/spamtitan-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.