Domain Availability API & MCP Server
Free During BetaDomScan is a modern domain availability checking API built on the RDAP protocol. Unlike legacy WHOIS, RDAP provides structured, reliable data directly from domain registries.
Intelligent caching
Extensive coverage
Authoritative sources
MCP integration
DomScan is completely free during our open beta period. No API key required, no credit card needed. Built for domainers and developers who need reliable domain data at scale. The beta has no set end date - we'll give plenty of notice before any changes.
Whether you're a domainer searching for the perfect name, a registrar building search tools, or a developer scraping domain data at scale - DomScan handles it all.
Handle thousands of lookups with bulk endpoints
Generous limits designed for real workflows
Perfect for scripts, bots, and automated pipelines
Completely free during beta - no hidden limits
Power instant availability search across TLDs
Monitor your brand across hundreds of extensions
Track expiration dates and domain status
Claude, ChatGPT, Cursor via MCP
Check domain availability with a simple GET request:
curl "https://domscan.net/v1/status?name=mycompany&tlds=com,net,org"
{
"name": "mycompany",
"results": [
{ "domain": "mycompany.com", "available": false, "source": "rdap" },
{ "domain": "mycompany.net", "available": true, "source": "rdap" },
{ "domain": "mycompany.org", "available": false, "source": "rdap" }
]
}
Check availability for a domain name across multiple TLDs
Check multiple complete domain names in one request
Get list of supported TLDs and RDAP endpoint health
Use DomScan with Claude, ChatGPT, Cursor, and other AI assistants via the Model Context Protocol.
{
"mcpServers": {
"domscan": {
"command": "npx",
"args": ["mcp-remote", "https://domscan.net/mcp"]
}
}
}
Connect directly to: https://domscan.net/mcp