DMARKOFF — DMARC, SPF & DKIM Analytics

Created By
DMARKOFF2 days ago
DMARKOFF MCP connects your DMARC monitoring data to AI assistants — Claude, ChatGPT, Cursor, Windsurf — via the Model Context Protocol. Instead of opening a dashboard and building filters, you ask questions and get real answers backed by actual data. Ask which domains dropped in compliance, why SPF is failing on a specific domain, which senders are causing DKIM failures, or whether yesterday's traffic looks anomalous compared to the 14-day baseline. The AI picks the right tool, queries your account data, and gives a concrete answer with numbers and actionable recommendations. 17 tools covering the full diagnostic flow: project overview, domain health, SPF/DKIM records, compliance stats, daily timeline, sending source analysis (by ISP, IP, hostname, or reporter), anomaly detection, geo breakdown, and live DNS checks for any domain — no account needed for DNS tools. Access is scoped to your DMARKOFF account via API key authentication with OAuth 2.1 support. All tools are read-only.
Overview

DMARKOFF MCP connects your DMARC monitoring data to AI assistants — Claude, ChatGPT, Cursor, Windsurf — via the Model Context Protocol. Instead of opening a dashboard and building filters, you ask questions and get real answers backed by actual data.

Ask which domains dropped in compliance, why SPF is failing on a specific domain, which senders are causing DKIM failures, or whether yesterday's traffic looks anomalous compared to the 14-day baseline. The AI picks the right tool, queries your account data, and gives a concrete answer with numbers and actionable recommendations.

17 tools covering the full diagnostic flow:

Project overview across all monitored domains Domain health: DMARC record, SPF/DKIM alignment, compliance stats, daily timeline Sending source analysis — by ISP, IP, hostname, or DMARC reporter Anomaly detection: yesterday vs 14-day baseline Geographic breakdown of sending sources Live DNS checks for SPF, DMARC, DKIM, and TXT records — no account needed Access is scoped to your DMARKOFF account via API key authentication with OAuth 2.1 support. All tools are read-only.

Endpoint: https://mcp.dmarkoff.com/mcp

Server Config

{
  "mcpServers": {
    "dmarkoff": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.dmarkoff.com/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}
Project Info
Created At
2 days ago
Updated At
2 days ago
Author Name
DMARKOFF
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Quizlar
@quizlar

Quizlar is the learning MCP server. It turns whatever source the user brings — a YouTube lecture, a PDF, a URL, a textbook passage, or a pasted block of notes — into flashcards, then runs interactive quizzes with FSRS spaced-repetition scheduling so the material actually sticks. Every tool maps one-to-one to something a real learner does: ingest, quiz, track progress, review what's due. Built as a voice-first tutor (LiveKit + Deepgram + ElevenLabs); the MCP surface exposes the same primitives the voice agent uses internally, so your agent gets production-grade grading, STT-aware answer parsing, and the same FSRS scheduler that powers the consumer app. Three use cases: 1. "Quiz me on X." Call quiz_me(topic) — a composite tool that builds the deck and starts the quiz in one step. Then loop submit_answer → end_quiz. Grading is tier-1 exact match → phonetic fuzz → short LLM fallback (the same pipeline that ships in the voice product). 2. Study from a YouTube lecture. create_deck_from_youtube pulls the transcript, clusters it into concepts, and generates cards proportional to the video length. Poll get_job_status, then run the quiz loop. 3. Daily spaced-repetition review. get_study_recommendations returns exactly the cards due under the user's FSRS schedule, prioritised across all decks. Quizlar is the scheduler of record — your agent executes the plan instead of reinventing one each session. Auth: Bearer token (sk-qz-<32 chars>) for headless installs, or full OAuth 2.1 / DCR / PKCE for one-click clients (Smithery, Claude Connector). Mint keys at https://quizlar.app/settings/api-keys. 22 tools total. Voice and text equal-status. Education-first.

10 hours ago