Add Just Domain to Claude, ChatGPT, Cursor, or any MCP-compatible assistant. Search domain availability and pricing, straight from the chat, and hand your user a one-click checkout link - without leaving the conversation.
Just Domain is a hosted MCP server at https://mcp.justdomain.ai/ (served at the host root). It exposes a single, read-only tool, search_domains, that returns real-time availability and pricing for domain names across hundreds of TLDs. Every available result includes a checkout_url that opens registration on justdomain.ai.
Search is fully anonymous - no account, no API key, no OAuth. Nothing is bought or charged inside the conversation: the assistant finds the name and hands back a ready-to-open link, and the user pays directly via Stripe in their browser.
Just Domain turns any MCP-aware assistant into a domain-naming partner. Ask the assistant to find a domain, and it calls search_domains against our registrar backend to return live availability and price for the TLDs you care about. The assistant suggests candidates; the user opens a checkout link to register.
What it’s good for:
.com is taken - across modern TLDs like .ai, .io, .co.New to giving an assistant a live domain lookup? See how AI assistants search domains for a focused walkthrough of what the search returns and where the boundary is. The server’s public metadata (name, description, endpoint) lives at github.com/just-done/just-domain-mcp.
Fastest path: Just Domain is listed in the Claude connector directory - one click from claude.ai, nothing to paste. The manual setup below reaches the identical server.
After the command completes, run /mcp inside Claude Code to confirm the server is connected. Claude Code also reads a project .mcp.json in the JSON format shown in section 4.
In ChatGPT (Plus, Pro, Team, or Enterprise), open Settings → Connectors → Add a developer connector and paste the server URL:
Leave authentication set to None. Once added, mention the connector in a new conversation and ChatGPT can call search_domains on your behalf and render results in the embedded UI widget.
Want to see the flow before setting anything up? Open a prefilled example prompt in ChatGPT. Without the connector, ChatGPT answers from memory; with it, every availability check is live.
Building with ChatGPT Sites? Sites hosts your site but doesn’t register domains - see a domain for your ChatGPT site for the two-step connect.
One click if Cursor is installed: Add to Cursor (a cursor:// install link with the server URL prefilled). Or add it by hand in ~/.cursor/mcp.json:
Just Domain follows the standard Streamable HTTP MCP transport. Any client that connects to a hosted MCP server can use it. Clients that read a JSON config (Cursor, Claude Code’s .mcp.json, and others) take the same block:
Point your client at https://mcp.justdomain.ai/ with no auth headers. Note the endpoint is served at the host root - there is no /mcp path suffix.
The MCP surface intentionally ships a single, focused tool. There are no account-management, billing, DNS, or purchase tools - keeping the surface minimal makes the assistant’s job easier and the trust boundary obvious.
search_domains · read-onlyChecks one or more candidate domain names and returns, for each, whether it’s available, its first-year price, its renewal price, and - for available names - a ready-to-open checkout URL.
Inputs
domains - array of fully-qualified names to check (e.g. ["oatmeal.ai", "oatmeal.io", "oatmeal.com"]).Returns
A results array, one entry per requested name. Each entry is shaped like:
Each price / renewal_price object also carries amount_minor (an integer in the smallest currency unit) alongside the human-readable formatted string. When a domain is unavailable, its entry still appears with available: false and no checkout_url, so the assistant can suggest alternatives without a follow-up call.
Paste any of these into a Claude or ChatGPT conversation with Just Domain connected.
Naming a new product
“I’m launching a privacy-first note-taking app. Find me a short, brandable .com or .ai domain and show the price for each.”
The obvious name is taken
“bluebird.com is taken. Check modern TLDs (.io, .ai, .co) for available alternatives and show me prices.”
Side project
“Find an available domain for my portfolio site that includes the word ‘craft’. Check .io, .co, and .net.”
Quick availability check
“Is oatmeal.ai available right now? If not, suggest three similar names I could register today.”
search_domains and surfaces candidates with prices.checkout_url.See the full privacy policy and security policy for details.
Stuck, hit a bug, or want a TLD we don’t list yet?
This documentation is a living document. Last updated July 15, 2026.
Add the server once. Every conversation after that can check a name and hand back a checkout link.
Add to ClaudePrefer the overview first? Read for agents.
Facts reviewed 2026-07-15
This part is written for AI assistants like ChatGPT or Claude — you can skip it.