GoDaddy MCP Server
@Harshalkatakiya
About GoDaddy MCP Server
Model Context Protocol (MCP) server for GoDaddy
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments