1. Conduid
  2. AI
  3. Godaddy MCP
MCP server · AI

Godaddy MCP

Model Context Protocol (MCP) server for GoDaddy

Unclaimed MIT last commit a year ago ai
49Fair

Scored 3 months ago · breakdown

About Godaddy MCP

Godaddy MCP is an MCP server published by Harshalkatakiya in the AI category: model Context Protocol (MCP) server for GoDaddy. It has been installed 0 times through Conduid.

The repository has 2 stars and 1 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx godaddy-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Godaddy MCP

Powered by Claude · Grounded in docs

I know everything about Godaddy MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

GoDaddy MCP Server

godaddy-mcp is a Model Context Protocol (MCP) server implemented in TypeScript. It interfaces with GoDaddy's Domain Availability API, allowing AI agents and applications to check the availability of single or multiple domain names through standardized tools.


Table of Contents


Overview

This project utilizes the @modelcontextprotocol/sdk to create an MCP-compliant server. MCP is an open standard that enables seamless integration between AI models and external tools or data sources.(1)

By exposing GoDaddy's domain availability checks as MCP tools, this server allows AI agents to programmatically verify domain availability.


Features

  • Check the availability of a single or multiple domains at once.
  • Supports both FAST and FULL check types.
  • Optionally include domains available for transfer.
  • Implements MCP tools for integration with AI agents.

Environment Variables

Add below environment variables to your mcpserver's configuration:

  • GODADDY_API_BASE_URL: Base URL for GoDaddy's API. https://api.ote-godaddy.com or https://api.godaddy.com.
  • GODADDY_API_KEY: Your GoDaddy API key.
  • GODADDY_API_SECRET: Your GoDaddy API secret.

MCP Configuration

To integrate this server with an MCP client, include the following configuration in your MCP JSON:

{
  "mcpServers": {
    "godaddy": {
      "command": "npx",
      "args": ["-y", "godaddy-mcp"],
      "env": {
        "GODADDY_API_BASE_URL": "<godaddy-api-base-url>",
        "GODADDY_API_KEY": "<godaddy-api-key>",
        "GODADDY_API_SECRET": "<godaddy-api-secret>"
      }
    }
  }
}

License

This project is licensed under the MIT License.


Author

Harshal Katakiya


README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Godaddy MCP

How do I install Godaddy MCP?

Run npx godaddy-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Godaddy MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Godaddy MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.