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、およびオプションの価格情報の検索
商標スクリーニング — 1270万件の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-mcpClaude Desktopに追加する(~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"namera": {
"command": "namera-mcp",
"args": []
}
}
}2つのツールが公開されています:
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