VerifiedDR as your authority data layer
A tiny, dependency-free CLI over the VerifiedDR API. Look up DR, TrueDR, trust scores, discover trusted sites, and monitor authority changes — clean JSON, built for agents, CI, and dashboards. Free accounts get 100 API calls per month.
npx verifieddr lookup stripe.com
# or install globally:
npm install -g verifieddrAuthenticate
Every command except categories needs a vdr_… key. Create one free in your dashboard — the free tier includes 100 calls/month; Pro and Agency raise the limit.
export VERIFIEDDR_API_KEY=vdr_xxxxxxxxxxxxxxxx
# or pass --key vdr_… on any commandPublic discovery — any approved site
Public authority data only: DR, TrueDR, trust score, confidence, traffic validation, badge links. Never owner identity or billing.
vdr lookup <domain>DR, TrueDR, trust score, confidence, evidence — any approved sitevdr find --category ai --min-truedr 50Discover trusted sites, ranked by TrueDRvdr snippets <domain>Badge and embed snippetsvdr categoriesValid category values (no key needed)Your own sites
Owner-scoped — only sites claimed by your account. Free accounts can submit and monitor their own sites within the monthly quota.
vdr sitesList your sites with current metricsvdr truedr <domain> --detailedYour site's TrueDR + full signal breakdownvdr monitor --dailyWatch your sites for authority + trust changesvdr export <domain>Machine-readable export of your sitevdr submit <url>List a new sitevdr verify <domain>Re-check your badge embedDrop-in agent skill
The repo ships a verifieddr-authority skill that teaches assistants when and how to call these commands. Point your agent framework at it.
