GoDaddy MCP Server
@Harshalkatakiya
GoDaddy MCP Server について
Model Context Protocol (MCP) server for GoDaddy
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント