io.github.siddmax/namera
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.siddmax/nameraRank these startup names by domain availability and trademark conflicts: voxly, dataprime, nimbus"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Namera
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.

Install
uvx nameraOr install persistently:
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
Features
Domain availability — DNS, RDAP, and optional pricing lookups
Trademark screening — 12.7M USPTO trademarks, exact + fuzzy matching
Social handle checks — GitHub, Twitter/X, Instagram
Name generation — permutations with prefixes, suffixes, and TLD combinations
Weighted ranking — composite scores from availability, trademark safety, length, and pronounceability
Scoring profiles — built-in presets for fintech, SaaS, consumer, developer tools
20 TLD presets —
popular,tech,startup,fintech,geo-us,geo-eu, and moreMultiple output formats — table, JSON, NDJSON, CSV
Agent-friendly — auto-detects piped output and switches to JSON. Designed for Claude Code, Codex, and other AI agents
Fast — concurrent async checks with caching
Usage
Check a name
namera search voxly
namera domain voxly --tlds com,io,ai
namera trademark voxly
namera whois voxly.comDiscover names with business context
# 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 --jsonGenerate name permutations
namera compose namera --common-prefixes --common-suffixes --check
namera compose namera --prefix get --prefix try --suffix hq --tlds com,ioRank candidates
namera rank voxly dataprime nimbus
namera rank voxly dataprime --profile fintech --jsonTLD presets
# See all presets
namera presets
# Use a preset anywhere TLDs are accepted
namera compose voxly --tlds startup --check
namera domain voxly --tlds techMCP Server (for AI agents)
Namera ships as an MCP server so AI agents (Claude Code, ChatGPT, Codex) can call it directly.
pip install namera[mcp]
namera-mcpAdd 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
Scoring Profiles
Profile | Optimizes for |
| Balanced — domain, trademark, length, pronounceability |
| .com availability (hard filter: must have .com) |
| Trademark safety (hard filter: must be trademark-clear) |
| Social handles + pronounceability |
| .dev/.io TLDs + GitHub handle |
pip install -e ".[dev]"
pytest tests/ -v
ruff check src/ tests/License
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