Generate startup names with an available .com, checked live, then screen US and EU trademarks.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"startupnamegenerator": {
"env": {
"STARTUPNAMEGENERATOR_API_KEY": "your_key_here"
},
"args": [
"-y",
"startupnamegenerator-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect any MCP client (Claude, Cursor, or your own agent) to Startup Name Generator: generate startup names whose .com is available right now (checked live), then screen the one you pick against the US (USPTO) and EU (EUIPO) trademark registers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
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 legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Query 750+ Swedish statutes, EU cross-references, case law, and preparatory works
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
MCP Security Weekly
Get CVE alerts and security updates for com.startupnamegenerator/name-tools and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect any MCP client (Claude, Cursor, or your own agent) to Startup Name Generator: generate startup names whose .com is available right now (checked live), then screen the one you pick against the US (USPTO) and EU (EUIPO) trademark registers.
Any model can suggest a name. The hard part, the part that actually protects you, is verifying the .com is free and the trademark is clear before you commit a company to a name. That is what these tools do.
{
"mcpServers": {
"startupnamegenerator": {
"command": "npx",
"args": ["-y", "startupnamegenerator-mcp"],
"env": { "STARTUPNAMEGENERATOR_API_KEY": "your_key_here" }
}
}
}
If your client speaks Streamable HTTP, point it straight at the server with a Bearer token, no npm needed:
URL: https://startupnamegenerator.com/api/mcp
Header: Authorization: Bearer your_key_here
This package is a thin convenience launcher: it bridges your client to that hosted endpoint via mcp-remote. The name, domain, and trademark engine runs server-side.
Generating names and checking .com availability are free. The trademark Name Check is free, one a day; Pro and Ultimate raise the monthly allowance. See startupnamegenerator.com/pricing.
com.startupnamegenerator/name-toolsMIT