# io.github.Rakesh1002/namemyapp (remote · mcp.namemy.app)

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

- Trust score: 64/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.namemy.app`: 64/100 (this document), [markdown](https://verifymcp.io/servers/rakesh1002-namemyapp/direct.md), [page](https://verifymcp.io/servers/rakesh1002-namemyapp/direct)
- remote · `mcp.namemy.app`: 38/100, [markdown](https://verifymcp.io/servers/rakesh1002-namemyapp/mcp.md), [page](https://verifymcp.io/servers/rakesh1002-namemyapp/mcp)
- npm · `@namemyapp/mcp`: 70/100, [markdown](https://verifymcp.io/servers/rakesh1002-namemyapp/namemyapp-mcp.md), [page](https://verifymcp.io/servers/rakesh1002-namemyapp/namemyapp-mcp)

## Channel facts

- Endpoint: `https://mcp.namemy.app/direct`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.5`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1310 tokens (~100/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 44% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http rakesh1002-namemyapp https://mcp.namemy.app/direct
```

### Codex

```toml
[mcp_servers.rakesh1002-namemyapp]
url = "https://mcp.namemy.app/direct"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rakesh1002-namemyapp": {
      "type": "remote",
      "url": "https://mcp.namemy.app/direct",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rakesh1002-namemyapp --url https://mcp.namemy.app/direct --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  rakesh1002-namemyapp:
    url: "https://mcp.namemy.app/direct"
```

### Other

```json
{
  "mcpServers": {
    "rakesh1002-namemyapp": {
      "type": "http",
      "url": "https://mcp.namemy.app/direct"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 59, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (13)

### `check_domains_public_bulk` (~110 tokens)

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.

Input parameters:

- `domains` (array, required): Array of fully-qualified domains to check, e.g. ['taskflow.ai','codeflow.ai','shipsync.ai']

### `check_domain_public` (~128 tokens)

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.

Input parameters:

- `domain` (string, required): Domain to check, e.g. 'taskflow.app'

### `buy_link` (~108 tokens)

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.

Input parameters:

- `domain` (string, required): Fully-qualified domain to buy, e.g. 'codeflow.ai'
- `priceUsd` (number): Optional quoted price in USD. If omitted, the checkout page will fetch the live price.

### `generate_names` (~114 tokens)

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]

Input parameters:

- `count` (number): Max results
- `description` (string, required): What does the project/business do?
- `industry` (string): Industry context (e.g., 'saas', 'fintech', 'healthcare')
- `tlds` (array): Preferred TLDs

### `check_domain` (~63 tokens)

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]

Input parameters:

- `domain` (string, required): Domain to check, e.g. 'taskflow.app'

### `buy_domain` (~64 tokens)

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]

Input parameters:

- `domain` (string, required): Domain to purchase
- `years` (number): Registration years

### `list_domains` (~39 tokens)

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

### `set_dns_record` (~99 tokens)

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]

Input parameters:

- `domain` (string, required)
- `host` (string, required): Subdomain or @ for root
- `ttl` (number)
- `type` (string, required)
- `value` (string, required)

### `brand_conflict_check` (~91 tokens)

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]

Input parameters:

- `context` (string): Optional industry/product context to narrow results (e.g., 'AI task manager')
- `name` (string, required): Brand name to check

### `generate_logo` (~114 tokens)

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]

Input parameters:

- `count` (number): Number of variations (1-9)
- `description` (string, required): What the business does
- `name` (string, required)
- `preferences` (object)
- `slogan` (string)

### `generate_legal_docs` (~118 tokens)

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]

Input parameters:

- `businessName` (string, required)
- `businessType` (string, required): saas | ecommerce | agency | marketplace | …
- `contactEmail` (string)
- `regions` (array)
- `websiteUrl` (string)

### `generate_brand_kit` (~99 tokens)

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]

Input parameters:

- `description` (string)
- `includeVisuals` (boolean)
- `industry` (string)
- `name` (string, required)

### `generate_social_kit` (~113 tokens)

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]

Input parameters:

- `businessName` (string, required)
- `description` (string)
- `goals` (array)
- `industry` (string, required)
- `platforms` (array)
- `targetAudience` (string, required)
- `voiceTone` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/rakesh1002-namemyapp/direct#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 62
- 2026-07-30: 60
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 58

## Links

- Remote endpoint: https://mcp.namemy.app/direct
- Repository: https://github.com/Rakesh1002/namemyapp-mcp
- Website: https://namemy.app/agents
- Changelog RSS feed: https://verifymcp.io/servers/rakesh1002-namemyapp/direct/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/rakesh1002-namemyapp/direct/changelog.json
- HTML version of this page: https://verifymcp.io/servers/rakesh1002-namemyapp/direct
