CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Namemyapp

rakesh1002/namemyapp-mcp
12 toolsauthSTDIO, HTTPregistry active
Summary

Wires Claude, Cursor, ChatGPT, and other MCP clients into namemy.app's domain search and registration API. In public mode it builds one-click buy URLs with no auth required. Pass an API key and you unlock live availability checks, AI name generation with availability fused in, server-to-server domain purchases, DNS record management, and brand kit tooling (logos, legal docs, social assets). Ships as stdio via npx, remote HTTP with OAuth for Claude.ai web, or direct bearer auth for Claude Desktop. Every call stamps attribution so conversions trace back to the agent that drove them. Useful when you want your assistant to not just suggest names but hand users a working checkout link or provision domains without leaving the chat.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

12 tools
buy_linkBuild 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.2 params

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.

Parameters* required
domainstring
Fully-qualified domain to buy, e.g. 'codeflow.ai'
priceUsdnumber
Optional quoted price in USD. If omitted, the checkout page will fetch the live price.
check_domain_publicCheck if a domain is available without requiring an API key (rate-limited). Returns availability and indicative pricing. For full pricing/registration use check_domain or buy_domain (both require an API key).1 params

Check if a domain is available without requiring an API key (rate-limited). Returns availability and indicative pricing. For full pricing/registration use check_domain or buy_domain (both require an API key).

Parameters* required
domainstring
Domain to check, e.g. 'taskflow.app'
generate_namesGenerate 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]4 params

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]

Parameters* required
tldsarray
Preferred TLDs
countnumber
Max resultsdefault: 10
industrystring
Industry context (e.g., 'saas', 'fintech', 'healthcare')
descriptionstring
What does the project/business do?
check_domainCheck 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]1 params

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]

Parameters* required
domainstring
Domain to check, e.g. 'taskflow.app'
buy_domainPurchase 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]2 params

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]

Parameters* required
yearsnumber
Registration yearsdefault: 1
domainstring
Domain to purchase
list_domainsList all domains owned by the user. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys]

List all domains owned by the user. [Requires a free namemy.app API key — get one at https://namemy.app/app/api-keys]

No parameter schema in public metadata yet.

set_dns_recordAdd 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]5 params

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]

Parameters* required
ttlnumber
default: 300
hoststring
Subdomain or @ for root
typestring
one of A · AAAA · CNAME · MX · TXT · NS
valuestring
domainstring
brand_conflict_checkCheck 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]2 params

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]

Parameters* required
namestring
Brand name to check
contextstring
Optional industry/product context to narrow results (e.g., 'AI task manager')
generate_logoGenerate 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]5 params

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]

Parameters* required
namestring
countnumber
Number of variations (1-9)default: 4
sloganstring
descriptionstring
What the business does
preferencesobject
generate_legal_docsGenerate 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]5 params

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]

Parameters* required
regionsarray
websiteUrlstring
businessNamestring
businessTypestring
saas | ecommerce | agency | marketplace | …
contactEmailstring
generate_brand_kitGenerate 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]4 params

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]

Parameters* required
namestring
industrystring
descriptionstring
includeVisualsboolean
default: true
generate_social_kitGenerate 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]7 params

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]

Parameters* required
goalsarray
industrystring
platformsarray
voiceTonestring
one of professional · friendly · witty · technical · casual · bold
descriptionstring
businessNamestring
targetAudiencestring

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

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:

{
  "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)

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

Install — Claude 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:

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

{ domain: "codeflow.ai", priceUsd?: 13.20 }
// → { domain, buyUrl, source }

check_domain — authed

Live single-domain availability + price.

{ domain: "codeflow.ai" }
// → { domain, available, bestPrice, comparison, buyUrl }

generate_names — authed

AI brand name generation with availability fused in.

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

NAMEMYAPP_API_KEYsecret

Optional. Get a free key at https://namemy.app/app/api-keys.

NAMEMYAPP_AGENT_SOURCEdefault: mcp

Attribution tag (e.g. 'claude-desktop'). Default 'mcp'.

Registryactive
Package@namemyapp/mcp
TransportSTDIO, HTTP
AuthRequired
UpdatedApr 26, 2026
View on GitHub