Loading MCP server directory, please wait...
MCP server for Mailprotector — customers, domains, users, quarantine, allow/block rules for MSPs.
npx @getmcp/cli add io.github.wyre-technology/mailprotector-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
MAILPROTECTOR_API_KEYMailprotector API key (per manager-role, from the web console profile page)
MAILPROTECTOR_RESELLER_IDThe MSP's reseller id in Mailprotector (the default scope for scoped tools)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/mailprotector-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MAILPROTECTOR_API_KEY",
"-e",
"MAILPROTECTOR_RESELLER_ID",
"-e",
"MAILPROTECTOR_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/mailprotector-mcp:v1.0.1"
],
"env": {
"MAILPROTECTOR_API_KEY": "",
"MAILPROTECTOR_RESELLER_ID": "",
"MAILPROTECTOR_BASE_URL": "https://emailservice.io",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}