MCP server for AgentDomain — domain registration API for AI agents
Project description
AgentDomain MCP Server
MCP server for AgentDomain — register and manage domain names for AI agents.
Install
# Via uvx (recommended)
uvx agentdomain-mcp
# Via pip
pip install agentdomain-mcp
Configure
Set your API key as an environment variable:
export AGENTDOMAIN_API_KEY="da_your_api_key_here"
Get a free API key at agentdomain.cloud/dashboard.
Use with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"agentdomain": {
"command": "uvx",
"args": ["agentdomain-mcp"],
"env": {
"AGENTDOMAIN_API_KEY": "da_your_api_key_here"
}
}
}
}
Use with Hermes Agent
Add to ~/.hermes/config.yaml:
mcp_servers:
agentdomain:
command: "uvx"
args: ["agentdomain-mcp"]
env:
AGENTDOMAIN_API_KEY: "da_your_api_key_here"
Tools
| Tool | Description |
|---|---|
domain_search |
Search for 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 crypto top-up invoice |
wallet_transactions |
List recent transactions |
account_info |
Get account info |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentdomain_mcp-0.1.0.tar.gz.
File metadata
- Download URL: agentdomain_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0b3e971ed82ec3055a67659b6b266cea40bc44dad8cfe92d0a136cf8fc0972
|
|
| MD5 |
3237f151531d7dd14a904b174aaae8c6
|
|
| BLAKE2b-256 |
bdcb419cbcf352eb674f321ee370f0ea578d8ad57db4c371f49eafadb137ccf1
|
File details
Details for the file agentdomain_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentdomain_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c61df8b3c84e43cdaf8f87565bd87164091037faf08c6a42bcc44aae98895d05
|
|
| MD5 |
fe423073193c4ade3e1324841ac3b8e8
|
|
| BLAKE2b-256 |
acbc33e30289520286f8e7209574426f8e699cb38f1061e3df94a2650a33e5c6
|