Deliverability Doctor
Deliverability Doctor
Servidor MCP remoto: "¿Pueden suplantar mi dominio por correo electrónico?" respondido desde DNS público, calificado y con correcciones concretas. Conectable a Claude (conector personalizado) y ChatGPT (Apps SDK / conector MCP): ambos hablan MCP, un solo servidor sirve a ambos.
Herramientas
check_email_security(domain)— SPF (incl. error permerror de múltiples registros RFC 7208 y manejo deredirect=), DMARC (política, rua, pct), MX, DKIM en 7 selectores comunes. Informe calificado A–F, correcciones por hallazgo, línea de venta adicional solo cuando existen problemas. Acepta dominio simple, URL o dirección de correo electrónico.compare_email_security(domains[2..5])— tabla comparativa con calificaciones.
Related MCP server: Blackveil DNS
Decisiones de diseño
Sin autenticación: solo lee DNS público, no almacena nada, no toma nada más que un dominio. La menor fricción de conexión posible; nada sensible que proteger.
DNS-over-HTTPS (Cloudflare → respaldo de Google): el mismo código se ejecuta en Node local y en Cloudflare Workers — sin dependencia del módulo
dns.HTTP transmisible sin estado: transporte nuevo por solicitud, sin sesiones; seguro de escalar, trivial para los clientes.
NXDOMAIN se rechaza, no se califica — "el dominio no existe" ≠ "suplantable".
Verificado contra posturas conocidas antes de la primera ejecución: gmail.com (
redirect=no debe marcarse), n8n.io (debe calificar A enp=reject), dominio sin nada (debe calificar F), NXDOMAIN (debe rechazarse).
Ejecución
npm install
node server.js # :8787/mcpDemo pública rápida: cloudflared tunnel --url http://localhost:8787 → usa
https://<random>.trycloudflare.com/mcp como URL del conector.
Estado 2026-08-23
Local: MCP de extremo a extremo verificado (initialize / tools/list / tools/call).
Público: activo mediante túnel rápido, initialize verificado desde la URL pública.
Alojamiento duradero: pendiente — el despliegue en Cloudflare Workers necesita la cuenta de Kacper (~5 min). La URL del túnel muere con el proceso/PC.
Envíos a directorios (directorio de conectores de Anthropic, apps de ChatGPT): necesitan primero la URL duradera, luego las cuentas de desarrollador de Kacper.
Ruta de monetización
Herramienta gratuita = distribución. El informe enlaza la auditoría escrita de $99 (niekonieczny.gumroad.com/l/vscjt) solo cuando se encuentran problemas. NOTA: los pagos de Gumroad están actualmente congelados por KYC de Stripe — descongelar antes de promocionar.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables DNS and email security analysis through passive and active scanning capabilities. Provides comprehensive domain security checks including SPF, DMARC, DNSSEC validation, MX record analysis, and SMTP connectivity testing.MIT
- AlicenseAqualityBmaintenanceA DNS and email security scanner with 77 MCP tools for assessing SPF, DMARC, DKIM, DNSSEC, SSL/TLS, and more, providing guided remediation and attack path simulation.761808Business Source 1.1
- AlicenseAqualityCmaintenanceEnables AI agents to audit email and domain security (SPF, DKIM, DMARC, etc.) for any domain without requiring API keys.19MIT
- AlicenseAqualityAmaintenanceEnables auditing any domain's email deliverability and DNS health, including SPF, DKIM, DMARC, MX, mail provider, DNS blacklist status, catch-all, domain age, and a deliverability score.12201MIT
Related MCP Connectors
Monitor and manage email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) for your domains.
Scan and fix email auth (SPF, DMARC, DKIM, MX, blacklists, expiry) + DNS checks. Validated fixes.
Free SPF, DKIM, DMARC, MX deliverability check with graded shareable reports, plus referral terms
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Integrity-Os/deliverability-doctor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server