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

Dynadot

mikusnuz/dynadot-mcp
authSTDIOregistry active
Summary

This connects Claude to the full Dynadot domain registrar API, exposing 60 tools that cover domain search and bulk registration, DNS record management (A, AAAA, CNAME, MX, TXT, SRV), nameserver configuration with DNSSEC support, and domain transfers with auth code handling. You also get WHOIS privacy controls, email forwarding setup, contact management, and marketplace operations including auctions and backorders. Supports sandbox mode for testing. Reach for this when you need to automate domain operations through conversation instead of clicking through a registrar dashboard, especially useful for bulk operations like checking 100 domains at once or managing DNS across multiple properties.

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 →

English | 한국어

dynadot-mcp

npm version MCP Badge

MCP (Model Context Protocol) server for the Dynadot domain registrar API. Manage domains, DNS records, contacts, transfers, and more — all from your AI assistant.

When to Use

Tell your AI assistant things like:

  • "Search for available domains" — bulk-check up to 100 domain names at once with pricing
  • "Register a new domain" — register or bulk-register domains
  • "Update DNS records for my domain" — set A, AAAA, CNAME, MX, TXT, SRV records
  • "Transfer a domain to Dynadot" — initiate inbound transfers with auth codes
  • "Set up email forwarding" — configure email forwarding or MX records
  • "Renew my domain" — renew before expiration
  • "Lock/unlock domain for transfer" — manage transfer lock status
  • "Check domain WHOIS info" — view and manage WHOIS privacy settings

AI Agent Integration: See llms.txt for a machine-readable summary, or copy templates/CLAUDE.md / templates/AGENTS.md into your project for automatic MCP discovery.

Features

  • 60 tools covering the full Dynadot API3 (~106 commands)
  • Domain search, registration, renewal, deletion
  • DNS record management (A, AAAA, CNAME, MX, TXT, SRV)
  • Nameserver configuration and DNSSEC
  • Contact CRUD operations
  • Domain transfers (in/out)
  • WHOIS privacy, forwarding, locking
  • Folder organization
  • Marketplace: auctions, backorders, listings
  • Account info and balance resources
  • Sandbox mode for testing

Installation

npm install -g dynadot-mcp

Or run directly:

npx dynadot-mcp

Configuration

Set the following environment variables:

VariableRequiredDescription
DYNADOT_API_KEYYesYour Dynadot API key (get one here)
DYNADOT_SANDBOXNoSet to true to use the sandbox API (default: false)

Usage with Claude Code

Add to your Claude Code MCP settings (~/.claude/settings.json or project .claude/settings.json):

{
  "mcpServers": {
    "dynadot": {
      "command": "npx",
      "args": ["-y", "dynadot-mcp"],
      "env": {
        "DYNADOT_API_KEY": "your_api_key_here"
      }
    }
  }
}

Usage with Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "dynadot": {
      "command": "npx",
      "args": ["-y", "dynadot-mcp"],
      "env": {
        "DYNADOT_API_KEY": "your_api_key_here"
      }
    }
  }
}

Available Tools

Domain Management

ToolDescription
search_domainCheck domain availability (up to 100 at once, with pricing and language options)
register_domainRegister a new domain
bulk_register_domainsRegister multiple domains at once
get_domain_infoGet detailed domain information
list_domainsList all domains in account
renew_domainRenew a domain
delete_domainDelete a domain (grace period)
restore_domainRestore a deleted domain (redemption period)
push_domainPush domain to another Dynadot account

DNS

ToolDescription
get_dnsGet DNS records for a domain
set_dnsSet DNS records (A, AAAA, CNAME, MX, TXT, etc.)
set_nameserversConfigure nameservers (up to 13)
get_nameserversGet current nameservers
register_nameserverRegister a custom nameserver
get_dnssecGet DNSSEC settings
set_dnssecSet or clear DNSSEC
add_nameserverAdd a new nameserver entry
set_nameserver_ipUpdate a nameserver's IP address
delete_nameserverDelete a nameserver (by host or domain)
list_registered_nameserversList all registered nameservers

Contacts

ToolDescription
create_contactCreate a new contact
edit_contactEdit an existing contact
delete_contactDelete a contact
list_contactsList all contacts or get details
set_contact_regional_settingSet EU/LV/LT regional contact settings
manage_cn_auditCreate or check .cn domain audit
set_reseller_verificationSet reseller WHOIS verification status

Transfers

ToolDescription
transfer_domainInitiate a domain transfer
cancel_transferCancel a pending transfer
get_transfer_statusCheck transfer status
get_auth_codeGet transfer auth/EPP code (with optional unlock and code regeneration)
authorize_transfer_awayApprove outgoing transfer
set_auth_codeSet transfer authorization code
manage_domain_pushView/accept/reject domain push requests

Settings

ToolDescription
set_privacySet WHOIS privacy (full/partial/off)
set_whois_contactsSet WHOIS contacts
set_forwardingSet URL/stealth forwarding
set_renew_optionSet auto-renewal option
lock_domainLock or unlock domain for transfer protection
set_domain_noteSet domain note and folder
set_parkingEnable domain parking
set_hostingSet Dynadot hosting (basic/advanced)
set_email_forwardSet email forwarding or MX records
clear_domain_settingClear a specific domain service setting

Folders

ToolDescription
create_folderCreate a new folder
delete_folderDelete a folder
list_foldersList all folders
set_folder_settingsApply default settings to folder (WHOIS, NS, DNS, forwarding, etc.)
rename_folderRename a folder

Account

ToolDescription
get_account_infoGet account information
get_account_balanceCheck account balance
set_account_defaultsSet default account settings
list_ordersList order history
get_order_statusCheck order status by ID
check_processingCheck for pending operations
list_couponsList available coupons
get_tld_priceGet TLD pricing info

Marketplace

ToolDescription
get_auctionsList open/closed auctions
place_bidPlace a bid on an auction
manage_backordersAdd/delete/list backorder requests
set_for_saleList a domain for sale
get_marketplace_listingsView marketplace listings
get_auction_detailsGet auction details and bid history
manage_backorder_auctionsView/bid on backorder auctions
buy_expired_domainBrowse/buy expired closeout domains
buy_it_nowPurchase a marketplace listing
confirm_marketplace_actionConfirm Afternic/Sedo actions

Resources

URIDescription
dynadot://accountAccount information snapshot
dynadot://balanceCurrent account balance
dynadot://domainsFull domain list

Development

git clone https://github.com/mikusnuz/dynadot-mcp.git
cd dynadot-mcp
npm install
npm run dev

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 →

Configuration

DYNADOT_API_KEY*secret

Dynadot API key

DYNADOT_SANDBOX

Set to 'true' to use the sandbox API

Categories
Search & Web Crawling
Registryactive
Packagedynadot-mcp
TransportSTDIO
AuthRequired
UpdatedMar 19, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3