Proofpoint

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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

PROOFPOINT_SERVICE_PRINCIPAL(str)
Required

Proofpoint TAP service principal (API user identifier)

PROOFPOINT_SERVICE_SECRET(str)
RequiredSecret

Proofpoint TAP service secret

PROOFPOINT_BASE_URL(str)

Proofpoint TAP API base URL (defaults to https://tap-api-v2.proofpoint.com)

MCP_TRANSPORT(str)
Default:stdio

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

AUTH_MODE(str)
Default:env

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

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error