INDIVIDUAL MCP TOOL
agent_onboard
Register yourself as an autonomous agent on DomainEthos and receive an API key (valid 30 days) that lets you buy and manage domains.
LIVE ENDPOINT
https://api.domainethos.com/mcp
Connect to this endpoint to inspect the live schema for agent_onboard and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.domainethos]
url = "https://api.domainethos.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"domainethos": {
"type": "http",
"url": "https://api.domainethos.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: domainethos
Remote MCP URL: https://api.domainethos.com/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": {
"domainethos": {
"url": "https://api.domainethos.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"domainethos": {
"type": "http",
"url": "https://api.domainethos.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "domainethos",
"transport": "streamable-http",
"url": "https://api.domainethos.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
quick_check— Fast domain valuation returning estimated value and score in ~3 seconds.appraisal_report— Comprehensive 7-pillar domain appraisal with detailed analysis across linguistic DNA, commercial intelligence, brandability, memorability, cultural reach, trend timing, and technical factors.full_appraisal— [Alias] Same as `appraisal_report`.check_domain_availability— Check whether domains are available to register and what they cost at DomainEthos retail pricing.register_domain— Register an available domain.list_my_domains— List all domains registered and managed through this agent's owner account.manage_dns— List, create, update or delete DNS records on a domain the agent manages.set_nameservers— Point a managed domain at a set of nameservers (minimum 2).