npm startupnamegenerator-mcpstreamable-httpMITupdated 2mo ago
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.
What can you do with name tools?
Startup Name Generator MCP
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.
Tools
- generate_names — brandable names whose .com is available, each checked live against domain records.
- check_domain — authoritative .com availability for a single name (via RDAP).
- screen_trademark — a US plus EU registry knockout search with exact, phonetic, and fuzzy matching, scored by Nice class. Not legal advice.
- score_name — a 0 to 100 defensibility score from the domain and trademark signal.
Quick start
- Get a free API key at startupnamegenerator.com/mcp.
- Add it to your MCP client.
Claude Desktop / Cursor / Windsurf (stdio)
{
"mcpServers": {
"startupnamegenerator": {
"command": "npx",
"args": ["-y", "startupnamegenerator-mcp"],
"env": { "STARTUPNAMEGENERATOR_API_KEY": "your_key_here" }
}
}
}
Hosted (Streamable HTTP), direct
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.
Pricing
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.
Links
- Web app: https://startupnamegenerator.com
- MCP docs: https://startupnamegenerator.com/mcp
- Listed on the Official MCP Registry as
com.startupnamegenerator/name-tools
License
MIT
Install
Add name tools to your client. Pick the one you use.
{
"servers": {
"startupnamegenerator-mcp": {
"type": "http",
"url": "https://startupnamegenerator.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add startupnamegenerator-mcp -- npx -y startupnamegenerator-mcpcodex mcp add startupnamegenerator-mcp -- npx -y startupnamegenerator-mcpamp mcp add startupnamegenerator-mcp -- npx -y startupnamegenerator-mcp{
"mcpServers": {
"startupnamegenerator-mcp": {
"command": "npx",
"args": [
"-y",
"startupnamegenerator-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"startupnamegenerator-mcp": {
"command": "npx",
"args": [
"-y",
"startupnamegenerator-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"startupnamegenerator-mcp": {
"command": "npx",
"args": [
"-y",
"startupnamegenerator-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"startupnamegenerator-mcp": {
"command": "npx",
"args": [
"-y",
"startupnamegenerator-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"startupnamegenerator-mcp": {
"command": "npx",
"args": [
"-y",
"startupnamegenerator-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"startupnamegenerator-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"startupnamegenerator-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"startupnamegenerator-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"startupnamegenerator-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y startupnamegenerator-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 66 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jun 26, 2026 |
| 1.0.0 | Jun 26, 2026 |