Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. DMARKOFF β€” DMARC, SPF & DKIM Analytics
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:23:18 PM

DMARKOFF β€” DMARC, SPF & DKIM Analytics

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

DMARC analytics for AI assistants β€” domain health, SPF/DKIM records, compliance stats, anomalies.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "dmarkoff-dmarc-spf-dkim-analytics": {
      "command": "npx",
      "args": [
        "-y",
        "dmarkoff-dmarc-spf-dkim-analytics"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Documentation Overview

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.


Quick connect

Claude.ai

  1. Settings β†’ Connectors β†’ Add custom connector
  2. URL: https://mcp.dmarkoff.com/mcp
  3. Advanced settings:
    • OAuth Client ID: claude (any value)
    • OAuth Client Secret: your DMARKOFF API key
  4. 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):

config.json
{
  "mcpServers": {
    "dmarkoff": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.dmarkoff.com/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

Claude Code

Terminal
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:

config.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/mcp
  • Auth type: OAuth
  • Client ID: chatgpt
  • Client Secret: your DMARKOFF API key
  • Authorization URL: https://mcp.dmarkoff.com/oauth/authorize
  • Token URL: https://mcp.dmarkoff.com/oauth/token
  • Scope: dmarc:read

Windsurf

Edit ~/.codeium/windsurf/mcp_config.json:

config.json
{
  "mcpServers": {
    "dmarkoff": {
      "serverUrl": "https://mcp.dmarkoff.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Note: Windsurf uses serverUrl, not url.

β†’ Full connection guide for all clients


Things to ask

Code
Show me an overview of all my DMARC projects
Code
Which domains have Critical severity right now?
Code
Why is SPF failing on domain.com? Which senders are the problem?
Code
Are there anomalies in email traffic over the last 24 hours?
Code
Show me source details for domain.com grouped by ISP β€” only rows where SPF is failing

Live DNS checks β€” no account needed:

Code
Check the SPF record for example.com β€” are there too many DNS lookups?
Code
What DMARC policy does example.com have right now?
Code
Look up the DKIM key for selector "google" on example.com

Tools

Analytics (require API key)

ToolWhat it does
projects_overviewSummary across all projects: domain counts, compliance %, severity breakdown
list_domainsFilter domains by severity, search query, payment status; pagination
get_domain_full_dataFull diagnostic: DMARC/SPF/DKIM records, stats, timeline, trends β€” start here
get_domain_statsCompliance percentages for a custom date range
get_domain_timelineDay-by-day message counts and auth results
get_domain_activity_healthPer-day SPF/DKIM/DMARC severity vs 14-day baseline β€” detect when and why things changed
get_domain_sendersTop sending sources broken down by known ESPs, unknown, forwarded
get_domain_source_detailsPer-record detail grouped by IP, ISP, hostname, or reporter with filters
get_domain_anomaly_reportYesterday vs 14-day baseline β€” flags compliance drops and volume changes
get_geo_sourcesTop 100 sending locations with compliance stats
get_domain_detailDMARC record text, policy, health status per dimension, errors, name servers
get_spf_recordsSPF return paths, lookup count, errors, pass/fail volume per source
get_dkim_recordsDKIM selectors, signing domains, pass/fail volume per source

Live DNS (no account needed)

ToolWhat it does
dns_check_spfCurrent SPF record with parsed include tree and lookup count
dns_check_dmarcCurrent DMARC policy from DNS
dns_check_dkimDKIM public key for a given selector
dns_check_txtAll TXT records with type classification (spf, dmarc, mta-sts, bimi, other)

All tools are read-only (readOnlyHint: true per MCP spec). No tool can modify or delete data.

β†’ 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-session rate limiting β€” protection against accidental overuse
  • Read-only β€” all tools are annotated as read-only; no data can be modified

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.


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.

Related MCP Servers

View all in Security View all alternatives
  • Mcp Dnstwist logoMcp Dnstwist

    MCP server for dnstwist, a powerful DNS fuzzing tool that helps detect typosquatting, phishing, and corporate espionage.

    πŸ”’ Security2 views
    Compare vs Mcp Dnstwist β†’
  • Mcp Maigret logoMcp Maigret

    MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

    πŸ”’ Security3 views
    Compare vs Mcp Maigret β†’
  • Cybersecurity MCP Server logoCybersecurity MCP Server

    Cybersecurity reconnaissance server for Claude. WHOIS lookup, DNS enumeration with subdomain brute-forcing, Nmap port scanning with service detection, SSL/TLS certificate inspection, technology stack fingerprinting, CVE lookup, and IP reputation checking. Runs fully locally via FastMCP.

    πŸ”’ Security0 views
    Compare vs Cybersecurity MCP Server β†’
  • Agentward logoAgentward

    Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes.

    πŸ”’ Security2 views
    Compare vs Agentward β†’

Frequently Asked Questions about DMARKOFF β€” DMARC, SPF & DKIM Analytics

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "dmarkoff-dmarc-spf-dkim-analytics": { "command": "npx", "args": ["-y", "DMARKOFF β€” DMARC, SPF & DKIM Analytics"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDMARKOFF β€” DMARC, SPF & DKIM Analytics AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dmarkoff-dmarc-spf-dkim-analytics?style=directory)](https://allmcps.com/mcp/dmarkoff-dmarc-spf-dkim-analytics)
HTML Embed
<a href="https://allmcps.com/mcp/dmarkoff-dmarc-spf-dkim-analytics"><img src="https://allmcps.com/api/badge/dmarkoff-dmarc-spf-dkim-analytics?style=directory" alt="DMARKOFF β€” DMARC, SPF & DKIM Analytics on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to DMARKOFF β€” DMARC, SPF & DKIM Analytics β†’Install in Claude DesktopInstall in CursorInstall in VS Code