mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
07c0773bf3
GoDaddy's hosted MCP server serves public data with no authentication, so the plugin is a URL-only mcp.json with no variables block. Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
1.8 KiB
1.8 KiB
GoDaddy
Cursor plugin that connects agents to GoDaddy through GoDaddy's official remote Model Context Protocol server.
Brainstorm domain names, check availability and pricing in bulk, and get registration links — all from public domain data.
Install
- Open Cursor Settings → Plugins.
- Search for GoDaddy.
- Click Install. There is no sign-in step.
Or run /add-plugin godaddy in chat.
MCP
{
"mcpServers": {
"godaddy": {
"type": "http",
"url": "https://api.godaddy.com/v1/domains/mcp"
}
}
}
No auth. GoDaddy's domain MCP server uses public domain data only, so there is no account, API key, or sign-in step. It is rate-limited per client IP.
What agents can do
| Category | Capabilities |
|---|---|
| Availability | Check one domain or up to 1,000 at a time, with pricing and registration links |
| Suggestions | Generate alternative domain names from keywords or a business description |
The hosted runtime is the source of truth for tool names and schemas. Call domains_check_availability as a read-only smoke test after connecting.
Notes
- The server is strictly read-only over public data. It cannot register or transfer domains, change DNS, or make purchases.
- Because there is no account context, it cannot see or manage domains you already own.
- Community
godaddy-mcppackages that ask forGODADDY_API_KEYare unrelated third-party projects wrapping the REST API — this plugin uses GoDaddy's own hosted endpoint.
Docs
- GoDaddy MCP server: https://developer.godaddy.com/en/docs/api-users/mcp
- Server URL: https://api.godaddy.com/v1/domains/mcp
Logo is GoDaddy's official mark, from the godaddy GitHub organization.
License
MIT