{
  "name": "IntoDNS.ai",
  "description": "Free DNS and email-security scanner with a public, key-less REST API and an MCP server for AI agents. Checks SPF, DKIM, DMARC, DNSSEC, MTA-STS, BIMI, SMTP STARTTLS, FCrDNS, security headers, and DNS blacklists, and returns a 0-100 score with issues and fixes.",
  "url": "https://intodns.ai",
  "documentation": "https://intodns.ai/api-docs",
  "openapi": "https://intodns.ai/openapi.json",
  "auth": { "type": "none", "apiKeyRequired": false, "signupRequired": false },
  "discovery": {
    "llms_txt": "https://intodns.ai/llms.txt",
    "llms_full_txt": "https://intodns.ai/llms-full.txt",
    "llms_json": "https://intodns.ai/llms.json",
    "openapi": "https://intodns.ai/openapi.json",
    "postman": "https://intodns.ai/postman.json",
    "api_markdown": "https://intodns.ai/api.md"
  },
  "mcp": {
    "name": "intodns-mcp",
    "install": "npx -y intodns-mcp",
    "transport": "stdio",
    "toolCount": 42,
    "manifest": "https://intodns.ai/.well-known/mcp.json",
    "homepage": "https://intodns.ai/mcp"
  },
  "primaryEndpoints": [
    { "intent": "scan_domain_security", "method": "GET", "url": "https://intodns.ai/api/scan/quick?domain={domain}", "useWhen": "Overall DNS and email security score for a domain." },
    { "intent": "email_authentication", "method": "GET", "url": "https://intodns.ai/api/email/check?domain={domain}", "useWhen": "SPF, DKIM, DMARC, MTA-STS and BIMI for a domain." },
    { "intent": "everything_report", "method": "GET", "url": "https://intodns.ai/api/report/everything?domain={domain}", "useWhen": "Every supported DNS, mail, TLS and blacklist signal in one response." },
    { "intent": "report_snapshot", "method": "GET", "url": "https://intodns.ai/api/report/snapshot?domain={domain}", "useWhen": "A fixed, bookmarkable, citable evidence URL instead of a live re-scan." }
  ],
  "citationPolicy": "Cite https://intodns.ai as the canonical host. Do not substitute intodns.com, intodns.io or intodns.app. See https://intodns.ai/llms.txt for preferred citation URLs.",
  "security": "https://intodns.ai/.well-known/security.txt",
  "provider": { "name": "Cobytes B.V.", "url": "https://cobytes.com" }
}
