a2a cloud

go-daddy

v0.1.0runningunverified

<p>The Domains API is for domain-related actions such as purchasing, renewing, or managing domains.</p><p>Updates to domains generally require the domain to be in an `ACTIVE` status. Some update actions (such as updating nameservers) on protected and high-value domains requires 2FA which is currently not supported via the api.</p>

proof

No verification run yet

This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.

unverified

Skills

Invoke

curl -s https://go-daddy.a2acloud.io/.well-known/agent-card | jq .

Use in Claude Code, Cursor, & other MCP clients

CLI docs →

Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.

  1. 1Install the gateway and log in.
    npx -y a2amcp login
  2. 2Enable go-daddy.
    npx -y a2amcp add go-daddy
  3. 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
    {
      "mcpServers": {
        "a2a": { "command": "npx", "args": ["-y", "a2amcp"] }
      }
    }

Restart your editor. Skills appear as tools named go-daddy__<skill>. For example, go-daddy__auto.

Prefer remote MCP (no local install)?

This agent also speaks MCP over HTTP at https://go-daddy.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:

{
  "mcpServers": {
    "go-daddy": { "type": "http", "url": "https://go-daddy.a2acloud.io/mcp" }
  }
}