@appouse/godaddy-dns-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GODADDY_API_KEY | Yes | Production API key from GoDaddy | |
| GODADDY_API_SECRET | Yes | Matching API secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_dns_recordsA | List DNS records for a domain. Optionally filter by record type, and by name as well (filtering by name requires a record type). |
| add_dns_recordA | Add a DNS record without overwriting existing records of the same type (PATCH). Use replace_dns_records instead when exactly one record should exist. |
| replace_dns_recordsA | Replace ALL DNS records of a given type+name (PUT) — this overwrites any existing records that match. Use it when exactly one record should exist and duplicates must be removed. Pass dry_run=true to preview the change. |
| delete_dns_recordA | Delete ALL DNS records of a given type and name for a domain. Pass dry_run=true to preview the deletion without applying it. |
| check_domain_availabilityA | Check whether a domain is available to register. Returns availability, price (in micro-units of the returned currency) and whether the answer is definitive. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/appouse/godaddy-dns-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server