Skip to main content
Glama
solozerolabs

io.github.siddmax/namera

by solozerolabs

Namera

YC創業者のようにスタートアップの名前を決めましょう。ドメインの空き状況を確認し、商標の衝突をスクリーニングし、すべてをランク付けします — これにより、すべての候補ではなく、最良の選択肢から選ぶことができます。

Namera demo

インストール

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、およびオプションの価格情報の検索

  • 商標スクリーニング — 1270万件の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": []
    }
  }
}

2つのツールが公開されています:

  • 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