Skip to main content
ClaudeWave

DMARC analytics for AI assistants — Claude, ChatGPT, Cursor and more

MCP ServersRegistry oficial8 estrellas0 forksActualizado yesterday
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/dmarcoff/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/dmarcoff/mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 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](https://modelcontextprotocol.io/). 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](https://dmarkoff.com) account and an API key from [app.dmarkoff.com/account/mcp](https://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):

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

### Claude Code

```bash
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`:

```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: leave empty — the server issues unscoped tokens

### Windsurf

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

```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](docs/connect.md)**

---

## Things to ask

```
Show me an overview of all my DMARC projects
```
```
Which 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 failing
```

Live DNS checks — no account needed:

```
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.com
```

Onboarding 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 DNS
```
```
We already have DMARC on example.com — add our reporting address without touching the rest of the record
```

---

## Tools

**Analytics** (require API key)

| Tool | What it does |
|------|-------------|
| `projects_overview` | Summary across all projects: domain counts, compliance %, severity breakdown |
| `list_domains` | Filter domains by severity, search query, payment status; pagination |
| `get_domain_full_data` | Full diagnostic: DMARC/SPF/DKIM records, stats, timeline, trends — start here |
| `get_domain_stats` | Compliance percentages for a custom date range |
| `get_domain_timeline` | Day-by-day message counts and auth results |
| `get_domain_activity_health` | Per-day SPF/DKIM/DMARC severity vs 14-day baseline — detect when and why things changed |
| `get_domain_senders` | Top sending sources broken down by known ESPs, unknown, forwarded |
| `get_domain_source_details` | Per-record detail grouped by IP, ISP, hostname, or reporter with filters |
| `get_domain_anomaly_report` | Yesterday vs 14-day baseline — flags compliance drops and volume changes |
| `get_geo_sources` | Top 100 sending locations with compliance stats |
| `get_domain_detail` | DMARC record text, policy, health status per dimension, errors, name servers |
| `get_spf_records` | SPF return paths, lookup count, errors, pass/fail volume per source |
| `get_dkim_records` | DKIM selectors, signing domains, pass/fail volume per source |

**Live DNS** (no account needed)

| Tool | What it does |
|------|-------------|
| `dns_check_spf` | Current SPF record with parsed include tree and lookup count |
| `dns_check_dmarc` | Current DMARC policy from DNS |
| `dns_check_dkim` | DKIM public key for a given selector |
| `dns_check_txt` | All TXT records with type classification (spf, dmarc, mta-sts, bimi, other) |
| `generate_dmarc_record` | The DMARC record a domain should publish, merged on top of whatever is already in DNS. With a project, adds your reporting address to `rua` |

**Onboarding** (requires API key and owner access to the project)

| Tool | What it does |
|------|-------------|
| `add_domain` | 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](docs/tools.md)**

---

## 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.

---

## 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](https://app.dmarkoff.com/account/mcp).

**"No projects found"**  
→ The API key needs access to at least one project. Log into [app.dmarkoff.com](https://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](mailto:support@mail.dmarkoff.com) or [open an issue](https://github.com/dmarcoff/mcp/issues).
dmarcdmarc-aggregate-reportsemail-securitymcpmcp-serverspf

Lo que la gente pregunta sobre mcp

¿Qué es dmarcoff/mcp?

+

dmarcoff/mcp es mcp servers para el ecosistema de Claude AI. DMARC analytics for AI assistants — Claude, ChatGPT, Cursor and more Tiene 8 estrellas en GitHub y su última actualización registrada es del 2026-08-20.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/dmarcoff/mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar dmarcoff/mcp?

+

Nuestro agente de seguridad ha analizado dmarcoff/mcp y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene dmarcoff/mcp?

+

dmarcoff/mcp es mantenido por dmarcoff. La última actividad registrada en GitHub es del 2026-08-20, con 1 issues abiertos.

¿Hay alternativas a mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: dmarcoff/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/dmarcoff-mcp)](https://claudewave.com/repo/dmarcoff-mcp)
<a href="https://claudewave.com/repo/dmarcoff-mcp"><img src="https://claudewave.com/api/badge/dmarcoff-mcp" alt="Featured on ClaudeWave: dmarcoff/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp