← Registry

Developer Tools

namemy.app

Provides domain availability checking, name generation, and purchase functionality.

2 endpoints13 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.namemy.app/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.namemy-app]
url = "https://mcp.namemy.app/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "namemy-app": {
      "type": "http",
      "url": "https://mcp.namemy.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: namemy-app
Remote MCP URL: https://mcp.namemy.app/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "namemy-app": {
      "url": "https://mcp.namemy.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "namemy-app": {
      "type": "http",
      "url": "https://mcp.namemy.app/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "namemy-app bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "namemy-app",
  "transport": "streamable-http",
  "url": "https://mcp.namemy.app/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.namemy.app/direct

No auth detected

MCP server metadata

Name
namemyapp-mcp
Version
0.4.0
Capabilities
tools
Server instructions

namemy.app remote MCP. Authorize with OAuth or pass `Authorization: Bearer <namemyapp-key>` to /mcp/direct to unlock all 12 tools. Without auth, buy_link and check_domain_public are available.

Known tools 13

check_domains_public_bulk

PUBLIC, NO API KEY required.

Inferred read-only
check_domain_public

PUBLIC, NO API KEY required.

Inferred read-only
buy_link

Build a one-click purchase URL the user can open to buy a domain on namemy.

Potential side effects
generate_names

Generate brandable business names with real-time domain availability.

Inferred read-only
check_domain

Check if a domain is available and get pricing from the cheapest registrar.

Inferred read-only
buy_domain

Purchase a domain using the stored payment method.

Potential side effects
list_domains

List all domains owned by the user.

Inferred read-only
set_dns_record

Add or update a DNS record for a domain.

Potential side effects
brand_conflict_check

Check if a brand name conflicts with USPTO trademarks, live company homepages, or search results.

Inferred read-only
generate_logo

Generate AI logo concepts (icon + palette + typography + layout) for a business.

Inferred read-only
generate_legal_docs

Generate Privacy Policy, Terms of Service, and Cookie Policy for a business.

Inferred read-only
generate_brand_kit

Generate a complete brand kit (essentials, audience, personality, visual identity, voice, imagery, applications, dos-and-donts).

Inferred read-only
generate_social_kit

Generate a social media strategy + content kit (posts, captions, calendar, analytics framework).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.namemyapp-mcp]
url = "https://mcp.namemy.app/direct"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "namemyapp-mcp": {
      "type": "http",
      "url": "https://mcp.namemy.app/direct"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: namemyapp-mcp
Remote MCP URL: https://mcp.namemy.app/direct

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "namemyapp-mcp": {
      "url": "https://mcp.namemy.app/direct"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "namemyapp-mcp": {
      "type": "http",
      "url": "https://mcp.namemy.app/direct"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "namemyapp-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.namemy.app/direct"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for namemy.app was fetched 2026-07-28T02:45:23.605Z and is being refreshed.

Trust status Trusted

namemy.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.