← domani.run
INDIVIDUAL MCP TOOL
respond_to_broker_inquiry
Owner-agent path: respond to a broker's acquisition inquiry using the token from the outreach email in your inbox - fully autonomous, no email round-trip, no magic-link.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
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.domani]
url = "https://domani.run/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"domani": {
"type": "http",
"url": "https://domani.run/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: domani
Remote MCP URL: https://domani.run/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": {
"domani": {
"url": "https://domani.run/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"domani": {
"type": "http",
"url": "https://domani.run/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "domani",
"transport": "streamable-http",
"url": "https://domani.run/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_account— Get your account details, payment status, contact info status (has_contact), and referral code.search— Check availability and price for one or more domains.suggest_domains— AI-powered domain suggestions.list_tlds— List all available TLDs with registration and renewal pricingdns_check— Fast DNS-based domain existence check.buy_domain— Purchase one or more domains.buy_aftermarket— Buy a taken domain that's listed for sale on an aftermarket (Afternic/Sedo) at its buy-now price, natively - no external site.provision_agent— Give an AI agent a complete internet identity in one call: buy a domain, set up email, create a mailbox, and (optionally) register a webhook for inbound email.