CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Agentdomain Mcp

marsheer/agentdomain-mcp
313 toolsSTDIOregistry active
Summary

Connects Claude to AgentDomain's domain registration API so your agent can search, buy, and manage internet domains directly. Exposes the full workflow: register an account, verify email, top up wallet funds, search available domains, purchase them with automatic Cloudflare registration, and manage DNS records including A, CNAME, MX, and TXT entries. Useful when you want your AI to provision web infrastructure autonomously or manage domain portfolios without switching contexts. API key gets saved locally after first auth. The wallet_topup tool generates payment sessions, domain_transfer provides EPP codes, and domain_dns_update handles record management. Built for agents that need to own and configure their own corner of the internet.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

13 tools
registerCreate a new AgentDomain account.8 params

Create a new AgentDomain account.

Parameters* required
namestring
emailstring
passwordstring
billing_citystring
default:
billing_namestring
default:
billing_postalstring
default:
billing_addressstring
default:
billing_countrystring
default: US
loginLogin and get API key.2 params

Login and get API key.

Parameters* required
emailstring
passwordstring
account_infoGet account details.1 params

Get account details.

Parameters* required
api_keystring
domain_searchSearch available domains.3 params

Search available domains.

Parameters* required
limitinteger
default: 10
querystring
api_keystring
domain_checkCheck domain availability and price.2 params

Check domain availability and price.

Parameters* required
domainstring
api_keystring
domain_buyRegister a domain.3 params

Register a domain.

Parameters* required
yearsinteger
default: 1
domainstring
api_keystring
domain_listList your domains.1 params

List your domains.

Parameters* required
api_keystring
domain_dns_getGet DNS records.2 params

Get DNS records.

Parameters* required
domainstring
api_keystring
domain_dns_updateUpdate DNS records.3 params

Update DNS records.

Parameters* required
domainstring
api_keystring
recordsarray
domain_transferGet EPP auth code for transfer.2 params

Get EPP auth code for transfer.

Parameters* required
domainstring
api_keystring
wallet_balanceCheck wallet balance.1 params

Check wallet balance.

Parameters* required
api_keystring
wallet_topupCreate top-up session.2 params

Create top-up session.

Parameters* required
api_keystring
amount_centsinteger
wallet_transactionsList recent transactions.2 params

List recent transactions.

Parameters* required
limitinteger
default: 20
api_keystring

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packageagentdomain-mcp
TransportSTDIO
UpdatedMay 24, 2026
View on GitHub