Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Namemyapp
N
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:11:37 AM

Namemyapp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Brandable business names with live domain availability + one-click buy URLs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "namemyapp-2": {
      "command": "npx",
      "args": [
        "-y",
        "namemyapp-2"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@namemyapp/mcp

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:

ModeEndpointAuthBest for
Remote OAuthhttps://mcp.namemy.app/mcpOAuth 2.1 + PKCEClaude.ai web Β· ChatGPT Β· directory listings
Remote directhttps://mcp.namemy.app/directBearer namemy.app keyClaude Desktop Β· curl Β· custom scripts
Local stdionpx -y @namemyapp/mcpEnv var keyClaude 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.

npm license

What it does

Your AI agent can already suggest names. This server lets it:

  • Check domain availability across registrars with unified retail pricing
  • Hand the user a one-click buy URL that drops them into namemy.app's checkout β€” sign-up + payment in one flow, your agent never touches a card
  • Generate brandable names with availability fused in (authed mode)
  • Buy domains server-to-server (authed mode)
  • Set DNS records, generate logos, legal docs, brand kits (authed mode)

Install β€” Claude.ai web / Cursor / ChatGPT (remote, OAuth)

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):

Code
https://mcp.namemy.app/mcp

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.

Install β€” Claude Desktop / scripts (remote, direct bearer)

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:

config.json
{
  "mcpServers": {
    "namemyapp": {
      "transport": "http",
      "url": "https://mcp.namemy.app/direct",
      "headers": { "Authorization": "Bearer nma_live_..." }
    }
  }
}

Restart Claude Desktop. Ask: "is codeflow.ai available?"

Install β€” Claude Desktop (local stdio fallback)

config.json
{
  "mcpServers": {
    "namemyapp": {
      "command": "npx",
      "args": ["-y", "@namemyapp/mcp"],
      "env": { "NAMEMYAPP_AGENT_SOURCE": "claude-desktop" }
    }
  }
}

Install β€” Claude Code

Code
/plugin install namemyapp

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.

Install β€” Cursor / Windsurf / Continue.dev

Same JSON shape:

config.json
{
  "mcpServers": {
    "namemyapp": {
      "command": "npx",
      "args": ["-y", "@namemyapp/mcp"],
      "env": { "NAMEMYAPP_AGENT_SOURCE": "cursor" }
    }
  }
}
  • Cursor: ~/.cursor/mcp.json (or workspace .cursor/mcp.json)
  • Windsurf: ~/.codeium/windsurf/mcp_config.json
  • Continue.dev: ~/.continue/config.json under experimental.modelContextProtocolServers

Full install matrix: https://namemy.app/agents/install.

Two modes

ModeTriggerTools exposed
publicno NAMEMYAPP_API_KEYbuy_link (URL builder, no network call)
authedNAMEMYAPP_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.

Tools

buy_link β€” always available

Build a one-click purchase URL.

JSON Config
{ domain: "codeflow.ai", priceUsd?: 13.20 }
// β†’ { domain, buyUrl, source }

check_domain β€” authed

Live single-domain availability + price.

JSON Config
{ domain: "codeflow.ai" }
// β†’ { domain, available, bestPrice, comparison, buyUrl }

generate_names β€” authed

AI brand name generation with availability fused in.

JSON Config
{ description: "AI task manager", tlds?, count?, industry? }
// β†’ { meta, results: [{ name, tldOptions: [{ domain, available, price, buyUrl }] }] }

Other authed tools

buy_domain (server-to-server), list_domains, set_dns_record, brand_conflict_check, generate_logo, generate_legal_docs, generate_brand_kit, generate_social_kit.

Environment variables

VarDefaultPurpose
NAMEMYAPP_API_KEYβ€”Bearer token for authed mode
NAMEMYAPP_API_URLhttps://namemy.appOverride for staging / self-hosted
NAMEMYAPP_AGENT_SOURCEmcpAttribution tag stamped on every API call + buyUrl

Attribution

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.

Transport

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>.

Source + license

MIT. Source at https://github.com/Rakesh1002/namemyapp/tree/main/packages/mcp.

Related MCP Servers

View all in Developer Tools View all alternatives
  • N
    Namemyapp

    Brandable business names with live domain availability + one-click buy URLs.

    πŸ’» Developer Tools0 views
    Compare vs Namemyapp β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ’» Developer Tools1 views
    Compare vs World Monitor β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about Namemyapp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "namemyapp": { "command": "npx", "args": ["-y", "namemyapp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNamemyapp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/namemyapp-2?style=directory)](https://allmcps.com/mcp/namemyapp-2)
HTML Embed
<a href="https://allmcps.com/mcp/namemyapp-2"><img src="https://allmcps.com/api/badge/namemyapp-2?style=directory" alt="Namemyapp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Namemyapp β†’Install in Claude DesktopInstall in CursorInstall in VS Code