Parse-DMARC MCP Server
Lightweight DMARC parser: auto-fetch email reports, visualize compliance in a single all-in-one app
Versions
1.4.7latestTools 9
get_statistics Get overall DMARC compliance statistics including total reports, messages, compliance rate, unique source IPs, and unique domains.
get_reports List DMARC reports with pagination. Returns report summaries including ID, organization, domain, date range, message counts, and compliance rate.
get_report_by_id Get full details of a specific DMARC report by its database ID. Returns the complete parsed report including all records and authentication results.
get_top_source_ips Get the top sending IP addresses ranked by message count. Shows pass/fail breakdown for each IP to help identify potential spoofing sources.
get_domain_stats Get DMARC compliance statistics grouped by domain. Shows total messages, compliant messages, and compliance rate for each domain.
get_org_stats Get report counts grouped by reporting organization (e.g., Google, Microsoft, Yahoo). Helps understand which email providers are sending DMARC reports.
get_spf_stats Get SPF (Sender Policy Framework) authentication result statistics. Shows counts for each result type (pass, fail, softfail, neutral, etc.).
get_dkim_stats Get DKIM (DomainKeys Identified Mail) authentication result statistics. Shows counts for each result type (pass, fail, none, etc.).
parse_dmarc_report Parse a raw DMARC aggregate report from XML data. Accepts gzip, zip, or plain XML. The report_data should be base64 encoded. Returns the parsed report structure.
Permissions 1
network medium