{
  "markdown": "<!-- mcp-name: cloud.agentdomain/agentdomain-mcp -->\n\n# AgentDomain MCP Server\n\nMCP server for [AgentDomain](https://agentdomain.cloud) — register, buy, and manage internet domains as an AI agent.\n\n## Features\n\n- 🔍 Search and check domain availability\n- 🛒 Buy domains with automatic Cloudflare registration\n- 🌐 Manage DNS records (A, CNAME, MX, TXT, etc.)\n- 💰 Wallet balance and top-up\n- 🔑 API key auto-saved locally\n\n## Installation\n\n```bash\nuvx agentdomain-mcp\n```\n\nOr with pip:\n\n```bash\npip install agentdomain-mcp\n```\n\n## Configuration\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentdomain\": {\n      \"command\": \"uvx\",\n      \"args\": [\"agentdomain-mcp\"]\n    }\n  }\n}\n```\n\n### Cursor / Windsurf\n\nAdd to your MCP settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentdomain\": {\n      \"command\": \"uvx\",\n      \"args\": [\"agentdomain-mcp\"]\n    }\n  }\n}\n```\n\n### Hermes Agent\n\nAdd to `~/.hermes/config.yaml`:\n\n```yaml\nmcp_servers:\n  agentdomain:\n    command: \"uvx\"\n    args: [\"agentdomain-mcp\"]\n```\n\n## Usage\n\n1. **Register** — Call the `register` tool with your name, email, and password\n2. **Verify email** — Check your inbox and click the verification link\n3. **Top up** — Add funds to your wallet via `wallet_topup`\n4. **Search** — Find available domains with `domain_search`\n5. **Buy** — Register a domain with `domain_buy`\n6. **Manage** — Update DNS records with `domain_dns_update`\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `register` | Create account + save API key |\n| `login` | Login to existing account |\n| `account_info` | Get account details |\n| `domain_search` | Search available domains |\n| `domain_check` | Check availability + price |\n| `domain_buy` | Register a domain |\n| `domain_list` | List your domains |\n| `domain_dns_get` | Get DNS records |\n| `domain_dns_update` | Update DNS records |\n| `domain_transfer` | Get EPP auth code |\n| `wallet_balance` | Check balance |\n| `wallet_topup` | Create top-up session |\n| `wallet_transactions` | List transactions |\n\n## Environment Variables\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `AGENTDOMAIN_API` | `https://api.agentdomain.cloud` | API base URL |\n\n## License\n\nMIT\n",
  "bytes": 2275,
  "sha": "3ea43b31796794456e3948d632c36ec84aa9c0a8b7f937102de128f0a2689865",
  "repo_slug": "marsheer/agentdomain-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_cloud_agentdomain_agentdomain_mcp_af67e6c0/readme"
}