ワンクリックで
domaindetails
Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Context7 MCP - Intelligent documentation search and context for any library
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
Search Reddit for subreddits and get information about them.
Transcribe audio files via OpenRouter using audio-capable models (Gemini, GPT-4o-audio, etc).
Local-first personal knowledge base for tracking ideas, projects, tasks, habits, and any object type you define. YAML-based with no cloud lock-in.
Search and retrieve ServiceNow documentation, release notes, and developer docs (APIs, references, guides). Uses docs.servicenow.com via Zoomin and developer.servicenow.com APIs for developer topics.
| name | domaindetails |
| description | Look up domain WHOIS/RDAP info and check marketplace listings. Free API, no auth required. |
| metadata | {"clawdbot":{"emoji":"🌐","requires":{"bins":["curl"]}}} |
Domain lookup and marketplace search. Free API, just curl.
curl -s "https://mcp.domaindetails.com/lookup/example.com" | jq
Returns: registrar, created/expires dates, nameservers, DNSSEC, contacts.
curl -s "https://api.domaindetails.com/api/marketplace/search?domain=example.com" | jq
Returns listings from: Sedo, Afternic, Atom, Dynadot, Namecheap, NameSilo, Unstoppable Domains.
npx domaindetails example.com