Brandable business names with live domain availability + one-click buy URLs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Model Context Protocol (MCP) server for namemy.app β gives Claude Desktop, Claude Code, Cursor, Windsurf, Continue.dev, ChatGPT, and any MCP-aware client live domain availability and one-click buy URLs.
Three ways to connect:
| Mode | Endpoint | Auth | Best for |
|---|---|---|---|
| Remote OAuth | https://mcp.namemy.app/mcp | OAuth 2.1 + PKCE | Claude.ai web Β· ChatGPT Β· directory listings |
| Remote direct | https://mcp.namemy.app/direct | Bearer namemy.app key | Claude Desktop Β· curl Β· custom scripts |
| Local stdio | npx -y @namemyapp/mcp | Env var key | Claude Code plugin Β· restricted networks |
The remote OAuth endpoint is the recommended path for hosted clients. Use direct or stdio if your client doesn't speak OAuth. This npm package is the stdio mirror.
Your AI agent can already suggest names. This server lets it:
Use the OAuth-protected endpoint when the client supports it (Claude.ai web/mobile connectors, ChatGPT Apps, Cursor's remote MCP, anything that follows MCP protected-resource discovery):
The client opens a browser tab where you paste your namemy.app API key once β after that the connector refreshes its own OAuth tokens. OAuth metadata is at /.well-known/oauth-authorization-server and /.well-known/oauth-protected-resource.
For clients that don't do OAuth (Claude Desktop's basic remote MCP, curl, custom scripts), point at the direct endpoint and pass your API key as a bearer token:
Restart Claude Desktop. Ask: "is codeflow.ai available?"
The bundled plugin ships a SKILL that triggers on naming/domain prompts plus three slash commands (/check-domain, /name-app, /buy-domain). Or wire just the MCP server in ~/.claude.json with the same JSON snippet as Claude Desktop.
Same JSON shape:
~/.cursor/mcp.json (or workspace .cursor/mcp.json)~/.codeium/windsurf/mcp_config.json~/.continue/config.json under experimental.modelContextProtocolServersFull install matrix: https://namemy.app/agents/install.
| Mode | Trigger | Tools exposed |
|---|---|---|
| public | no NAMEMYAPP_API_KEY | buy_link (URL builder, no network call) |
| authed | NAMEMYAPP_API_KEY=nma_live_... | All 12 tools wrapping /api/v1/* |
Public mode is the zero-friction path β npx -y @namemyapp/mcp works without any signup. Get a free key at https://namemy.app/app/api-keys for the full surface.
buy_link β always availableBuild a one-click purchase URL.
check_domain β authedLive single-domain availability + price.
generate_names β authedAI brand name generation with availability fused in.
buy_domain (server-to-server), list_domains, set_dns_record, brand_conflict_check, generate_logo, generate_legal_docs, generate_brand_kit, generate_social_kit.
| Var | Default | Purpose |
|---|---|---|
NAMEMYAPP_API_KEY | β | Bearer token for authed mode |
NAMEMYAPP_API_URL | https://namemy.app | Override for staging / self-hosted |
NAMEMYAPP_AGENT_SOURCE | mcp | Attribution tag stamped on every API call + buyUrl |
Every API call sends X-Agent-Source header and ?source= query param. namemy.app records this on every Purchase row and pushes attribution events to PostHog so we can credit the agent that drove the conversion.
Stdio (this package) and Streamable HTTP. Two remote endpoints:
https://mcp.namemy.app/mcp β OAuth 2.1 (auth code + PKCE, dynamic client registration via RFC 7591). Clients discover via /.well-known/oauth-authorization-server.https://mcp.namemy.app/direct β raw Authorization: Bearer <namemy.app-api-key>.MIT. Source at https://github.com/Rakesh1002/namemyapp/tree/main/packages/mcp.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/namemyapp-2)<a href="https://allmcps.com/mcp/namemyapp-2"><img src="https://allmcps.com/api/badge/namemyapp-2?style=directory" alt="Namemyapp on AllMCPs" /></a>