MCP.so
ログイン

GoDaddy MCP Server

@Harshalkatakiya

GoDaddy MCP Server について

Model Context Protocol (MCP) server for GoDaddy

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

Harshalkatakiya

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is GoDaddy MCP Server?

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

How to use GoDaddy MCP Server?

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.

Key features of GoDaddy MCP Server

  • 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.

Use cases of GoDaddy MCP Server

  • AI agents verifying domain name availability for registration.
  • Automated domain portfolio checks.
  • Integrating domain availability into chatbots or virtual assistants.

FAQ from GoDaddy MCP Server

What API does the GoDaddy MCP Server use?

It uses GoDaddy’s Domain Availability API.

How do I configure the GoDaddy MCP Server?

Set the environment variables GODADDY_API_BASE_URL, GODADDY_API_KEY, and GODADDY_API_SECRET in your MCP client configuration.

What check types are supported?

Both FAST and FULL check types are supported.

Can I check multiple domains at once?

Yes, the server can check the availability of one or more domain names simultaneously.

Is authentication required?

Yes, you need a valid GoDaddy API key and secret to use the server.

コメント

「その他」の他のコンテンツ