io.github.siddmax/namera is an MCP server that check name availability across domains, trademarks, and social handles. Score and rank candidates. Its tool list has not been published yet over stdio, requires no API key, and scores 51/100 on MCPpedia's security, maintenance and efficiency rubric.
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
B2B lead generation and company search through Generect Live API for sales prospecting.
Google Search Console MCP Server for Claude, Cursor, Windsurf and other MCP Clients
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
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