Startup Name Generator MCP
Generates startup names with live .com availability checks and screens them against US and EU trademark registers.
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.