Skip to main content
Glama
384,085 tools. Last updated 2026-08-03 12:18

"Spaceship" matching MCP tools:

  • Check the current status of a domain transfer to Spaceship after initiating it. Monitor progress to see if the transfer completes.
    MIT
  • Compare expected DNS records with actual Spaceship records to find missing or unexpected entries, verifying DNS configuration matches your requirements.
    MIT
  • Retrieve a paginated list of domains in your Spaceship account. Control items per page and offset to navigate results.
    MIT
  • Retrieve a list of all domains in your Spaceship account with options for pagination and sorting by name, date, or other attributes.
    MIT
  • Start a domain transfer to Spaceship with configurable contacts, privacy, and auto-renewal. Provide auth code for most TLDs.
    MIT
  • Create a nameserver delegation record (NS) for a domain subdomain. Note: this replaces all existing NS records with the same name; check existing records first to avoid breaking DNS.
    MIT

Matching MCP Servers

  • Renew an existing domain registration. Provide domain name, years, and current expiration date to prevent double renewals. This is a financial operation; confirm cost with user.
    MIT
  • Check the status of an asynchronous domain operation using its operation ID. Returns pending, success, or failed with details.
    MIT
  • Update domain contacts by assigning contact IDs to registrant, admin, tech, and billing roles. Only provided roles are changed; others remain. Changing registrant may trigger a 60-day ICANN transfer lock.
    MIT
  • Start an asynchronous orchestration run and return an execution ID for monitoring progress via polling or blocking completion.
    MIT
  • Replace all nameservers for a domain. Use Spaceship's built-in DNS with provider 'basic' or external nameservers with provider 'custom'.
    MIT
  • Bulk upsert DNS records for a domain, replacing all existing records with matching name and type. Use for mixed record types; confirm changes by listing existing records first.
    MIT
  • Create an A record (IPv4 address) for a domain, replacing all existing A records with the same name. Check existing records with list_dns_records before use.
    MIT
  • Create an IPv6 AAAA record for a domain to enable IPv6 connectivity. Replaces all existing AAAA records with the same name; check existing records first.
    MIT
  • Add a CNAME record to point a subdomain to a canonical name. All existing CNAME records with the same name will be replaced, so check existing records first.
    MIT
  • Add an MX record for a domain. Note: this replaces all existing MX records with the same name—use list_dns_records first to prevent email disruption.
    MIT
  • Create an ALIAS record at the domain apex for CNAME flattening. This overwrites all existing ALIAS records with the same name, so list DNS records first to avoid data loss.
    MIT
  • Control which certificate authorities can issue certificates for a domain by creating a CAA record. Overwrites existing records with the same name, so check DNS records beforehand.
    MIT
  • Create a PTR record (reverse DNS pointer) mapping an IP to a hostname. Replaces all existing PTR records with the same name; use list_dns_records to check first.
    MIT
  • Set WHOIS privacy for a domain to high (hidden) or public (exposed). Requires explicit user consent for public changes.
    MIT