MCP Server
MCP
SpamTitan
MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.
Install
oci:ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SpamTitan API base URL (e.g. https://spamtitan.example.com/api)",
"isRequired": true,
"format": "string",
"name": "SPAMTITAN_API_URL"
},
{
"description": "SpamTitan API key for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SPAMTITAN_API_KEY"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment