← domani.run

INDIVIDUAL MCP TOOL

set_dns

Upsert DNS records for a domain you own, at the rrset level: records at a (type, name) you send replace that rrset; rrsets you don't mention are preserved (NS never touched).

domani.runnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent endpoint

domani.run

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 pricing
  • dns_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.