domain-suite-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GODADDY_API_KEY | No | GoDaddy API key. Required for domain registration and DNS management via GoDaddy. | |
| GODADDY_SANDBOX | No | Optional; set to 'true' to use GoDaddy's OTE (test) environment. | |
| PORKBUN_API_KEY | No | Porkbun API key. Required for domain registration, DNS management, and SSL tools via Porkbun. | |
| NAMECHEAP_API_KEY | No | Namecheap API key. Required for domain registration, DNS management, and WHOIS tools via Namecheap. | |
| NAMECHEAP_SANDBOX | No | Optional; set to 'true' to use Namecheap's sandbox environment for testing. | |
| GODADDY_API_SECRET | No | GoDaddy API secret. Required for GoDaddy API access. | |
| NAMECHEAP_API_USER | No | Your Namecheap username. Required for Namecheap API access. | |
| NAMECHEAP_CLIENT_IP | No | Optional; the IP address of your server. If not set, it is auto-detected. Must be whitelisted in Namecheap settings. | |
| CLOUDFLARE_API_TOKEN | No | Cloudflare API token. Required for DNS and certificate management via Cloudflare. | |
| CLOUDFLARE_ACCOUNT_ID | No | Cloudflare account ID (optional). | |
| PORKBUN_SECRET_API_KEY | No | Porkbun secret API key. Required for domain registration, DNS management, and SSL tools via Porkbun. |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_providersA | List configured providers and their capabilities |
| check_availabilityA | Check domain availability. Zero-config via RDAP/WHOIS; adds pricing if provider configured. |
| list_domainsB | List all domains across all configured providers |
| get_domainB | Get details for a specific domain |
| register_domainC | Register a new domain |
| renew_domainB | Renew an existing domain |
| list_dns_recordsB | List all DNS records for a domain |
| create_dns_recordC | Create a new DNS record |
| update_dns_recordA | Update an existing DNS record. All fields are required (full record replacement, not partial update). |
| delete_dns_recordA | Delete a DNS record. On GoDaddy, deletes ALL records of same type+name (API limitation). |
| list_certificatesC | List SSL certificates for a domain |
| create_certificateA | Provision SSL certificate. On Porkbun, retrieves auto-provisioned cert (no explicit create needed). On Cloudflare, requires Advanced Certificate Manager. |
| get_certificate_statusC | Get certificate status |
| setup_spfB | Add SPF record with mail provider template |
| setup_dkimB | Add DKIM TXT record |
| setup_dmarcB | Add DMARC policy TXT record |
| setup_mxB | Configure MX records with mail provider template |
| transfer_domain_inC | Initiate inbound domain transfer |
| get_transfer_statusA | Get domain transfer status. During an in-flight transfer the domain may not appear in list_domains yet — specify provider explicitly in that case. |
| get_whois_contactC | Get domain WHOIS contact |
| update_whois_contactC | Update domain WHOIS contact |
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/oso95/domain-suite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server