# namemyapp MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-rakesh1002-namemyapp
- Repository: https://github.com/Rakesh1002/namemyapp-mcp
- Website: https://namemy.app/agents

## Install
- Command: `npx -y @namemyapp/mcp`
- Endpoint: https://mcp.namemy.app/direct
- Auth: Not captured

## Setup notes
- Package: Npm @namemyapp/mcp v1.1.5
- Environment variable: NAMEMYAPP_API_KEY (secret)
- Environment variable: NAMEMYAPP_AGENT_SOURCE (default mcp)
- Remote endpoint: https://mcp.namemy.app/mcp
- Remote endpoint: https://mcp.namemy.app/direct

## Tools
- check_domains_public_bulk - PUBLIC, NO API KEY required. Same as check_domain_public but checks up to 50 domains in ONE call (faster + fewer rate-limit hits). Returns an array where each item has availability, price, renewal price, registrar, and a clickable buyUrl. ALWAYS prefer this over multiple check_domain_public calls when you have more than one candidate. Endpoint: https://mcp.namemy.app/direct
- check_domain_public - PUBLIC, NO API KEY required. The one-stop tool for handing a user a domain decision. Returns ALL of: availability (boolean), retail price (USD), renewal price, registrar, AND a ready-to-use buyUrl the user can click to register the domain on namemy.app. Use this for EVERY candidate before recommending — never invent URLs or prices, always trust the buyUrl this returns. Rate-limited per IP. For bulk checks (multiple domains in one call), use check_domains_public_bulk. Endpoint: https://mcp.namemy.app/direct
- buy_link - Build a one-click purchase URL the user can open to buy a domain on namemy.app. Always available (works without an API key). Use this when the user has decided on a name they like — hand them the URL and they sign up + pay in their browser. Endpoint: https://mcp.namemy.app/direct
- generate_names - Generate brandable business names with real-time domain availability. Returns names that are ACTUALLY available to register, with pricing. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- check_domain - Check if a domain is available and get pricing from the cheapest registrar. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- buy_domain - Purchase a domain using the stored payment method. Returns success/failure. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- list_domains - List all domains owned by the user. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- set_dns_record - Add or update a DNS record for a domain. Useful for pointing domains to Vercel, Netlify, or email services. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- brand_conflict_check - Check if a brand name conflicts with USPTO trademarks, live company homepages, or search results. Free for all tiers. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- generate_logo - Generate AI logo concepts (icon + palette + typography + layout) for a business. Returns N variations. Requires Founder sub or one-time LOGO_PACK/BRAND_KIT purchase. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- generate_legal_docs - Generate Privacy Policy, Terms of Service, and Cookie Policy for a business. Region-aware (GDPR, CCPA, LGPD). Requires Founder sub or LEGAL_KIT purchase. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- generate_brand_kit - Generate a complete brand kit (essentials, audience, personality, visual identity, voice, imagery, applications, dos-and-donts). Requires Founder sub or BRAND_KIT purchase. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct
- generate_social_kit - Generate a social media strategy + content kit (posts, captions, calendar, analytics framework). Requires Founder sub or SOCIAL_MEDIA_KIT purchase. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys] Endpoint: https://mcp.namemy.app/direct

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Rakesh1002
- Version: 1.1.5
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 26, 2026
- Source: https://registry.modelcontextprotocol.io
