NamingSignal

NamingSignal

Provides evidence-first product naming tools for agents and founders, including domain registry checks, namespace searches, and finalist research with sources and timestamps.

Category
Visit Server

README

NamingSignal

Evidence-first product naming for agents and founders. NamingSignal generates broad, diverse name fields, checks exact domain registry evidence (RDAP) and developer namespaces, and researches finalists with sources and timestamps instead of vibes. Registry not-found is reported as likely unregistered, never as a purchase guarantee.

This repository contains the open-source clients and the deterministic naming core:

Package What it is Install
@namingsignal/mcp Stdio MCP server exposing five read-only naming tools backed by the hosted API npx -y @namingsignal/mcp
@namingsignal/cli CLI with keyless local commands (RDAP checks, privacy-bounded briefs, deterministic generation, decision records) plus hosted research npm install -g @namingsignal/cli

Quick links

  • Site: https://namingsignal.com
  • Developer docs and API keys: https://namingsignal.com/developers
  • Hosted agent guide: https://namingsignal.com/agent-guide.txt
  • OpenAPI contract: https://namingsignal.com/openapi.json (a static snapshot lives in openapi.json)
  • Agent workflow guide: docs/agent-workflow.md

Remote MCP, no install

The fastest integration is the hosted Streamable HTTP MCP endpoint. Create a free API key at https://namingsignal.com/developers/keys, then:

claude mcp add --transport http naming-signal https://namingsignal.com/mcp \
  --header "Authorization: Bearer YOUR_NAMINGSIGNAL_KEY"

Codex ~/.codex/config.toml:

experimental_use_rmcp_client = true

[mcp_servers.naming_signal]
url = "https://namingsignal.com/mcp"
bearer_token_env_var = "NAMING_SIGNAL_API_KEY"

Prefer a local process? Use the stdio package instead; see packages/mcp.

Keyless local check

npx -y @namingsignal/cli check offhook nicless --tlds com,app --json

Live RDAP registry evidence, transparent scoring, and honest unknowns, with no account and no API key.

Scope of this repository

This repo contains the MCP and CLI clients plus the deterministic core they share: RDAP domain checking with calibration, exact namespace checks (npm, PyPI, GitHub, Apple), the brief compiler, import safety bounds, the transparent scoring rubric, and decision-record export. The hosted orchestration (model-led generation, editorial ranking, finalist research providers, accounts, and metering) runs at namingsignal.com and is not in this repo.

Contributing

Issues and pull requests are welcome at https://github.com/moekoelueker/namingsignal/issues. Please do not file security reports as public issues; see https://namingsignal.com for contact details.

License

MIT, Copyright (c) 2026 Zena Labs LLC. See LICENSE.

NamingSignal output is preliminary business research, not legal advice, trademark clearance, or a registrar guarantee.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured