Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcpdomain]
url = "https://mcpdomain.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcpdomain": {
"type": "http",
"url": "https://mcpdomain.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcpdomain
Remote MCP URL: https://mcpdomain.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcpdomain": {
"url": "https://mcpdomain.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcpdomain": {
"type": "http",
"url": "https://mcpdomain.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcpdomain",
"transport": "streamable-http",
"url": "https://mcpdomain.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_domain_availability— Check whether a specific internet domain name is available for registration.suggest_available_domains— Generate creative domain name suggestions from keywords or business description, with real-time availability checks.configure_domain_email— Set up email forwarding for a registered domain.configure_domain_dns— Add/update DNS records (A, CNAME, MX, TXT).get_my_domain_details— Look up the registration status of a domain you previously registered through MCPDomain.transfer_existing_domain— Transfer a domain from another registrar (GoDaddy, Namecheap etc) to MCPDomain.