Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill lookup-domain-whois-rdap-info --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lookup Domain Whois Rdap Info?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-lookup-domain-whois-rdap-info)More formats (shields.io, HTML) on the badges page.
---
name: lookup-domain-whois-rdap-info
description: "Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required."
category: "Development"
author: community
version: "1.2.0"
icon: code
---
# domaindetails
Domain lookup and marketplace search. Free API, just curl.
## Domain Lookup
```bash
curl -s "https://mcp.domaindetails.com/lookup/example.com" | jq
```
Returns: registrar, created/expires dates, nameservers, DNSSEC, contacts.
## Marketplace Search
```bash
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)
```bash
npx domaindetails example.com
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!