GoDaddy MCP Server

by Harshalkatakiya

2 stars
228 downloads
Not rated
GitHub

About

Model Context Protocol (MCP) server for GoDaddy

Details

Author
Harshalkatakiya
GitHub stars
2
Downloads
228
Categories
Other

- Check availability of single or multiple domains at once.
- Supports both FAST and FULL check types.
- Optionally include domains available for transfer.
- Implements MCP tools for AI agent integration.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name GoDaddy MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the MCP configuration with the environment variables GODADDY_API_BASE_URL, GODADDY_API_KEY, and GODADDY_API_SECRET. Run the server with npx -y godaddy-mcp.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "godaddy mcp server": {
            "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>"
                }
            }
        }
    }
}

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>"
        }
    }
}

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
- Features
- Environment Variables
- MCP Configuration
- License
- Author

---

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

- GitHub: @Harshalkatakiya
- Email: katakiyaharshl001@gmail.com
- LinkedIn: @harshal-katakiya
- NPM: @harshalkatakiya

---

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.