namemy.app: Domain registrar for AI agents
The first domain registrar an AI agent can actually use end-to-end. Add it to Claude Desktop, Claude.ai web, ChatGPT, Cursor, or any MCP client and it can generate brandable names, check live availability across 500+ TLDs, run real Stripe checkout, register through Dynadot, edit DNS records, and generate the matching logo / brand kit / legal docs — all from inside the conversation.
Tools (12)
| Tool | Auth | What it does |
|---|---|---|
buy_link | none | Build a one-click /checkout?domain=… URL the user opens to pay |
check_domain_public | none | Single-domain availability + indicative price (rate-limited) |
generate_names | API key | Brandable names with live availability |
check_domain | API key | Full availability + cheapest registrar pricing |
buy_domain | API key | Charge stored payment, register, set DNS |
list_domains | API key | List user's registered domains |
set_dns_record | API key | A / AAAA / CNAME / MX / TXT / NS records |
brand_conflict_check | API key | USPTO + active homepages + search signals |
generate_logo | API key | AI SVG logo (Claude Sonnet) |
generate_legal_docs | API key | Privacy / Terms / Cookie policy |
generate_brand_kit | API key | Colors, typography, voice, exports to Figma/Tailwind |
generate_social_kit | API key | Social media templates |
Connection details
Stdio (Claude Desktop, CLI, scripts):
{
"mcpServers": {
"namemyapp": {
"command": "npx",
"args": ["-y", "@namemyapp/mcp"],
"env": {
"NAMEMYAPP_API_KEY": "<YOUR_KEY>",
"NAMEMYAPP_AGENT_SOURCE": "mcp.so"
}
}
}
}
Remote OAuth (Claude.ai web, Cursor, ChatGPT):
https://mcp.namemy.app/mcp
Remote bearer (any HTTP MCP client):
https://mcp.namemy.app/direct
Authorization: Bearer nma_live_...
Pricing
-
Free tier: 1,000 public API calls/day. The buy_link and check_domain_public tools work without a key.
References
- npm: https://www.npmjs.com/package/@namemyapp/mcp
- Smithery: https://smithery.ai/servers/rakesh1002/namemyapp
- Official MCP Registry: io.github.Rakesh1002/namemyapp@1.1.4
- Docs: https://namemy.app/agents
Quick start
In Claude Desktop, add the stdio config above. Then ask:
▎ "Find me 5 brandable .ai domains for a code reviewer agent and buy the cheapest one."
It should generates names, calls check_domain for each, and either calls buy_domain (if your card is on file) or hands you a clickable buy_link. End-to-end inside the chat.
Server Config
{
"mcpServers": {
"namemyapp": {
"command": "npx",
"args": [
"-y",
"@namemyapp/mcp"
],
"env": {
"NAMEMYAPP_API_KEY": "<YOUR_API_KEY>",
"NAMEMYAPP_AGENT_SOURCE": "mcp.so"
}
}
}
}