The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Just Domain listing page.
Check whether a domain is available and what it costs, and whether a domain you already own somewhere else could move here. Straight from chat.
Ask your AI assistant whether a name is free and what it costs, and it hands back a link to register it on justdomain.ai without leaving the conversation. Ask it about a domain you already own at another registrar and it reports what would block a transfer, whether your DNS survives the move, and the full-term transfer price. Both tools are read-only: nothing is bought, charged or changed in the chat.
https://mcp.justdomain.ai/ai.justdomain/just-domainThen ask your assistant to check a domain.
| Tool | What it does |
|---|---|
search_domains | Check one or more domain names: returns availability, the registration price, the renewal price, and for available names a URL to open and register on justdomain.ai. Both prices are totals for one full registration term of that ending, not per-year rates: one year on most endings, two years on .ai, whose registry mandates a two-year term. Read-only; no order or payment in chat. |
check_domain_transfer | Precheck ONE domain you already own at another registrar: what would block a transfer, who sponsors it today, whether its DNS keeps working through the move, and the full-term transfer price. Answered from the registry's own public RDAP record plus our registrar's price list, so it reads no account and no database. An empty blockers list is the only thing that means ready. |
The same transfer facts are published over plain HTTP for agents with no MCP client:
Unauthenticated, read-only, no key. It is served by the MCP host above, not by the justdomain.ai website.
check_domain_transfer
reports whether a domain is eligible and what it would cost; the move itself is
arranged by a person, and the route is support@just-done.ai.This repo also ships a SKILL.md-format
Agent Skill for Just Domain: a small package that teaches an agent when and how
to use the two tools, and where to stop. It lives at
skills/just-domain/.
Install (Codex / any GitHub-tree installer): point the skill installer at the GitHub tree URL:
Manual install: copy the skills/just-domain/ folder into your runtime's skills
directory: $CODEX_HOME/skills/ (or ~/.codex/skills/) for Codex, ~/.claude/skills/
for Claude.
The same package is served for discovery on the MCP host, for other runtimes and
/.well-known scanners:
https://mcp.justdomain.ai/.well-known/agent-skills/index.jsonhttps://mcp.justdomain.ai/.well-known/agent-skills/just-domain/SKILL.mdThe skill still needs the MCP server connected (see Connecting above). It declares
that dependency in agents/openai.yaml.
Anyone naming a project, business or idea in a chat, anyone wondering whether the domain they already own could move somewhere better, and AI agents that need a real availability lookup with a clean handoff to registration.
Public metadata and registry listing for the Just Domain MCP server: server.json,
.mcp.json, icons, the skills/just-domain/ Agent Skill
package, and this README. The server runs at https://mcp.justdomain.ai/; its source
is not part of this repo.
MIT, see LICENSE.