loading…
Search for a command to run...
loading…
Connects DMARC monitoring data to AI assistants to facilitate the analysis of email security reports, domain details, and statistics. It allows users to manage
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.
Official MCP (Model Context Protocol) plugin for DMARC Examiner. Connect your DMARC monitoring data to AI assistants like Claude Desktop, Claude Code, and Cursor.
Most MCP clients support remote HTTP servers directly. Add this to your MCP configuration:
{
"mcpServers": {
"dmarc-examiner": {
"url": "https://mcp.dmarc-examiner.com/mcp"
}
}
}
{
"mcpServers": {
"dmarc-examiner": {
"command": "npx",
"args": ["-y", "github:dmarc-examiner/mcp"]
}
}
}
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 mcp add dmarc-examiner --transport http https://mcp.dmarc-examiner.com/mcp
Add to your Cursor MCP settings:
{
"mcpServers": {
"dmarc-examiner": {
"url": "https://mcp.dmarc-examiner.com/mcp"
}
}
}
On first use, your MCP client will open a browser window to authorize access. You'll need to:
| Tool | Description | Scope Required |
|---|---|---|
list_domains |
List all monitored domains | domains:read |
get_domain |
Get details of a specific domain | domains:read |
list_reports |
List DMARC reports with filtering | reports:read |
get_report |
Get a detailed report with records | reports:read |
get_report_statistics |
Get report statistics by country/ASN | reports:read |
export_report_csv |
Export a report as CSV | reports:export |
list_alerts |
List security alerts | alerts:read |
dismiss_alert |
Dismiss an alert | alerts:manage |
| Scope | Description |
|---|---|
domains:read |
View monitored domains |
reports:read |
View reports and statistics |
reports:export |
Export reports to CSV |
alerts:read |
View alerts |
alerts:manage |
Manage alerts (dismiss) |
For detailed documentation, visit: https://dmarc-examiner.com/docs/settings/mcp-integration
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"dmarc-examiner-mcp": {
"command": "npx",
"args": []
}
}
}