Skip to main content
Glama
solozerolabs

io.github.siddmax/namera

by solozerolabs

Namera

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

Namera 演示

安装

uvx namera

或者进行持久安装:

uv tool install namera
git 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 预设——populartechstartupfintechgeo-usgeo-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 --json

TLD 预设

# See all presets
namera presets

# Use a preset anywhere TLDs are accepted
namera compose voxly --tlds startup --check
namera domain voxly --tlds tech

MCP 服务器(面向 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——结合业务上下文检查多个候选名称,进行评分并排序

评分配置

配置

优化方向

default

均衡——域名、商标、长度、可发音性

startup-saas

.com 可用性(硬性筛选:必须有 .com)

fintech

商标安全性(硬性筛选:必须无商标冲突)

consumer

社交账号 + 可发音性

developer-tools

.dev/.io TLD + GitHub 账号

pip install -e ".[dev]"
pytest tests/ -v
ruff check src/ tests/

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
4dRelease cycle
11Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.
    4
    3
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    F
    maintenance
    Score 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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