HomeCloud & Monitoring › dynadot-mcp

dynadot-mcp

MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers

TypeScript Cloud
★ 1 stars Last pushed 2026-08-06 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "dynadot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DYNADOT_API_KEY": "<YOUR_VALUE>",
        "DYNADOT_SANDBOX": "<YOUR_VALUE>"
      }
    }
  }
}
  • DYNADOT_API_KEY required secret — Dynadot API key
  • DYNADOT_SANDBOX — Set to 'true' to use the sandbox API

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry