# Email Deliverability Audit API MCP server

Audit email domain deliverability: SPF, DKIM, DMARC, MX. Score 0-100. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-email-deliverability
- Repository: https://github.com/Br0ski777/email-deliverability-x402
- Website: https://github.com/Br0ski777/email-deliverability-x402

## Install
- Endpoint: https://email-deliverability.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://email-deliverability.api.klymax402.com/mcp

## Tools
- email_audit_deliverability - Use this when you need to audit email deliverability configuration for a domain. Returns structured JSON with authentication record analysis and a deliverability score 0-100.

1. score (number 0-100) -- overall deliverability health score
2. spf (object) -- SPF record found, valid syntax, includes count, too-many-lookups flag
3. dkim (object) -- DKIM selectors tested (google, default, selector1, selector2), which ones pass
4. dmarc (object) -- DMARC record found, policy (none/quarantine/reject), rua/ruf reporting addresses
5. mx (object) -- MX records found, priorities, mail server hostnames
6. recommendations (array) -- prioritized list of fixes to improve inbox placement

Example output: {"score":65,"spf":{"found":true,"valid":true,"record":"v=spf1 include:_spf.google.com ~all"},"dkim":{"google":true,"default":false},"dmarc":{"found":true,"policy":"none","record":"v=DMARC1; p=none"},"mx":[{"priority":10,"exchange":"alt1.gmail-smtp-in.l.google.com"}],"recommendations":["Upgrade DMARC policy from none to quarantine","Add DKIM for default selector"]}

Use this BEFORE launching email campaigns, onboarding new domains for outreach, or diagnosing inbox placement issues. Essential for email marketers, sales teams, and IT admins managing domain reputation.

Do NOT use for single email validation -- use email_verify_address instead. Do NOT use for finding email addresses -- use email_find_by_name instead. Do NOT use for domain WHOIS/DNS -- use domain_lookup_intelligence instead. Endpoint: https://email-deliverability.api.klymax402.com/mcp
- email_audit_deliverability - Use this when you need to audit email deliverability configuration for a domain. Returns structured JSON with authentication record analysis and a deliverability score 0-100. POST variant of email_audit_deliverability -- same params passed as JSON body instead of query string.

1. score (number 0-100) -- overall deliverability health score
2. spf (object) -- SPF record found, valid syntax, includes count, too-many-lookups flag
3. dkim (object) -- DKIM selectors tested (google, default, selector1, selector2), which ones pass
4. dmarc (object) -- DMARC record found, policy (none/quarantine/reject), rua/ruf reporting addresses
5. mx (object) -- MX records found, priorities, mail server hostnames
6. recommendations (array) -- prioritized list of fixes to improve inbox placement

Example output: {"score":65,"spf":{"found":true,"valid":true,"record":"v=spf1 include:_spf.google.com ~all"},"dkim":{"google":true,"default":false},"dmarc":{"found":true,"policy":"none","record":"v=DMARC1; p=none"},"mx":[{"priority":10,"exchange":"alt1.gmail-smtp-in.l.google.com"}],"recommendations":["Upgrade DMARC policy from none to quarantine","Add DKIM for default selector"]}

Use this BEFORE launching email campaigns, onboarding new domains for outreach, or diagnosing inbox placement issues. Essential for email marketers, sales teams, and IT admins managing domain reputation.

Do NOT use for single email validation -- use email_verify_address instead. Do NOT use for finding email addresses -- use email_find_by_name instead. Do NOT use for domain WHOIS/DNS -- use domain_lookup_intelligence instead. Endpoint: https://email-deliverability.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
