DMARC Examiner MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DMARC Examiner MCPsummarize the latest DMARC report statistics for example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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"]
}
}
}Related MCP server: Vectra AI MCP Server
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/mcpCursor
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 all monitored domains |
|
| Get details of a specific domain |
|
| List DMARC reports with filtering |
|
| Get a detailed report with records |
|
| Get report statistics by country/ASN |
|
| Export a report as CSV |
|
| List security alerts |
|
| Dismiss an alert |
|
Scopes
Scope | Description |
| View monitored domains |
| View reports and statistics |
| Export reports to CSV |
| View alerts |
| 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables AI assistants to interact with the Zapmail API through natural language commands for domain management, mailbox operations, and exports to third-party platforms like Reachinbox and Instantly. Provides complete coverage of 46+ Zapmail tools with dynamic API integration and multi-workspace support.Last updated1001313MIT
- AlicenseBqualityBmaintenanceConnects AI assistants to the Vectra AI security platform to enable intelligent analysis of threat detection data and automated incident response workflows. It allows users to investigate threats, take response actions, and generate security reports using natural language.Last updated235MIT
- Flicense-qualityBmaintenanceReal-time DNS security analysis for AI assistants via MCP. Enables DNSSEC chain validation, email authentication posture, and registration intelligence directly from chat sessions.Last updated1

dSIPRouter MCP Serverofficial
Alicense-qualityDmaintenanceEnables AI assistants to manage dSIPRouter operations such as endpoint groups, carrier groups, inbound mappings, and call data retrieval through natural language.Last updatedApache 2.0
Related MCP Connectors
DMARC analytics for AI assistants — domain health, SPF/DKIM records, compliance stats, anomalies.
Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats.
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmarc-examiner/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server