Unstoppable Domains MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Unstoppable Domains MCP ServerIs mycoolstartup.com available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Unstoppable Domains MCP Server
Search, register, and manage domain names through natural conversation with AI assistants.
The Unstoppable Domains MCP server lets you access the User API through natural conversation inside ChatGPT, Claude, Cline, or any MCP-compatible agent.
Endpoint: https://api.unstoppabledomains.com/mcp/v1
Quick Start
Claude Code
claude mcp add --transport http unstoppable-domains https://api.unstoppabledomains.com/mcp/v1Then run /mcp inside a session and follow the OAuth flow to authenticate.
To make it available across all projects:
claude mcp add --transport http --scope user unstoppable-domains https://api.unstoppabledomains.com/mcp/v1Claude Desktop (free plan)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"unstoppable-domains": {
"command": "npx",
"args": ["mcp-remote", "https://api.unstoppabledomains.com/mcp/v1"]
}
}
}Restart Claude Desktop and look for the hammer icon in the chat input.
Claude Desktop / Claude.ai (paid plans)
Open Settings → Connectors → Add custom connector
Paste:
https://api.unstoppabledomains.com/mcp/v1Click Add and authorize with your Unstoppable Domains account
ChatGPT
Open ChatGPT Connector Settings and enable Developer Mode (beta)
Create a new connector with URL:
https://api.unstoppabledomains.com/mcp/v1Authorize with your Unstoppable Domains account
Or use the pre-built Unstoppable Domains GPT (core features, no MCP config needed).
Cline / Cursor / other MCP clients
{
"unstoppable-domains": {
"type": "http",
"url": "https://api.unstoppabledomains.com/mcp/v1/"
}
}Related MCP server: Bloomfilter
What You Can Do
Ask your AI assistant things like:
"Is 'mycoolstartup.com' available? What about .ai and .io?"
"Register acme.com and set up Google Workspace DNS"
"List my domains expiring in the next 90 days"
"Create a marketplace listing for mydomain.com at $5,000"
"Show me all DNS records for example.com and add an MX record"
"Generate an AI landing page for parkeddomain.com"
Authentication
OAuth 2.0 (Recommended)
When prompted by your AI tool, sign in with your Unstoppable Domains account. OAuth grants only the scopes you approve and can be revoked anytime from Account Settings.
Scope | Access |
| Search domains, check availability |
| View your domains, DNS records, offers |
| Manage DNS, create listings, send messages |
| View cart and payment methods |
| Add/remove cart items |
| Complete purchases |
API Key (Advanced)
Generate a key at Account Settings → Advanced → MCP API Key. Keys use the ud_mcp_* format.
export UD_MCP_API_KEY="ud_mcp_your_key_here"Use as a Bearer token: Authorization: Bearer ud_mcp_your_key_here
Note: API keys grant full access to all tools. Use OAuth for scoped access.
Tools
60 tools across 16 categories. See tools.md for the full reference and tool-annotations.reference.json for the MCP ToolAnnotation reference.
Category | Tools |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
API Reference
Item | Value |
Endpoint |
|
OpenAPI Spec |
|
Transport | Streamable HTTP (MCP protocol) |
Auth |
|
Docs |
Privacy & Data Practices
Data collected: When you use this MCP server, requests are processed by Unstoppable Domains servers. This includes domain names you search, portfolio data you query, DNS records you read or modify, and any purchase or marketplace actions you initiate.
Data storage: Unstoppable Domains stores account data, domain registrations, DNS records, and transaction history as required to provide the service. Conversation content from your AI assistant is not stored by Unstoppable Domains — only the API requests your assistant generates are received.
Data sharing: Unstoppable Domains does not sell personal data. Registration data for ICANN TLDs (.com, .net, .org, etc.) is shared with the relevant registry per ICANN policy. Payment processing is handled by third-party processors under their own privacy policies.
Data retention: Account and domain data is retained for the duration of your account and as required by law. You may request deletion of your account data via support@unstoppabledomains.com.
Full privacy policy: unstoppabledomains.com/privacy-policy
Support
Documentation: docs.unstoppabledomains.com
Support: support.unstoppabledomains.com
Issues: github.com/unstoppabledomains/unstoppable-mcp-server/issues
License
MIT © Unstoppable Domains
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/unstoppabledomains/unstoppable-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server