io.github.siddmax/namera
Namera
像 YC 创始人一样为你的创业公司命名。检查域名可用性、筛查商标冲突,并对所有结果排序——让你从最佳选项中挑选,而不是面对全部选项。

安装
uvx namera或者进行持久安装:
uv tool install nameragit clone https://github.com/siddmax/Namera.git
cd Namera
pip install -e .uvx namera find --context '{"name_candidates": ["voxly", "dataprime"], "niche": "fintech"}' Ranked results
┌──────┬────────────┬───────┬────────────┬───────────┐
│ Rank │ Name │ Score │ .com │ Trademark │
├──────┼────────────┼───────┼────────────┼───────────┤
│ 1 │ getnamera │ 92 │ Available │ Clear │
│ 2 │ trynamera │ 87 │ Available │ Clear │
│ 3 │ namerahq │ 84 │ Available │ Clear │
└──────┴────────────┴───────┴────────────┴───────────┘Related MCP server: domain-mcp
功能
域名可用性——DNS、RDAP 和可选的价格查询
商标筛查——12.7M 件 USPTO 商标,精确匹配 + 模糊匹配
社交账号检查——GitHub、Twitter/X、Instagram
名称生成——通过前缀、后缀和 TLD 组合生成排列
加权排序——基于可用性、商标安全性、长度和可发音性的综合得分
评分配置——内置面向金融科技、SaaS、消费级产品、开发者工具的预设
20 种 TLD 预设——
popular、tech、startup、fintech、geo-us、geo-eu等多种输出格式——表格、JSON、NDJSON、CSV
对智能体友好——自动检测管道输出并切换为 JSON。专为 Claude Code、Codex 及其他 AI 智能体设计
快速——带缓存的并发异步检查
用法
检查名称
namera search voxly
namera domain voxly --tlds com,io,ai
namera trademark voxly
namera whois voxly.com根据业务上下文发现名称
# Interactive wizard
namera find
# Structured input (for agents and scripts)
namera find --context '{"name_candidates": ["voxly", "dataprime"], "description": "fintech analytics platform", "niche": "finance"}'
# Only available names, as JSON
namera find --context '...' --only-available --json生成名称排列
namera compose namera --common-prefixes --common-suffixes --check
namera compose namera --prefix get --prefix try --suffix hq --tlds com,io对候选名称排序
namera rank voxly dataprime nimbus
namera rank voxly dataprime --profile fintech --jsonTLD 预设
# See all presets
namera presets
# Use a preset anywhere TLDs are accepted
namera compose voxly --tlds startup --check
namera domain voxly --tlds techMCP 服务器(面向 AI 智能体)
Namera 以 MCP 服务器形式发布,因此 AI 智能体(Claude Code、ChatGPT、Codex)可以直接调用它。
pip install namera[mcp]
namera-mcp添加到 Claude Desktop(~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"namera": {
"command": "namera-mcp",
"args": []
}
}
}提供两个工具:
check_name——检查单个名称的域名、商标和社交账号find_names——结合业务上下文检查多个候选名称,进行评分并排序
评分配置
配置 | 优化方向 |
| 均衡——域名、商标、长度、可发音性 |
| .com 可用性(硬性筛选:必须有 .com) |
| 商标安全性(硬性筛选:必须无商标冲突) |
| 社交账号 + 可发音性 |
| .dev/.io TLD + GitHub 账号 |
pip install -e ".[dev]"
pytest tests/ -v
ruff check src/ tests/许可证
MIT
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
- AlicenseAqualityDmaintenanceEnables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.43MIT
- FlicenseAqualityDmaintenanceEnables domain name availability checking through DNS and WHOIS lookups with confidence scoring. It supports searching across alternative TLDs and generating domain name variations for branding purposes.4
- AlicenseNot gradedqualityFmaintenanceScore brand names across domain availability, USPTO trademark conflict, social handle availability (12+ platforms), SEO strength, and AI findability (GEO) in a single call. Pay-per-call via the x402 micropayment protocol (USDC on Base + Solana) — no signup, no API keys.MIT
- AlicenseNot gradedqualityCmaintenanceGenerates startup names with live .com availability checks and screens them against US and EU trademark registers.66MIT
Related MCP Connectors
Generate startup names with an available .com, checked live, then screen US and EU trademarks.
Confidence-scored domain availability checking for AI agents via CanYouGrab.it
Check if a brand name is free across domains, GitHub, npm and PyPI, and suggest available names.
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/solozerolabs/Namera'
If you have feedback or need assistance with the MCP directory API, please join our Discord server