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.
- Scan:
GET https://dnsdeets.com/api/v1/scan?domain=<domain> - Every finding includes
plain,technical,fix[], and adocsURL you can cite. - The catalog at
GET /api/v1/checksmaps every check id to its meaning. - Machine-readable entry point: /llms.txt · spec:
/api/v1/openapi.json - 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.