PluginBench
MCP Server
Active
Apache-2.0

Mailprotector MCP Server

io.github.wyre-technology/mailprotector-mcp

What is the Mailprotector MCP server?

MCP server for Mailprotector — customers, domains, users, quarantine, allow/block rules for MSPs.

How to install Mailprotector

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MAILPROTECTOR_API_KEY
    required
    secret

    Mailprotector API key (per manager-role, from the web console profile page)

  • MAILPROTECTOR_RESELLER_ID
    required

    The MSP's reseller id in Mailprotector (the default scope for scoped tools)

  • MAILPROTECTOR_BASE_URL

    API host override

  • MCP_TRANSPORT

    Transport mode. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

  • AUTH_MODE

    Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway. The image defaults to 'gateway'.

  • LOG_LEVEL

    Log verbosity: debug, info, warn, error

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mailprotector-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/mailprotector-mcp:v1.0.0"
      ],
      "env": {
        "MAILPROTECTOR_API_KEY": "<YOUR_MAILPROTECTOR_API_KEY>",
        "MAILPROTECTOR_RESELLER_ID": "<YOUR_MAILPROTECTOR_RESELLER_ID>",
        "MAILPROTECTOR_BASE_URL": "<YOUR_MAILPROTECTOR_BASE_URL>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mailprotector-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/mailprotector-mcp:v1.0.0"
      ],
      "env": {
        "MAILPROTECTOR_API_KEY": "<YOUR_MAILPROTECTOR_API_KEY>",
        "MAILPROTECTOR_RESELLER_ID": "<YOUR_MAILPROTECTOR_RESELLER_ID>",
        "MAILPROTECTOR_BASE_URL": "<YOUR_MAILPROTECTOR_BASE_URL>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mailprotector-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/mailprotector-mcp:v1.0.0"
      ],
      "env": {
        "MAILPROTECTOR_API_KEY": "<YOUR_MAILPROTECTOR_API_KEY>",
        "MAILPROTECTOR_RESELLER_ID": "<YOUR_MAILPROTECTOR_RESELLER_ID>",
        "MAILPROTECTOR_BASE_URL": "<YOUR_MAILPROTECTOR_BASE_URL>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mailprotector-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/mailprotector-mcp:v1.0.0"
      ],
      "env": {
        "MAILPROTECTOR_API_KEY": "<YOUR_MAILPROTECTOR_API_KEY>",
        "MAILPROTECTOR_RESELLER_ID": "<YOUR_MAILPROTECTOR_RESELLER_ID>",
        "MAILPROTECTOR_BASE_URL": "<YOUR_MAILPROTECTOR_BASE_URL>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add mailprotector-mcp --env MAILPROTECTOR_API_KEY=<YOUR_MAILPROTECTOR_API_KEY> --env MAILPROTECTOR_RESELLER_ID=<YOUR_MAILPROTECTOR_RESELLER_ID> --env MAILPROTECTOR_BASE_URL=<YOUR_MAILPROTECTOR_BASE_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/mailprotector-mcp:v1.0.0

Related MCP servers

Autotask

Active

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

48
TypeScript
Apache-2.0
View repository →

NinjaOne

Active

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

22
TypeScript
Apache-2.0
View repository →

MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.

19
TypeScript
Apache-2.0
View repository →

IT Glue

Active

MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.

17
TypeScript
Apache-2.0
View repository →

CIPP

Active

MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).

10
TypeScript
View repository →

Datto RMM

Active

MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.

3
TypeScript
Apache-2.0
View repository →