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 및 선택적 가격 조회

  • 상표 검토 — USPTO 상표 1,270만 건, 정확 일치 + 퍼지 매칭

  • 소셜 핸들 확인 — 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 --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