← namemy.app

INDIVIDUAL MCP TOOL

check_domains_public_bulk

PUBLIC, NO API KEY required.

namemy.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.namemy.app/direct

No auth detected

Connect to this endpoint to inspect the live schema for check_domains_public_bulk and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

namemy.app

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.

Related tools

  • check_domain_public — PUBLIC, NO API KEY required.
  • buy_link — Build a one-click purchase URL the user can open to buy a domain on namemy.
  • generate_names — Generate brandable business names with real-time domain availability.
  • check_domain — Check if a domain is available and get pricing from the cheapest registrar.
  • buy_domain — Purchase a domain using the stored payment method.
  • list_domains — List all domains owned by the user.
  • set_dns_record — Add or update a DNS record for a domain.
  • brand_conflict_check — Check if a brand name conflicts with USPTO trademarks, live company homepages, or search results.