Skip to main content
Glama
hofmeister

@hofmeister/godaddy-mcp

by hofmeister

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GODADDY_PATYesGoDaddy Personal Access Token (Bearer).
GODADDY_API_BASE_URLNoAPI base URL override (default https://api.godaddy.com). Useful for testing.https://api.godaddy.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_domainsA

List domains owned by the GoDaddy account, with registry status, expiration dates, auto-renew flag, privacy, and transfer lock. Read-only.

get_domainA

Get full details for one domain: lifecycle status, expiration (expiresAt and renewBy), auto-renew, WHOIS privacy, transfer lock, and current nameservers. Read-only.

renew_domainA

Renew a domain for the given number of years (default 1). CHARGES THE ACCOUNT's billing method and cannot be undone. Confirm the domain and period with the user first. The account must have a valid billing method on file.

list_dns_recordsA

List DNS records for a domain hosted on GoDaddy's authoritative nameservers. Filter by type and/or name (@ = zone apex). Records include the recordId needed to update or delete them. Read-only.

add_dns_recordA

Add a DNS record to a domain's zone without touching existing records. Record name is relative to the zone apex (@ = bare domain, www = www.example.com, * = wildcard). TTL 600-86400 seconds. MX and SRV require priority (SRV also port and weight); CNAME cannot be set at the apex; SOA and the apex NS set are managed by GoDaddy. The record is created synchronously and the response includes its recordId.

update_dns_recordA

Replace an existing DNS record (identified by recordId from list_dns_records). This is a FULL replacement: name, type, data, and ttl must all be supplied; omitted fields are not preserved. GoDaddy-managed SOA and apex NS records cannot be replaced.

delete_dns_recordA

Permanently delete one DNS record (identified by recordId from list_dns_records). Irreversible — verify the record first. GoDaddy-managed SOA and apex NS records cannot be deleted.

check_domain_availabilityA

Check whether one or more domains are available for registration, with indicative per-term pricing (registration and renewal prices, converted from cents to whole currency units). Read-only; no payment method required. Use ACCURACY for a live registry check.

suggest_domainsA

Get available domain name suggestions for a keyword or natural-language query, with indicative pricing. Read-only.

get_registration_quoteA

Get a price quote for registering a domain. This locks the price to a quoteToken for a short window and returns the required ICANN agreements that must be reviewed before registering. Read-only and does NOT charge the account. Step 1 of 2 of registration; step 2 is register_domain.

register_domainA

Register a domain using a quote from get_registration_quote. CHARGES THE ACCOUNT's billing method and is not reversible — only call it after the user has explicitly confirmed the price and agreed to the listed agreements. Requires a payment method and registrant contact on the account. The call is accepted asynchronously and this tool waits for it to finish (up to ~90s).

set_nameserversA

Replace the authoritative nameservers for a domain (2-13 hostnames). The registry change propagates asynchronously; this tool waits until it completes or reports that it is still in progress. WARNING: switching nameservers moves DNS off GoDaddy, so records managed with the DNS tools will no longer be served by GoDaddy.

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/hofmeister/godaddy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server