← 返回
开发者工具 Key

GoDaddy API

Complete GoDaddy API skill with shell scripts + MCP server for domains, DNS, certificates, shoppers, subscriptions, agreements, countries, and aftermarket li...
完整的 GoDaddy API 技能,配备 Shell 脚本与 MCP 服务器,支持域名、DNS、证书、购物者、订阅、协议、国家和售后域名列表
solarx56
开发者工具 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 2
Stars
📥 1,192
下载
💾 16
安装
1
版本
#latest

概述

GoDaddy API

Setup

export GODADDY_API_BASE_URL="https://api.godaddy.com"  # or https://api.ote-godaddy.com
export GODADDY_API_KEY="your-key"
export GODADDY_API_SECRET="your-secret"

Keys:

Shell scripts

  • scripts/gd-domains.sh — list/get/availability, validate purchase, purchase, renew, transfer, update, update contacts, delete, privacy on/off, domain agreements get/accept
  • scripts/gd-dns.sh — get all/type/name, patch add, replace all/type/type+name, delete type+name
  • scripts/gd-certs.sh — create/validate/get/actions/download/renew/reissue/revoke/verify domain control
  • scripts/gd-shoppers.sh — get/update/delete shopper
  • scripts/gd-subscriptions.sh — list/get/cancel subscription
  • scripts/gd-agreements.sh — list legal agreements
  • scripts/gd-countries.sh — list countries
  • scripts/gd-aftermarket.sh — list/get aftermarket listings

Destructive/financial actions prompt for confirmation.

MCP server

Path: scripts/mcp-server/

cd scripts/mcp-server
npm install
npm run build
node dist/index.js

Exposes MCP tools for all skill operations (domains, DNS, certs, shoppers, subscriptions, agreements, countries, aftermarket).

Example MCP config:

{
  "mcpServers": {
    "godaddy": {
      "command": "node",
      "args": ["path/to/mcp-server/dist/index.js"],
      "env": {
        "GODADDY_API_BASE_URL": "https://api.godaddy.com",
        "GODADDY_API_KEY": "",
        "GODADDY_API_SECRET": ""
      }
    }
  }
}

References

  • references/endpoints.md — complete endpoint map
  • references/auth-and-env.md — auth/env setup
  • references/request-bodies.md — payload examples
  • references/error-handling.md — troubleshooting
  • references/safety-playbook.md — safe operation patterns

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-29 06:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,385
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,530
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,473