MCP Hub
Back to servers

DMARC Examiner MCP

Connects DMARC monitoring data to AI assistants to facilitate the analysis of email security reports, domain details, and statistics. It allows users to manage security alerts, export report data, and monitor email authentication health through natural language commands.

glama
Updated
Mar 23, 2026

@dmarc-examiner/mcp

Official MCP (Model Context Protocol) plugin for DMARC Examiner. Connect your DMARC monitoring data to AI assistants like Claude Desktop, Claude Code, and Cursor.

Quick Setup

Option 1: Remote URL (Recommended)

Most MCP clients support remote HTTP servers directly. Add this to your MCP configuration:

{
  "mcpServers": {
    "dmarc-examiner": {
      "url": "https://mcp.dmarc-examiner.com/mcp"
    }
  }
}

Option 2: npx from GitHub (for clients without remote HTTP support)

{
  "mcpServers": {
    "dmarc-examiner": {
      "command": "npx",
      "args": ["-y", "github:dmarc-examiner/mcp"]
    }
  }
}

Configuration by Client

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "dmarc-examiner": {
      "url": "https://mcp.dmarc-examiner.com/mcp"
    }
  }
}

Claude Code

claude mcp add dmarc-examiner --transport http https://mcp.dmarc-examiner.com/mcp

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "dmarc-examiner": {
      "url": "https://mcp.dmarc-examiner.com/mcp"
    }
  }
}

Authorization

On first use, your MCP client will open a browser window to authorize access. You'll need to:

  1. Log in to your DMARC Examiner account
  2. Select which organization to connect
  3. Approve the requested permissions (scopes)

Available Tools

ToolDescriptionScope Required
list_domainsList all monitored domainsdomains:read
get_domainGet details of a specific domaindomains:read
list_reportsList DMARC reports with filteringreports:read
get_reportGet a detailed report with recordsreports:read
get_report_statisticsGet report statistics by country/ASNreports:read
export_report_csvExport a report as CSVreports:export
list_alertsList security alertsalerts:read
dismiss_alertDismiss an alertalerts:manage

Scopes

ScopeDescription
domains:readView monitored domains
reports:readView reports and statistics
reports:exportExport reports to CSV
alerts:readView alerts
alerts:manageManage alerts (dismiss)

Documentation

For detailed documentation, visit: https://dmarc-examiner.com/docs/settings/mcp-integration

Support

Reviews

No reviews yet

Sign in to write a review