Read your own DMARC aggregate and forensic reports: sources, alignment, alerts, CSV export.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Official MCP (Model Context Protocol) server for DMARC Examiner. Query your DMARC monitoring data from AI assistants like Claude Desktop, Claude Code, and Cursor.
DMARC aggregate reports arrive as compressed XML, one file per receiver per day. Reading them means either opening a dashboard or parsing XML by hand.
This server puts that data behind an MCP connection, so you can ask questions instead:
Which sending sources failed DMARC alignment last week?
Show me the domains where SPF passes but DKIM does not.
Export the report for example.com as CSV.
DMARC Examiner is a DMARC monitoring service with a free tier β you need an account to use this server, but not a paid one.
Most MCP clients support remote HTTP servers directly. Add this to your MCP configuration:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to your Cursor MCP settings:
Adding the server does not require authorizing. It starts immediately and answers initialize, tools/list and ping without credentials, so your client can list all 21 tools straight away.
A browser opens the first time you call a tool that touches your data. You'll need to:
The call you made is then replayed automatically, so it completes rather than failing.
With Option 1 the MCP client runs this flow itself. With Option 2 the package does it: it registers as an OAuth client, opens your browser, and stores the resulting tokens in ~/.dmarc-examiner/mcp-credentials.json with 0600 permissions. The refresh token is reused on later runs, so the browser step happens once.
Why it works this way. Authorizing on startup is the obvious design and it breaks every automated client: directory checks, scanners and CI have no browser to open, so the server appears to hang and the check times out. We wrote up the failure and the fix, with logs, in Your Remote MCP Server Will Fail Every Directory Check.
You can also drive it directly:
Set DMARC_EXAMINER_MCP_URL to point the package at a different endpoint.
| Tool | Description | Scope |
|---|---|---|
list_domains | List all monitored domains in your organization | domains:read |
get_domain | Get details of a specific domain | domains:read |
check_dmarc | Inspect the public DMARC record at _dmarc.<domain>. Works on any domain, not only your own | domains:read |
create_domain | Add a domain. Returns the reporting email and DMARC record to publish in DNS | domains:manage |
verify_domain | Re-check DNS to confirm the DMARC record carries your reporting address | domains:manage |
delete_domain | Remove a domain from monitoring. Soft delete β historical reports remain | domains:manage |
| Tool | Description | Scope |
|---|---|---|
list_reports | List DMARC reports with filtering | reports:read |
get_report | Get a detailed report with records | reports:read |
get_report_statistics | Report statistics by country and ASN | reports:read |
export_report_csv | Export a report as CSV | reports:export |
Requires the Pro plan or above; these return 403 otherwise.
| Tool | Description | Scope |
|---|---|---|
list_forensic_reports | List RUF reports with filtering and pagination | forensic:read |
get_forensic_report | Full detail of a forensic report, including the failed message envelope | forensic:read |
get_forensic_reports_statistics | Counters by failure type, delivery result, source IP with geolocation, and domain | forensic:read |
get_forensic_reports_summary | Forensic activity over the last 7 days | forensic:read |
| Tool | Description | Scope |
|---|---|---|
list_alerts | List security alerts | alerts:read |
dismiss_alert | Dismiss an alert | alerts:manage |
Requires the Pro plan or above; these return 403 otherwise.
| Tool | Description | Scope |
|---|---|---|
list_webhooks | List configured webhook endpoints | webhooks:read |
create_webhook | Create an endpoint. The URL must be HTTPS | webhooks:manage |
update_webhook | Update the URL, name or active state of an endpoint | webhooks:manage |
delete_webhook | Delete an endpoint permanently | webhooks:manage |
test_webhook | Send a webhook.test event and return the delivery status | webhooks:manage |
| Scope | Description |
|---|---|
domains:read | View monitored domains |
domains:manage | Add, verify and remove domains |
reports:read | View reports and statistics |
reports:export | Export reports to CSV |
forensic:read | View forensic (RUF) reports |
alerts:read | View alerts |
alerts:manage | Manage alerts (dismiss) |
webhooks:read | View webhook endpoints |
webhooks:manage | Create, update, delete and test webhooks |
For detailed documentation, visit: https://dmarc-examiner.com/docs/settings/mcp-integration?utm_source=github&utm_medium=content&utm_campaign=mcp-repo
MIT β see LICENSE.
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/mcp-288)<a href="https://allmcps.com/mcp/mcp-288"><img src="https://allmcps.com/api/badge/mcp-288?style=directory" alt="Dmarc Examiner MCP on AllMCPs" /></a>