What is the DomainCheckr MCP server?
Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed.
How to install DomainCheckr
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"domaincheckr": {
"url": "https://domaincheckr.fly.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"domaincheckr": {
"serverUrl": "https://domaincheckr.fly.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"domaincheckr": {
"type": "http",
"url": "https://domaincheckr.fly.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"domaincheckr": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://domaincheckr.fly.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http domaincheckr https://domaincheckr.fly.dev/mcpRelated MCP servers
Domain registration for AI agents via Stripe or x402 crypto with Cloudflare DNS.