← Back to Plugins
MCP Server MCP

Proofpoint

github By github 👁 1 views ▲ 0 votes

MCP server for Proofpoint TAP — threat intelligence, forensics, quarantine, and email security.

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/proofpoint-mcp:v1.1.4

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/proofpoint-mcp:v1.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Proofpoint TAP service principal (API user identifier)",
          "isRequired": true,
          "format": "string",
          "name": "PROOFPOINT_SERVICE_PRINCIPAL"
        },
        {
          "description": "Proofpoint TAP service secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PROOFPOINT_SERVICE_SECRET"
        },
        {
          "description": "Proofpoint TAP API base URL (defaults to https://tap-api-v2.proofpoint.com)",
          "format": "string",
          "name": "PROOFPOINT_BASE_URL"
        },
        {
          "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

Comments

Sign in to leave a comment

Loading comments...