Find strong domain names faster.
findadomain.dev helps founders, marketers, and builders check domain availability across a wide range of TLDs with fast lookups, real-time results, and developer-friendly APIs.
- Search domain availability across classic and modern TLDs
- Stream live results while checks run
- Browse TLD categories and extension details
- Use HTTP endpoints or MCP tools inside AI workflows
Use findadomain.dev as a domain intelligence layer in your app, agent, or internal tooling.
GET /check/{tld}/{name}- check one domain (?whois=1optional)GET /check-stream/{name}- stream checks across known TLDs (SSE)GET /tlds- list available TLDs
- Endpoint:
https://api.findadomain.dev/mcp/mcp - Tools:
check_domain(name,tld, optionalwhois)list_tlds
# Replace https://api.findadomain.dev/mcp with your deployed API host
# Single domain check
curl "https://api.findadomain.dev/mcp/check/com/yourbrand"
# Include WHOIS fallback
curl "https://api.findadomain.dev/mcp/check/com/yourbrand?whois=1"
# Stream checks across TLDs
curl -N "https://api.findadomain.dev/mcp/check-stream/yourbrand"- Faster shortlist validation before naming decisions
- Better coverage than checking one registrar at a time
- Easy integration for product flows and AI assistants
- Website: findadomain.dev
- Support: support@findadomain.dev
If you are building naming tools, startup workflows, or AI copilots, findadomain.dev gives you a clean way to check availability at scale.