Startupnamegenerator

by startupnamegenerator

203 downloads
Not rated
GitHub

Description

# Startup Name Generator MCP Connect any MCP client (Claude, Cursor, or your own agent) to **[Startup Name Generator](https://startupnamegenerator.com)**: generate startup names whose **.com is available right now** (checked live), then **screen the one you pick against the US…

About

# Startup Name Generator MCP Connect any MCP client (Claude, Cursor, or your own agent) to **[Startup Name Generator](https://startupnamegenerator.com)**: 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…

Details

Author
startupnamegenerator
Downloads
203
Categories
Other

- Generate brandable names with live .com availability checks.
- Check authoritative .com availability for a single name via RDAP.
- Perform US plus EU trademark knockout searches with exact, phonetic, and fuzzy matching.
- Score a name from 0 to 100 based on domain and trademark signals.
- No npm needed for Streamable HTTP clients.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Startupnamegenerator
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Get a free API key at startupnamegenerator.com/mcp, then add it to your MCP client. You can run it via stdio using npx -y startupnamegenerator-mcp with the environment variable STARTUPNAMEGENERATOR_API_KEY, or use the Streamable HTTP endpoint directly at https://startupnamegenerator.com/api/mcp with a Bearer token.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "startupnamegenerator": {
            "startupnamegenerator": {
                "command": "npx",
                "args": [
                    "-y",
                    "startupnamegenerator-mcp"
                ],
                "env": {
                    "STARTUPNAMEGENERATOR_API_KEY": "your_key_here"
                }
            }
        }
    }
}

McpServers

{
    "startupnamegenerator": {
        "command": "npx",
        "args": [
            "-y",
            "startupnamegenerator-mcp"
        ],
        "env": {
            "STARTUPNAMEGENERATOR_API_KEY": "your_key_here"
        }
    }
}

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

1. Get a free API key at startupnamegenerator.com/mcp.
2. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.