CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
mikusnuz avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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

More from mikusnuz

  • Npm
  • Pexbot Mcp
  • Meta Ads48
  • App Publish12
  • Meta7
  • Gsc3
  • Cws2
  • Umami2

Related Search & Web Crawling MCP Servers

View all →
mikusnuz avatar
Npm

io.github.mikusnuz/npm

MCP server for npm package management — publish, version, search, audit, and more
mila-petrovich avatar
Data Enrichment & Web Scraper API

io.github.mila-petrovich/data-enrichment

Enrich IPs, emails, domains, companies. Scrape SEC, news, jobs, Crunchbase. Bitcoin pay-per-use.
mistakili avatar
Toolora MCP Server

io.github.mistakili/toolora-mcp

12 free tools: PDF, OCR, QR codes, audio transcription, URL scraping, Excel, Word. No key needed.
mister-franklin avatar
Gdpr Decisions

io.github.mister-franklin/gdpr-decisions

EU GDPR decisions by thedpo.eu — search all EU DPA decisions and recommendations
mukundakatta avatar
Html To Markdown Mcp

io.github.mukundakatta/html-to-markdown-mcp

Convert HTML to Markdown or strip to plain text. For web-scraping agents.
muvon avatar
Octobrain

io.github.muvon/octobrain

Persistent memory for AI assistants with semantic search and knowledge graph relationships.