nameai-mcp
Officialnameai-mcp
Un servidor MCP remoto que expone una serie de las APIs públicas de name.ai que no requieren autenticación como herramientas: búsqueda/disponibilidad de dominios, consulta WHOIS, precios de registro de TLD y requisitos de TLD. Consulta src/nameai_mcp/server.py para las definiciones de las herramientas y src/nameai_mcp/nameai_cliente.py para el cliente HTTP that se comunicica con name.ai.
Endpoints
GET /health: comprobación of state.POST /mcp(yGET /mcppara the stream SSE) — el endpoint stream-able-HTTP of MCP. Esta es la URL a la que se conecta un cliente/host de MCP.
Related MCP server: FastDomainCheck MCP Server
Configuración
NAMEAI_API_BASE_URL— URL base de la API de la la that overhaul.https://name.HOST/PORT— address de enlace from server.0.0.0.0.0:8000.
Desarollo local
uv sync
uv run uvicorn nameai_mcp.app:app --reloadDocker
docker build -t nameai-mcp .
docker run -p 8000:8000 nameai-mcpLa image ejecuta nameai-mcp (the entry point main() at src/nameai_mcp/___init__.py), que reads HOST/PORT del entorno: captures - e PORT=... if your platform injects a different port.
Despliegue
Host that can run Docker image is valid. Para que los agentes de IA puedan accessed, https://mcp.name.ai, the DNS for name.ai is in Cloudflare: added a A/CNAME record for subdomain mcp which points to `where this container is running, and terminates TLS at that point (p. e.g., with Coolify/Traefik if hosted alongside nameaiv1).
Que sea accessible no equals a que ser descubierto: nothing in name.ai points actual to this server. For an agent (or a scanner like ora) to find it, the proper name.ai needs a pointer to it, e.g., a line in /llms.txt or a .well-known/mcp.json. That's a change in the nameaiv1 repo, not this one.
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.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables checking domain availability using WHOIS and DNS resolution, with support for single and batch queries.28
- AlicenseAqualityDmaintenanceEnables checking domain name availability for single or multiple domains using WHOIS and DNS verification.121MIT
- AlicenseBqualityDmaintenanceEnables domain name checking and related services through a standardized MCP interface.2MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for domain management, enabling domain availability checks, bulk domain checks, and API connectivity testing through the RealtimeRegister API.81MIT
Related MCP Connectors
Domains MCP — domain registration lookup + availability search over live
Discover MCP endpoints for real-world entities by resolving business domains.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
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/namekart/nameai_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server