PluginBench
MCP Server

Proofpoint MCP MCP Server

io.github.Servosity/proofpoint-mcp

What is the Proofpoint MCP MCP server?

Proofpoint TAP threats, VAPs, clickers, and IOCs from your terminal, with a local threat store.

How to install Proofpoint MCP

Copy-paste configuration for popular MCP clients.

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

    Set the PROOFPOINT_API_SECRET credential for the Proofpoint MCP server.

  • PROOFPOINT_SERVICE_PRINCIPAL
    required
    secret

    Set the PROOFPOINT_SERVICE_PRINCIPAL credential for the Proofpoint MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "proofpoint-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/proofpoint-v0.1.0/proofpoint-mcp.mcpb",
      "args": [],
      "env": {
        "PROOFPOINT_API_SECRET": "<YOUR_PROOFPOINT_API_SECRET>",
        "PROOFPOINT_SERVICE_PRINCIPAL": "<YOUR_PROOFPOINT_SERVICE_PRINCIPAL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "proofpoint-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/proofpoint-v0.1.0/proofpoint-mcp.mcpb",
      "args": [],
      "env": {
        "PROOFPOINT_API_SECRET": "<YOUR_PROOFPOINT_API_SECRET>",
        "PROOFPOINT_SERVICE_PRINCIPAL": "<YOUR_PROOFPOINT_SERVICE_PRINCIPAL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "proofpoint-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/proofpoint-v0.1.0/proofpoint-mcp.mcpb",
      "args": [],
      "env": {
        "PROOFPOINT_API_SECRET": "<YOUR_PROOFPOINT_API_SECRET>",
        "PROOFPOINT_SERVICE_PRINCIPAL": "<YOUR_PROOFPOINT_SERVICE_PRINCIPAL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "proofpoint-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/proofpoint-v0.1.0/proofpoint-mcp.mcpb",
      "args": [],
      "env": {
        "PROOFPOINT_API_SECRET": "<YOUR_PROOFPOINT_API_SECRET>",
        "PROOFPOINT_SERVICE_PRINCIPAL": "<YOUR_PROOFPOINT_SERVICE_PRINCIPAL>"
      }
    }
  }
}
Claude Code
claude mcp add proofpoint-mcp --env PROOFPOINT_API_SECRET=<YOUR_PROOFPOINT_API_SECRET> --env PROOFPOINT_SERVICE_PRINCIPAL=<YOUR_PROOFPOINT_SERVICE_PRINCIPAL> -- https://github.com/Servosity/msp-skills/releases/download/proofpoint-v0.1.0/proofpoint-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →