AgentDomain
Enables domain registration and DNS management with automatic Cloudflare integration
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-mcpOr with pip:
pip install agentdomain-mcpConfiguration
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
Register — Call the
registertool with your name, email, and passwordVerify email — Check your inbox and click the verification link
Top up — Add funds to your wallet via
wallet_topupSearch — Find available domains with
domain_searchBuy — Register a domain with
domain_buyManage — Update DNS records with
domain_dns_update
Available Tools
Tool | Description |
| Create account + save API key |
| Login to existing account |
| Get account details |
| Search available domains |
| Check availability + price |
| Register a domain |
| List your domains |
| Get DNS records |
| Update DNS records |
| Get EPP auth code |
| Check balance |
| Create top-up session |
| List transactions |
Environment Variables
Variable | Default | Description |
|
| API base URL |
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarsHeer/agentdomain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server