Audit a domain's agent discoverability
audit_domainCheck whether AI agents can find and trust a domain. Probes all four ARD advertisement paths (/.well-known/ai-catalog.json, the Agentmap directive in robots.txt, , and DNS records), validates any catalog found against the official JSON Schema plus additional spec rules, queries live ARD registries to see whether the domain is actually returned, and checks the MCP directories. Returns a scored report with concrete remediation steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to audit, e.g. notion.so. URLs are accepted and reduced to the host. | |
| competitors | No | Up to 3 competitor domains to compare against. |