Назад към всички

domaindetails

// Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.

$ git log --oneline --stat
stars:370
forks:70
updated:February 19, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namedomaindetails
descriptionLook up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.
metadata[object Object]

domaindetails

Domain lookup and marketplace search. Free API, just curl.

Domain Lookup

curl -s "https://mcp.domaindetails.com/lookup/example.com" | jq

Returns: registrar, created/expires dates, nameservers, DNSSEC, contacts.

Marketplace Search

curl -s "https://api.domaindetails.com/api/marketplace/search?domain=example.com" | jq

Returns listings from: Sedo, Afternic, Atom, Dynadot, Namecheap, NameSilo, Unstoppable Domains.

Rate Limits

  • 100 requests/minute (no auth needed)

CLI (Optional)

npx domaindetails example.com