{
  "markdown": "# Startup Name Generator MCP\n\nConnect 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 registers**.\n\nAny 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.\n\n## Tools\n\n- **generate_names** — brandable names whose .com is available, each checked live against domain records.\n- **check_domain** — authoritative .com availability for a single name (via RDAP).\n- **screen_trademark** — a US plus EU registry knockout search with exact, phonetic, and fuzzy matching, scored by Nice class. Not legal advice.\n- **score_name** — a 0 to 100 defensibility score from the domain and trademark signal.\n\n## Quick start\n\n1. Get a free API key at **[startupnamegenerator.com/mcp](https://startupnamegenerator.com/mcp)**.\n2. Add it to your MCP client.\n\n### Claude Desktop / Cursor / Windsurf (stdio)\n\n```json\n{\n  \"mcpServers\": {\n    \"startupnamegenerator\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"startupnamegenerator-mcp\"],\n      \"env\": { \"STARTUPNAMEGENERATOR_API_KEY\": \"your_key_here\" }\n    }\n  }\n}\n```\n\n### Hosted (Streamable HTTP), direct\n\nIf your client speaks Streamable HTTP, point it straight at the server with a Bearer token, no npm needed:\n\n```\nURL:    https://startupnamegenerator.com/api/mcp\nHeader: Authorization: Bearer your_key_here\n```\n\nThis package is a thin convenience launcher: it bridges your client to that hosted endpoint via [mcp-remote](https://www.npmjs.com/package/mcp-remote). The name, domain, and trademark engine runs server-side.\n\n## Pricing\n\nGenerating 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](https://startupnamegenerator.com/pricing).\n\n## Links\n\n- Web app: https://startupnamegenerator.com\n- MCP docs: https://startupnamegenerator.com/mcp\n- Listed on the [Official MCP Registry](https://registry.modelcontextprotocol.io) as `com.startupnamegenerator/name-tools`\n\n## License\n\nMIT\n",
  "bytes": 2320,
  "sha": "0b409f398317cff8dc7d4e4be1bfce9e12bdb2a54c5bf3d352001374b9588e53",
  "repo_slug": "startupnamegenerator/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_startupnamegenerator_name_tools_2d260f9f/readme"
}