spaceship-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SPACESHIP_API_KEY | Yes | API key from API Manager | |
| SPACESHIP_CACHE_TTL | No | Response cache lifetime in seconds (0 to disable), default 120 | |
| SPACESHIP_API_SECRET | Yes | API secret from API Manager | |
| SPACESHIP_MAX_RETRIES | No | Max retry attempts for rate-limited and timeout requests, default 3 |
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 |
|---|---|
| ss_domainsA | List all domains in your Spaceship account (paginated) |
| ss_domain_infoB | Get detailed info for a specific domain |
| ss_domain_checkB | Check if a single domain is available for registration |
| ss_domains_checkA | Check availability for multiple domains at once (up to 20) |
| ss_domain_registerA | Register a domain (async operation — use ss_async_status to track) |
| ss_domain_renewB | Renew a domain (async operation) |
| ss_domain_autorenewB | Enable or disable auto-renewal for a domain |
| ss_domain_nameserversC | Update nameservers for a domain |
| ss_domain_contactsC | Update contacts for a domain |
| ss_domain_privacyB | Update WHOIS privacy preference for a domain |
| ss_domain_transfer_lockC | Lock or unlock domain transfers |
| ss_domain_email_protectionA | Toggle email protection (contact form link in WHOIS) for a domain |
| ss_dns_recordsB | List DNS records for a domain (paginated) |
| ss_dns_saveB | Add or update DNS records for a domain (up to 500 records per call) |
| ss_dns_deleteC | Delete DNS records from a domain |
| ss_contact_saveA | Create or update a contact and get a contact ID (used for domain registration/transfers) |
| ss_contact_getB | Read contact details by contact ID |
| ss_contact_attr_saveB | Save TLD-specific contact attributes (e.g. .ca requires language and CIRA category) |
| ss_contact_attr_getB | Read TLD-specific contact attributes by contact ID |
| ss_domain_transferB | Initiate a domain transfer into Spaceship (async operation) |
| ss_domain_transfer_detailsB | Get the status of an ongoing domain transfer |
| ss_domain_auth_codeA | Get the EPP/auth code for a domain (needed for outbound transfers) |
| ss_domain_restoreA | Restore a deleted/expired domain (async operation) |
| ss_sellerhub_listB | List domains in SellerHub marketplace (paginated) |
| ss_sellerhub_getA | Get details for a specific SellerHub listing |
| ss_sellerhub_createC | List a domain for sale in SellerHub |
| ss_sellerhub_updateC | Update a SellerHub listing |
| ss_sellerhub_deleteC | Remove a domain from SellerHub |
| ss_sellerhub_checkoutB | Create a Buy Now checkout link for a SellerHub domain |
| ss_sellerhub_verifyB | Get DNS verification records for SellerHub domain ownership |
| ss_async_statusA | Check the status of an async operation (registration, renewal, transfer, restore) |
| ss_personal_ns_listA | List personal (vanity/glue) nameservers for a domain |
| ss_personal_ns_getA | Get IP addresses for a specific personal nameserver host |
| ss_personal_ns_updateA | Create or update a personal nameserver (glue record) |
| ss_personal_ns_deleteB | Delete a personal nameserver from a domain |
| ss_dns_alignmentA | Compare expected DNS records against actual records to detect missing or unexpected entries |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 36 tools
Each tool has a distinct purpose, clearly separating domain registration, DNS management, contact operations, seller hub, and personal nameservers. No two tools have overlapping functionality.
All tools follow the 'ss_<resource>_<action>' pattern using snake_case, making it predictable and easy to infer purpose from the name.
At 36 tools, the set significantly exceeds the 25-tool threshold for 'too many', making it overwhelming for an agent to navigate efficiently despite covering many sub-domains.
The tool set covers the full domain lifecycle (check, register, renew, restore, transfer) along with DNS, contacts, privacy, nameservers, and seller hub capabilities, leaving no obvious gaps.