Files
cursor__plugins/third_party/godaddy/mcp.json
Cursor Agent 07c0773bf3 Add GoDaddy third-party MCP plugin
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>
2026-08-25 06:29:23 +00:00

9 lines
125 B
JSON

{
"mcpServers": {
"godaddy": {
"type": "http",
"url": "https://api.godaddy.com/v1/domains/mcp"
}
}
}