Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"godaddy-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# godaddy-mcp    A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for managing GoDaddy DNS records. Lets AI assistants (Claude, etc.) list, add, replace, and delete DNS records on any domain in your GoDaddy account. ## Table of Contents - [Installation](#installation) - [Configuration](#configuration) - [Usage](#usage) - [Tools](#tools) - [Contributing](#contributing) - [Code of Conduct](#code-of-conduct) - [License](#license) ## Installation ### Option A — PyPI (recommended) Requires [`uv`](https://docs.astral.sh/uv/) (Python 3.11+). ```bash uvx godaddy-mcp ``` No cloning or path configuration needed. ### Option B — from source ```bash git clone https://github.com/davidcjw/godaddy-mcp cd godaddy-mcp uv sync ``` ## Configuration ### 1. Get GoDaddy API credentials Generate a **Production** API key at [developer.godaddy.com](https://developer.godaddy.com/keys) (select Production, not OTE). ### 2. Register with Claude Code Add the following to the `mcpServers` section of `~/.claude.json`: **With PyPI install (recommended):** ```json "godaddy-dns": { "command": "uvx", "args": ["godaddy-mcp"], "env": { "GODADDY_API_KEY": "your_api_key", "GODADDY_API_SECRET": "your_api_secret" } } ``` **With source install:** ```json "godaddy-dns": { "command": "/path/to/godaddy-mcp/.venv/bin/python", "args": ["/path/to/godaddy-mcp/server.py"], "env": { "GODADDY_API_KEY": "your_api_key", "GODADDY_API_SECRET": "your_api_secret" } } ``` Restart Claude Code to activate the server. ### 3. Other MCP clients Run the server directly: ```bash GODADDY_API_KEY=your_key GODADDY_API_SECRET=your_secret uvx godaddy-mcp # or from source: GODADDY_API_KEY=your_key GODADDY_API_SECRET=your_secret uv run python server.py ``` ## Usage Once registe…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.