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.
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
安装
把 name tools 添加到你的客户端。选择你正在使用的那个。
{
"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.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度13/20
- 能力0/15
- 安装体验15/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年6月26日 |
| 1.0.0 | 2026年6月26日 |