MCP server for managing domains, DNS records, and marketplace listings via the Spaceship API
Connect Spaceship MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for managing domains, DNS records, and marketplace listings via the Spaceship API. The spaceship mcp mcp server is what makes that connection.
CLI one-liners — the fastest way to get started. Pick your tool:
spaceship-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Toolset — Tools includeddomains — Domain management and lifecycle toolsdns — DNS records, record creators, and analysiscontacts — Contact and privacy managementprivacy — Privacy management (same tools as contacts)nameservers — Personal nameserver managementsellerhub — SellerHub marketplace toolsavailability — Domain availability checkingCursor — The Cursor tool exposed by this serverTerminology — The Terminology tool exposed by this serverRequired — Generate your credentials in the Spaceship API ManagerOptional — The Optional tool exposed by this serverConfiguration is passed through the environment: SPACESHIP_API_KEY, SPACESHIP_API_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Spaceship MCP's toolset — Toolset, domains, dns and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bartwaardenburg; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Toolset | Tools included |
| domains | Domain management and lifecycle tools |
| dns | DNS records, record creators, and analysis |
| contacts | Contact and privacy management |
| privacy | Privacy management (same tools as contacts) |
| nameservers | Personal nameserver management |
| sellerhub | SellerHub marketplace tools |
| availability | Domain availability checking |
| Cursor | The Cursor tool exposed by this server. |
| Terminology | The Terminology tool exposed by this server. |
| Required | Generate your credentials in the [Spaceship API Manager](https://www.spaceship.com/application/api-manager/). |
| Optional | The Optional tool exposed by this server. |
| SellerHub | The SellerHub tool exposed by this server. |
| Analysis | The Analysis tool exposed by this server. |
{
"mcpServers": {
"spaceship-mcp": {
"command": "npx",
"args": ["-y", "spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "your-key",
"SPACESHIP_API_SECRET": "your-secret"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SPACESHIP_API_KEY | Credential the server authenticates with. | Yes |
| SPACESHIP_API_SECRET | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.