Domain availability search, WHOIS lookup, TLD pricing and registry rules from name.ai. Read-only.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A remote MCP server exposing a handful of name.ai's public, no-auth-required APIs as tools: domain search/availability, WHOIS lookup, TLD registration pricing, and TLD requirements. See src/nameai_mcp/server.py for the tool definitions and src/nameai_mcp/nameai_client.py for the HTTP client that talks to name.ai.
GET /health β health check.POST /mcp (and GET /mcp for the SSE stream) β the MCP streamable-http
endpoint. This is the URL an MCP client/host connects to.NAMEAI_API_BASE_URL β base URL of the name.ai API this server calls.
Defaults to https://name.ai.HOST / PORT β bind address for the server itself. Default 0.0.0.0:8000.The image runs nameai-mcp (the main() entry point in
src/nameai_mcp/__init__.py), which reads
HOST/PORT from the environment β pass -e PORT=... if your platform
injects a different port.
Any host that can run the Docker image works. To make it reachable by AI
agents as https://mcp.name.ai, DNS for name.ai is on Cloudflare β add an
A/CNAME record for the mcp subdomain pointing at wherever this
container runs, and terminate TLS there (e.g. via Coolify/Traefik if hosted
alongside the rest of nameaiv1).
Being reachable isn't the same as being discovered β nothing on
name.ai currently points at this server. For an agent (or a scanner like
ora) to find it, name.ai itself needs a pointer to it, e.g. a line in
/llms.txt or a .well-known/mcp.json manifest. That's a change in the
nameaiv1 repo, not this one.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/name-ai-mcp-server)<a href="https://allmcps.com/mcp/name-ai-mcp-server"><img src="https://allmcps.com/api/badge/name-ai-mcp-server?style=directory" alt="Name.ai MCP Server on AllMCPs" /></a>