Sites are starting to advertise their AI agents, MCP servers, and skills in /.well-known/ai-catalog.json. ardvark crawls for those catalogs, verifies them against the ARD spec, and indexes every resource into a database you can build on.
brew install helgesverre/tap/ardvark
macOS · Linux · Windows — single binary, no runtime
$ ardvark seed ct --count 1000 seeded 847 unique domains from oak.ct.letsencrypt.org (153 duplicates skipped) $ ardvark crawl hit acme.com well-known catalog valid 14 entries hit tools.example.dev robots_agentmap valid_with_warnings queries.count miss blog.someone.net well-known 404 hit broken.startup.ai well-known invalid urn.format ×3 ... run complete: 847 hosts probed · 3 catalogs · 2 registries harvested · 41 resources indexed
A registry-grade crawler for the ARD ecosystem, in one binary.
/.well-known/ai-catalog.json, Agentmap: directives in robots.txt, and <link rel="ai-catalog"> tags on crawled pages.
Recurses into nested catalogs, fetches the agent cards and MCP server cards entries point at, and harvests discovered registries — referrals included.
Official JSON Schema plus semantic checks: URN grammar, url-xor-data, query counts. Each check stored pass/fail — a report card per catalog.
ardvark seed ct pulls freshly-issued certificates from Certificate Transparency logs — new deployments are where adopters show up first.
SQLite out of the box, MySQL or Postgres with one config key. Raw documents kept verbatim, plus a JSONL event log of every discovery.
Per-host rate limiting, robots.txt compliance, size and redirect caps, exponential backoff. One host having a bad day never sinks a run.
From zero to an indexed dataset in three commands.
Homebrew, go install, or a release binary.
brew install helgesverre/tap/ardvark
Seed with a URL, a list, or CT-log domains.
ardvark crawl https://example.com
# or probe hosts directly, no spidering:
ardvark probe huggingface.co github.com
Everything lands in SQLite + JSONL, ready to query.
ardvark stats ardvark export --format jsonl --out resources.jsonl