{
  "markdown": "# NamingSignal\n\nEvidence-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.\n\nThis repository contains the open-source clients and the deterministic naming core:\n\n| Package | What it is | Install |\n| --- | --- | --- |\n| [`@namingsignal/mcp`](packages/mcp) | Stdio MCP server exposing five read-only naming tools backed by the hosted API | `npx -y @namingsignal/mcp` |\n| [`@namingsignal/cli`](packages/cli) | CLI with keyless local commands (RDAP checks, privacy-bounded briefs, deterministic generation, decision records) plus hosted research | `npm install -g @namingsignal/cli` |\n\n## Quick links\n\n- Site: https://namingsignal.com\n- Developer docs and API keys: https://namingsignal.com/developers\n- Hosted agent guide: https://namingsignal.com/agent-guide.txt\n- OpenAPI contract: https://namingsignal.com/openapi.json (a static snapshot lives in [`openapi.json`](openapi.json))\n- Agent workflow guide: [`docs/agent-workflow.md`](docs/agent-workflow.md)\n\n## Remote MCP, no install\n\nThe fastest integration is the hosted Streamable HTTP MCP endpoint. Create a free API key at https://namingsignal.com/developers/keys, then:\n\n```bash\nclaude mcp add --transport http naming-signal https://namingsignal.com/mcp \\\n  --header \"Authorization: Bearer YOUR_NAMINGSIGNAL_KEY\"\n```\n\nCodex `~/.codex/config.toml`:\n\n```toml\nexperimental_use_rmcp_client = true\n\n[mcp_servers.naming_signal]\nurl = \"https://namingsignal.com/mcp\"\nbearer_token_env_var = \"NAMING_SIGNAL_API_KEY\"\n```\n\nPrefer a local process? Use the stdio package instead; see [`packages/mcp`](packages/mcp/README.md).\n\n## Keyless local check\n\n```bash\nnpx -y @namingsignal/cli check offhook nicless --tlds com,app --json\n```\n\nLive RDAP registry evidence, transparent scoring, and honest unknowns, with no account and no API key.\n\n## Scope of this repository\n\nThis 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.\n\n## Contributing\n\nIssues 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.\n\n## License\n\nMIT, Copyright (c) 2026 Zena Labs LLC. See [LICENSE](LICENSE).\n\nNamingSignal output is preliminary business research, not legal advice, trademark clearance, or a registrar guarantee.\n",
  "bytes": 2935,
  "sha": "90db0e4224ea114a5a50b7a133c6d3261f06e8bacd5a2f5c40e14782702cd610",
  "repo_slug": "moekoelueker/namingsignal",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_namingsignal_naming_signal_3c850a3e/readme"
}