Skip to main content
Glama
appouse

@appouse/godaddy-dns-mcp

by appouse

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GODADDY_API_KEYYesProduction API key from GoDaddy
GODADDY_API_SECRETYesMatching API secret

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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