Labsco
MCP SERVER

Spaceship MCP

by bartwaardenburg

Run a Spaceship domain portfolio from the assistant: registrations and transfers, typed DNS records, WHOIS privacy, glue records and SellerHub listings.

DNS, Domains & CDNVerified
Summary
The operations that cost money or take a domain offline announce themselves before they run.

Each financial and destructive path states its own consequence: registration is irreversible, renew_domain requires currentExpirationDate specifically to prevent a double renewal, and deleting a personal nameserver still in use removes DNS resolution for the domains that point at it. The record creators replace rather than merge — create_a_record overwrites every A record sharing that name — which is why list_dns_records belongs before any of them. Registration, renewal, restore and transfer are asynchronous, returning an operation ID that get_async_operation polls until it settles.

What it is

A client for the Spaceship registrar API covering domains, DNS zones, contact profiles, personal nameservers and the SellerHub marketplace.

What you get
  • Domain inventory with registration and expiration dates, auto-renewal, privacy level, nameservers, lifecycle status and contacts, plus availability and pricing for up to 20 domains in one check.
  • Registration, renewal, restore from the redemption grace period and inbound transfer, each returning an operation ID to poll, alongside transfer status, auth codes and the transfer lock.
  • DNS records listed with automatic paging, saved or deleted by name and type, and typed creators for A, AAAA, CNAME, MX, SRV, TXT, ALIAS, CAA, HTTPS, NS, PTR, SVCB and TLSA.
  • An alignment check that compares expected records against the live zone and reports what is missing and what is unexpected.
  • Reusable contact profiles with TLD-specific attributes, and registrant, admin, tech and billing contacts assigned per domain by ID.
  • WHOIS privacy level, the contact-form toggle that hides a raw email address, and personal nameserver glue records created, listed and deleted at the registry.
  • SellerHub listings created, priced, updated and removed, with shareable checkout links and the account-level DNS records that verify ownership.
Requirements

A Spaceship account with API credentials in SPACESHIP_API_KEY and SPACESHIP_API_SECRET, and enough balance on the account for registration, renewal, restore and transfer, which charge it.

Setup effort

One command plus a key — npx -y spaceship-mcp, then supply credentials