Scaffold godaddy-mcp repo with MCP server and DNS tools #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Depends on
godaddy-sdk #1(scaffold) andgodaddy-sdk #2(DNS mixin). Followsnotion-mcppattern.Repo
ldraney/godaddy-mcpUser Story
As Lucas
I want GoDaddy DNS management exposed as MCP tools
So that Claude can set DNS records directly during sessions
Context
Mirrors
notion-mcpstructure: MCP server that importsgodaddy-sdkand exposes tools. Initial tools focus on DNS record management (the immediate need). Domain management tools added later.File Targets
pyproject.toml— hatchling, depends ongodaddy-sdk-ldraneysrc/godaddy_mcp/server.py— MCP server with DNS toolssrc/godaddy_mcp/__init__.pymanifest.json— MCP manifestREADME.md— setup, tool list, configurationCLAUDE.md— agent instructionsdocs/— tool referenceFeature Flag
None.
Acceptance Criteria
get_dns_recordstool worksset_dns_recordstool worksdelete_dns_recordstool works~/.mcp.jsonTest Expectations
uvx godaddy-mcpstarts without errorConstraints
Checklist
Related
project-godaddy-sdknotion-mcp— pattern to follow