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.
README
@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:
- Log in to your DMARC Examiner account
- Select which organization to connect
- Approve the requested permissions (scopes)
Available Tools
| 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 |
Scopes
| 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) |
Documentation
For detailed documentation, visit: https://dmarc-examiner.com/docs/settings/mcp-integration
Support
- Documentation: https://dmarc-examiner.com/docs
- Email: support@dmarc-examiner.com
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.