Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

mikusnuz/dynadot-mcp MCP server](https://glama.ai/mcp/servers/mikusnuz/dynadot-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mikusnuz/dynadot-mcp) πŸ“‡ ☁️ - MCP server for the Dynadot domain registrar API β€” 60 tools for domain search, registration,...

README.md

English | ν•œκ΅­μ–΄

dynadot-mcp

![npm version](https://www.npmjs.com/package/dynadot-mcp) ![MCP Badge](https://lobehub.com/mcp/mikusnuz-dynadot-mcp)

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:

| Variable | Required | Description | |----------|----------|-------------| | DYNADOT_API_KEY | Yes | Your Dynadot API key (get one here) | | DYNADOT_SANDBOX | No | Set 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

| Tool | Description | |------|-------------| | search_domain | Check domain availability (up to 100 at once, with pricing and language options) | | register_domain | Register a new domain | | bulk_register_domains | Register multiple domains at once | | get_domain_info | Get detailed domain information | | list_domains | List all domains in account | | renew_domain | Renew a domain | | delete_domain | Delete a domain (grace period) | | restore_domain | Restore a deleted domain (redemption period) | | push_domain | Push domain to another Dynadot account |

DNS

| Tool | Description | |------|-------------| | get_dns | Get DNS records for a domain | | set_dns | Set DNS records (A, AAAA, CNAME, MX, TXT, etc.) | | set_nameservers | Configure nameservers (up to 13) | | get_nameservers | Get current nameservers | | register_nameserver | Register a custom nameserver | | get_dnssec | Get DNSSEC settings | | set_dnssec | Set or clear DNSSEC | | add_nameserver | Add a new nameserver entry | | set_nameserver_ip | Update a nameserver's IP address | | delete_nameserver | Delete a nameserver (by host or domain) | | list_registered_nameservers | List all registered nameservers |

Contacts

| Tool | Description | |------|-------------| | create_contact | Create a new contact | | edit_contact | Edit an existing contact | | delete_contact | Delete a contact | | list_contacts | List all contacts or get details | | set_contact_regional_setting | Set EU/LV/LT regional contact settings | | manage_cn_audit | Create or check .cn domain audit | | set_reseller_verification | Set reseller WHOIS verification status |

Transfers

| Tool | Description | |------|-------------| | transfer_domain | Initiate a domain transfer | | cancel_transfer | Cancel a pending transfer | | get_transfer_status | Check transfer status | | get_auth_code | Get transfer auth/EPP code (with optional unlock and code regeneration) | | authorize_transfer_away | Approve outgoing transfer | | set_auth_code | Set transfer authorization code | | manage_domain_push | View/accept/reject domain push requests |

Settings

| Tool | Description | |------|-------------| | set_privacy | Set WHOIS privacy (full/partial/off) | | set_whois_contacts | Set WHOIS contacts | | set_forwarding | Set URL/stealth forwarding | | set_renew_option | Set auto-renewal option | | lock_domain | Lock or unlock domain for transfer protection | | set_domain_note | Set domain note and folder | | set_parking | Enable domain parking | | set_hosting | Set Dynadot hosting (basic/advanced) | | set_email_forward | Set email forwarding or MX records | | clear_domain_setting | Clear a specific domain service setting |

Folders

| Tool | Description | |------|-------------| | create_folder | Create a new folder | | delete_folder | Delete a folder | | list_folders | List all folders | | set_folder_settings | Apply default settings to folder (WHOIS, NS, DNS, forwarding, etc.) | | rename_folder | Rename a folder |

Account

| Tool | Description | |------|-------------| | get_account_info | Get account information | | get_account_balance | Check account balance | | set_account_defaults | Set default account settings | | list_orders | List order history | | get_order_status | Check order status by ID | | check_processing | Check for pending operations | | list_coupons | List available coupons | | get_tld_price | Get TLD pricing info |

Marketplace

| Tool | Description | |------|-------------| | get_auctions | List open/closed auctions | | place_bid | Place a bid on an auction | | manage_backorders | Add/delete/list backorder requests | | set_for_sale | List a domain for sale | | get_marketplace_listings | View marketplace listings | | get_auction_details | Get auction details and bid history | | manage_backorder_auctions | View/bid on backorder auctions | | buy_expired_domain | Browse/buy expired closeout domains | | buy_it_now | Purchase a marketplace listing | | confirm_marketplace_action | Confirm Afternic/Sedo actions |

Resources

| URI | Description | |-----|-------------| | dynadot://account | Account information snapshot | | dynadot://balance | Current account balance | | dynadot://domains | Full domain list |

Development

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

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.