Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"namera": {
"args": [],
"command": "namera-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Name your startup like a YC founder. Check domain availability, screen for trademark conflicts, and rank everything — so you pick from the best options, not all of them.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'namera' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked namera against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Claude Code plugin: 115 commands, 25 agents, 64 scripts, 67 MCP servers, 143 reference files. Eval/QA layer (hallucination detection, claim verification, A+ through F grading). Multilingual (Sarvam AI, DeepL, Google Cloud Translation). Full execution with approval workflow.
A free SEO research tool using Model Context Protocol (MCP) powered by Ahrefs data. Get backlink analysis, keyword research, traffic estimation, and more — directly in your AI-powered IDE.
MCP Security Weekly
Get CVE alerts and security updates for io.github.siddmax/namera and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Name your startup like a YC founder. Check domain availability, screen for trademark conflicts, and rank everything — so you pick from the best options, not all of them.

uvx namera
Or install persistently:
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 │
└──────┴────────────┴───────┴────────────┴───────────┘
popular, tech, startup, fintech, geo-us, geo-eu, and morenamera 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
# See all presets
namera presets
# Use a preset anywhere TLDs are accepted
namera compose voxly --tlds startup --check
namera domain voxly --tlds tech
Namera ships as an MCP server so AI agents (Claude Code, ChatGPT, Codex) can call it directly.
pip install namera[mcp]
namera-mcp
Add to Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"namera": {
"command": "namera-mcp",
"args": []
}
}
}
Two tools are exposed:
check_name — check a single name across domain, trademark, and socialfind_names — check multiple candidates with business context, score, and rank them| Profile | Optimizes for |
|---|---|
default | Balanced — domain, trademark, length, pronounceability |
startup-saas | .com availability (hard filter: must have .com) |
fintech | Trademark safety (hard filter: must be trademark-clear) |
consumer | Social handles + pronounceability |
developer-tools | .dev/.io TLDs + GitHub handle |
pip install -e ".[dev]"
pytest tests/ -v
ruff check src/ tests/
MIT