MCP server for Proofpoint Essentials -- MSP org, domain, user, licensing, and reporting management.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol (MCP) server for the Proofpoint Essentials API. Enables AI assistants to manage MSP-multi-tenant email security: organizations, domains, users, licensing, features, subscription packages, and email flow reporting.
This is a distinct product/API from Proofpoint TAP (see
proofpoint-mcp for TAP threat intelligence,
quarantine, and URL defense) β Essentials is Proofpoint's SMB/MSP email-security product,
with its own base URL, auth model, and org-management surface.
Part of the WYRE AI MCP fleet β a growing suite of AI integrations for the MSP stack.
Set the following environment variables:
| Variable | Required | Description |
|---|---|---|
PROOFPOINT_ESSENTIALS_USERNAME | Yes | Org-administrator username (sent as the X-User header) |
PROOFPOINT_ESSENTIALS_PASSWORD | Yes | Org-administrator password (sent as the X-Password header) |
PROOFPOINT_ESSENTIALS_REGION | No | Region subdomain, e.g. us1 or eu1 (default: us1) |
MCP_TRANSPORT | No | Transport mode: stdio (default) or http |
Only organization-administrator accounts can authenticate against this API; end-user accounts cannot.
Add to your Claude Desktop claude_desktop_config.json:
Proofpoint Essentials is an MSP multi-tenant API β every org/domain/user-scoped tool takes the target customer organization's domain as a per-call argument (credentials are not scoped to a single org).
proofpoint_essentials_org_get β get org data and its domainsproofpoint_essentials_org_set_active β activate/deactivate an org β high-impactproofpoint_essentials_org_delete β delete an org β destructive, irreversibleproofpoint_essentials_domains_listproofpoint_essentials_domains_create β batch addproofpoint_essentials_domains_update β high-impactproofpoint_essentials_domains_delete β destructive, irreversibleproofpoint_essentials_users_listproofpoint_essentials_users_getproofpoint_essentials_users_create β batch addproofpoint_essentials_users_update β high-impactproofpoint_essentials_users_delete β destructive, irreversibleproofpoint_essentials_endpoint_discover β resolve which region hosts a customer domainproofpoint_essentials_features_get / proofpoint_essentials_features_update β high-impactproofpoint_essentials_licensing_get / proofpoint_essentials_licensing_update β high-impactproofpoint_essentials_package_update β high-impactproofpoint_essentials_reporting_get β inbound/outbound email flow metricsproofpoint_essentials_token_create β mint an Odin-based SSO tokenDestructive tools require explicit confirmation. Interactive MCP clients are prompted
via elicitation; non-interactive callers (e.g. the WYRE gateway) must pass
confirm_destructive_action: true and are otherwise blocked.
Contributions are welcome! Please see CONTRIBUTING.md, or open an issue to discuss changes.
Licensed under the Apache License, Version 2.0. See LICENSE for details.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/proofpoint-essentials)<a href="https://allmcps.com/mcp/proofpoint-essentials"><img src="https://allmcps.com/api/badge/proofpoint-essentials?style=directory" alt="Proofpoint Essentials on AllMCPs" /></a>