MCP Server
MCP
Mailprotector
MCP server for Mailprotector — customers, domains, users, quarantine, allow/block rules for MSPs.
Install
oci:ghcr.io/wyre-technology/mailprotector-mcp:v1.0.1
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/mailprotector-mcp:v1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Mailprotector API key (per manager-role, from the web console profile page)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MAILPROTECTOR_API_KEY"
},
{
"description": "The MSP's reseller id in Mailprotector (the default scope for scoped tools)",
"isRequired": true,
"format": "string",
"name": "MAILPROTECTOR_RESELLER_ID"
},
{
"description": "API host override",
"format": "string",
"default": "https://emailservice.io",
"name": "MAILPROTECTOR_BASE_URL"
},
{
"description": "Transport mode. 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. The image defaults to '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