Agentdomain MCP Server

Register and manage internet domains for AI agents via AgentDomain

Local serverstdio

What is the Agentdomain MCP server?

Register and manage internet domains for AI agents via AgentDomain. The agentdomain mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 13 defined tools rather than through you.

What it actually does

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

  • 🔍 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

Adding it to your client

The server ships on PyPI as agentdomain-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Its toolset

Everything the assistant can do here goes through one of these:

  • register — Create account + save API key
  • login — Login to existing account
  • account_info — Get account details
  • domain_search — Search available domains
  • domain_check — Check availability + price
  • domain_buy — Register a domain
  • domain_list — List your domains
  • domain_dns_get — Get DNS records
  • domain_dns_update — Update DNS records
  • domain_transfer — Get EPP auth code
  • wallet_balance — Check balance
  • wallet_topup — Create top-up session

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 13 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Agentdomain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agentdomain mcp server does with a few real requests.

When to reach for it

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Agentdomain's toolset — register, login, account_info and 10 more — is a fair guide to whether it matches your workflow. It is maintained by cloud.agentdomain; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Agentdomain's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
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

How to install the Agentdomain MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Agentdomain to register.
  • Use Agentdomain to login.
  • Use Agentdomain to account info.

Frequently asked questions

It connects Agentdomain to MCP-compatible AI assistants such as Claude and Cursor, exposing 13 tools (register, login, account_info, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agentdomain directly.