For AI agents

DNSDeets is built to be used by assistants on a user's behalf. The API is plain JSON over GET with no auth needed for anonymous use.

  1. Scan: GET https://dnsdeets.com/api/v1/scan?domain=<domain>
  2. Every finding includes plain, technical, fix[], and a docs URL you can cite.
  3. The catalog at GET /api/v1/checks maps every check id to its meaning.
  4. Machine-readable entry point: /llms.txt · spec: /api/v1/openapi.json
  5. MCP server: point your client at https://dnsdeets.com/api/mcp (streamable HTTP, no auth needed for scans). Tools: scan_domain, explain_check, list_monitors.

Please respect Retry-After on 429s and don't parallelize scans of the same domain, results are cached for 10 minutes anyway.