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 및 선택적 가격 조회
상표 검토 — 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 --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-mcpClaude 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