- ✓Actively maintained (<30d)
- ✓Documented (README)
- !No standard license detected
- !No description
claude mcp add nameai-mcp -- uvx nameai_mcp{
"mcpServers": {
"nameai-mcp": {
"command": "uvx",
"args": ["nameai_mcp"]
}
}
}MCP Servers overview
# nameai-mcp 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](src/nameai_mcp/server.py) for the tool definitions and [src/nameai_mcp/nameai_client.py](src/nameai_mcp/nameai_client.py) for the HTTP client that talks to name.ai. ## Endpoints - `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. ## Configuration - `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`. ## Local development ```sh uv sync uv run uvicorn nameai_mcp.app:app --reload ``` ## Docker ```sh docker build -t nameai-mcp . docker run -p 8000:8000 nameai-mcp ``` The image runs `nameai-mcp` (the `main()` entry point in [src/nameai_mcp/\_\_init\_\_.py](src/nameai_mcp/__init__.py)), which reads `HOST`/`PORT` from the environment — pass `-e PORT=...` if your platform injects a different port. ## Deploying 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.
What people ask about nameai_mcp
What is namekart/nameai_mcp?
+
namekart/nameai_mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.
How do I install nameai_mcp?
+
You can install nameai_mcp by cloning the repository (https://github.com/namekart/nameai_mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is namekart/nameai_mcp safe to use?
+
Our security agent has analyzed namekart/nameai_mcp and assigned a Trust Score of 52/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains namekart/nameai_mcp?
+
namekart/nameai_mcp is maintained by namekart. The last recorded GitHub activity is dated 2026-08-27, with 0 open issues.
Are there alternatives to nameai_mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy nameai_mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/namekart-nameai-mcp)<a href="https://claudewave.com/repo/namekart-nameai-mcp"><img src="https://claudewave.com/api/badge/namekart-nameai-mcp" alt="Featured on ClaudeWave: namekart/nameai_mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!