DMARKOFF MCP
Provides DMARC analytics data to Windsurf (Codeium), enabling natural language queries about email authentication, domain compliance, and threat detection.
Click on "Deploy 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., "@DMARKOFF MCPWhich domains dropped in compliance over the last 14 days?"
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.
DMARKOFF MCP
DMARC analytics inside your AI assistant.
DMARKOFF MCP connects your DMARC monitoring data to AI assistants — Claude, ChatGPT, Cursor, Windsurf — through the Model Context Protocol. Instead of opening a dashboard and building filters, you ask a question and get an answer with real numbers behind it.
Endpoint: https://mcp.dmarkoff.com/mcp
Requires: an active DMARKOFF account and an API key from app.dmarkoff.com/account/mcp
What it looks like in practice
"Which domains dropped in compliance over the last 14 days?"
The AI checks health across all your projects and surfaces the ones that changed — ranked by how much.
"Why is SPF failing on acme-transact.com? Who's the problem sender?"
The AI checks return paths, finds the sending source (say, SendGrid using its own bounce domain instead of yours), and tells you what to fix.
"Anything unusual in email traffic compared to last week?"
The AI compares yesterday's stats against a 14-day baseline — compliance rate, unknown sender volume, message counts. The kind of check most teams skip because setting it up manually takes too long.
Related MCP server: dns-mcp
Quick connect
Claude.ai
Settings → Connectors → Add custom connector
URL:
https://mcp.dmarkoff.com/mcpAdvanced settings:
OAuth Client ID:
claude(any value)OAuth Client Secret: your DMARKOFF API key
Click Add, then Connect
Works on Free (1 custom connector limit), Pro, Max, Team, and Enterprise.
Claude Desktop
Click + in the chat window → Connectors → Manage Connectors → Add custom connector, paste the URL, complete the OAuth flow.
Or edit the config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"dmarkoff": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.dmarkoff.com/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}Claude Code
claude mcp add --transport http dmarkoff https://mcp.dmarkoff.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Cursor
Settings → Tools & MCP → Add new MCP server, select Streamable HTTP, enter the URL.
Or edit ~/.cursor/mcp.json:
{
"mcpServers": {
"dmarkoff": {
"url": "https://mcp.dmarkoff.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}ChatGPT (Business / Enterprise / Edu)
Enable Developer Mode, then go to Settings → Apps → Create App:
MCP Server URL:
https://mcp.dmarkoff.com/mcpAuth type: OAuth
Client ID:
chatgptClient Secret: your DMARKOFF API key
Authorization URL:
https://mcp.dmarkoff.com/oauth/authorizeToken URL:
https://mcp.dmarkoff.com/oauth/tokenScope: leave empty — the server issues unscoped tokens
Windsurf
Edit ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"dmarkoff": {
"serverUrl": "https://mcp.dmarkoff.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Note: Windsurf uses
serverUrl, noturl.
→ Full connection guide for all clients
Things to ask
Show me an overview of all my DMARC projectsWhich domains have Critical severity right now?Why is SPF failing on domain.com? Which senders are the problem?Are there anomalies in email traffic over the last 24 hours?Show me source details for domain.com grouped by ISP — only rows where SPF is failingWe publish p=reject on domain.com — why did some mail still get delivered?Gmail is throttling us on domain.com. What are they actually complaining about?Our SPF record is at 10 lookups — which includes still carry mail and which can go?Compliance on domain.com dropped last week. Did the DMARC or SPF record change?Live DNS checks — these work for any domain, monitored or not:
Check the SPF record for example.com — are there too many DNS lookups?What DMARC policy does example.com have right now?Look up the DKIM key for selector "google" on example.comOnboarding a new domain — the assistant registers it and hands you the exact TXT record to publish:
Add example.com to my project and tell me what to put in DNSWe already have DMARC on example.com — add our reporting address without touching the rest of the recordTools
Analytics (require API key)
Tool | What it does |
| Summary across all projects: domain counts, three compliance rates, severity breakdown |
| Filter domains by severity, search query, payment status; pagination |
| Full diagnostic: DMARC/SPF/DKIM records, stats, timeline, trends, and the same numbers over the previous period — start here |
| Compliance percentages for a custom date range |
| Day-by-day message counts and auth results |
| Per-day SPF/DKIM/DMARC severity vs 14-day baseline — detect when and why things changed |
| Top sending sources broken down by known ESPs, unknown, forwarded — per provider or per sending domain |
| Per-record detail grouped by IP, ISP, hostname, or reporter with filters |
| Yesterday vs 14-day baseline — flags compliance drops and volume changes |
| Top 100 sending locations with compliance stats |
| DMARC record text, policy, health status per dimension, errors, name servers |
| SPF return paths, lookup count, errors, pass/fail volume per source |
| DKIM selectors, signing domains, pass/fail volume per source |
| Past versions of a DMARC, SPF or DKIM record with what changed between checks — when did this break |
| Why receivers did not enforce your policy: ARC, forwarding, sampling, local rules |
| Mail throttled or rejected at SMTP time, by reason — Gmail's 421/550 codes explained |
| Which SPF mechanisms actually carry mail, and which senders your record misses — for lookup-limit clean-ups |
Live DNS (API key, but no monitored project)
Tool | What it does |
| Current SPF record with parsed include tree and lookup count |
| Current DMARC policy from DNS |
| DKIM public key for a given selector |
| All TXT records with type classification (spf, dmarc, mta-sts, bimi, other) |
| The DMARC record a domain should publish, merged on top of whatever is already in DNS. With a project, adds your reporting address to |
Onboarding (requires API key and owner access to the project)
Tool | What it does |
| Adds up to 20 domains to a project and returns the DMARC record to publish for them |
Every tool is read-only (readOnlyHint: true per MCP spec) except add_domain. That one creates domains — it never updates or deletes anything — and each non-parked domain it adds consumes a paid domain slot on your plan.
→ Full tool reference with parameters
Security
API key auth — access is scoped to your DMARKOFF account
OAuth 2.1 (RFC 8414, RFC 9728) — compatible with standard MCP flows used by Claude.ai and ChatGPT
Project-level isolation — the AI only sees what your API key has access to
Per-API-key rate limiting — protection against accidental overuse
Nothing is modified or deleted — every tool is read-only except
add_domain, which only creates domains in a project you own, and only when you ask for it
How this differs from other DMARC MCP tools
DNS checks tell you SPF is failing. DMARKOFF MCP tells you which specific sender is causing the failure, how many messages it affected over the last two weeks, and what the fix is. That data comes from your aggregate reports — the actual traffic — not just what's published in DNS.
It also answers the questions that come after: whether the problem is new (every domain report carries the previous period beside the current one), what a record looked like before someone edited it, why a receiver ignored the policy you published, and which parts of an oversized SPF record are still earning their DNS lookups.
Troubleshooting
Tools don't appear in the client
→ Confirm your client supports Streamable HTTP (not just SSE).
→ Some clients need a full restart after config changes.
401 Unauthorized
→ Check your API key at app.dmarkoff.com/account/mcp.
"No projects found"
→ The API key needs access to at least one project. Log into app.dmarkoff.com to verify.
OAuth errors
→ The Client Secret field takes your DMARKOFF API key, not your account password.
Need help? Email support@mail.dmarkoff.com or open an issue.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-operated. Free SPF (RFC 7208 count), DMARC, MTA-STS, DMARC rua/ruf readers. Paid audit $29.
Monitor and manage email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) for your domains.
Connects AI assistants to CloudQuell multi-cloud and AI cost, savings, anomaly, and budget data.
Connect any mailbox to Claude, ChatGPT & AI: read, send, reply, schedule & search emails.
Related MCP Servers
- AlicenseBqualityBmaintenanceConnects 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.2131 npmMIT
- FlicenseNot gradedqualityBmaintenanceReal-time DNS security analysis for AI assistants via MCP. Enables DNSSEC chain validation, email authentication posture, and registration intelligence directly from chat sessions.1-

dSIPRouter MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage dSIPRouter operations such as endpoint groups, carrier groups, inbound mappings, and call data retrieval through natural language.Apache 2.0- AlicenseAqualityAmaintenanceEnables AI agents to audit email and domain security (SPF, DKIM, DMARC, etc.) for any domain without requiring API keys.19137 npmMIT