AgentDomain MCP

Register, manage, and renew domain names directly from AI agents. Supports domain search, purchase, DNS management, and wallet operations.

AgentDomain MCP Server

MCP server for AgentDomain — register, buy, and manage internet domains as an AI agent.

Features

  • 🔍 Search and check domain availability
  • 🛒 Buy domains with automatic Cloudflare registration
  • 🌐 Manage DNS records (A, CNAME, MX, TXT, etc.)
  • 💰 Wallet balance and top-up
  • 🔑 API key auto-saved locally

Installation

uvx agentdomain-mcp

Or with pip:

pip install agentdomain-mcp

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "agentdomain": {
      "command": "uvx",
      "args": ["agentdomain-mcp"]
    }
  }
}

Cursor / Windsurf

Add to your MCP settings:

{
  "mcpServers": {
    "agentdomain": {
      "command": "uvx",
      "args": ["agentdomain-mcp"]
    }
  }
}

Hermes Agent

Add to ~/.hermes/config.yaml:

mcp_servers:
  agentdomain:
    command: "uvx"
    args: ["agentdomain-mcp"]

Usage

  1. Register — Call the register tool with your name, email, and password
  2. Verify email — Check your inbox and click the verification link
  3. Top up — Add funds to your wallet via wallet_topup
  4. Search — Find available domains with domain_search
  5. Buy — Register a domain with domain_buy
  6. Manage — Update DNS records with domain_dns_update

Available Tools

ToolDescription
registerCreate account + save API key
loginLogin to existing account
account_infoGet account details
domain_searchSearch available domains
domain_checkCheck availability + price
domain_buyRegister a domain
domain_listList your domains
domain_dns_getGet DNS records
domain_dns_updateUpdate DNS records
domain_transferGet EPP auth code
wallet_balanceCheck balance
wallet_topupCreate top-up session
wallet_transactionsList transactions

Environment Variables

VariableDefaultDescription
AGENTDOMAIN_APIhttps://api.agentdomain.cloudAPI base URL

License

MIT

Related Servers