{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_9csytjuyg8xg","handle":"godaddy-mcp","url":"https://wellknown.network/agents/godaddy-mcp","links":{"self":"https://wellknown.network/agents/godaddy-mcp/record.json","html":"https://wellknown.network/agents/godaddy-mcp","markdown":"https://wellknown.network/agents/godaddy-mcp/record.md","api":"https://wellknown.network/api/v1/agents/godaddy-mcp","status":"https://wellknown.network/api/v1/agents/godaddy-mcp/status","claim":"https://wellknown.network/agents/godaddy-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/godaddy-mcp/claim.json","badge":"https://wellknown.network/agents/godaddy-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/godaddy-mcp/history","tools":"https://wellknown.network/api/v1/agents/godaddy-mcp/tools"},"ard":{"identifier":"urn:air::server:godaddy-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"godaddy-mcp","summary":"GoDaddy DNS MCP Server","description":"# godaddy-mcp\n\n![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\n![Python](https://img.shields.io/badge/python-3.11%2B-blue)\n![MCP](https://img.shields.io/badge/MCP-compatible-green)\n\nA [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.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [Tools](#tools)\n- [Contributing](#contributing)\n- [Code of Conduct](#code-of-conduct)\n- [License](#license)\n\n## Installation\n\n### Option A — PyPI (recommended)\n\nRequires [`uv`](https://docs.astral.sh/uv/) (Python 3.11+).\n\n```bash\nuvx godaddy-mcp\n```\n\nNo cloning or path configuration needed.\n\n### Option B — from source\n\n```bash\ngit clone https://github.com/davidcjw/godaddy-mcp\ncd godaddy-mcp\nuv sync\n```\n\n## Configuration\n\n### 1. Get GoDaddy API credentials\n\nGenerate a **Production** API key at [developer.godaddy.com](https://developer.godaddy.com/keys) (select Production, not OTE).\n\n### 2. Register with Claude Code\n\nAdd the following to the `mcpServers` section of `~/.claude.json`:\n\n**With PyPI install (recommended):**\n\n```json\n\"godaddy-dns\": {\n  \"command\": \"uvx\",\n  \"args\": [\"godaddy-mcp\"],\n  \"env\": {\n    \"GODADDY_API_KEY\": \"your_api_key\",\n    \"GODADDY_API_SECRET\": \"your_api_secret\"\n  }\n}\n```\n\n**With source install:**\n\n```json\n\"godaddy-dns\": {\n  \"command\": \"/path/to/godaddy-mcp/.venv/bin/python\",\n  \"args\": [\"/path/to/godaddy-mcp/server.py\"],\n  \"env\": {\n    \"GODADDY_API_KEY\": \"your_api_key\",\n    \"GODADDY_API_SECRET\": \"your_api_secret\"\n  }\n}\n```\n\nRestart Claude Code to activate the server.\n\n### 3. Other MCP clients\n\nRun the server directly:\n\n```bash\nGODADDY_API_KEY=your_key GODADDY_API_SECRET=your_secret uvx godaddy-mcp\n# or from source:\nGODADDY_API_KEY=your_key GODADDY_API_SECRET=your_secret uv run python server.py\n```\n\n## Usage\n\nOnce registe…","publisher":null,"homepage":"https://github.com/davidcjw/godaddy-mcp","repository":"https://github.com/davidcjw/godaddy-mcp","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["ai","claude","dns","godaddy","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:godaddy-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"godaddy-mcp","registry":"pypi","observedAt":"2026-09-15T15:24:56.816Z","publishedAt":"2026-05-31T17:34:32.075875Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"godaddy-mcp","url":"https://pypi.org/project/godaddy-mcp/","firstSeenAt":"2026-09-09T16:24:15.879Z","fetchedAt":"2026-09-15T15:23:36.022Z","normalizedAt":"2026-09-15T15:23:36.022Z"}]},"firstSeenAt":"2026-09-09T16:24:15.879Z","updatedAt":"2026-09-15T15:24:56.816Z"}