Developer Tools
namemy.app
Provides domain availability checking, name generation, and purchase functionality.
ENDPOINT 1
https://mcp.namemy.app/mcp
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
MCP server metadata
- Name
- namemyapp-mcp
- Version
- 0.4.0
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
buy_linkBuild a one-click purchase URL the user can open to buy a domain on namemy.
Potential side effectsgenerate_namesGenerate brandable business names with real-time domain availability.
Inferred read-onlycheck_domainCheck if a domain is available and get pricing from the cheapest registrar.
Inferred read-onlybrand_conflict_checkCheck if a brand name conflicts with USPTO trademarks, live company homepages, or search results.
Inferred read-onlygenerate_logoGenerate AI logo concepts (icon + palette + typography + layout) for a business.
Inferred read-onlygenerate_legal_docsGenerate Privacy Policy, Terms of Service, and Cookie Policy for a business.
Inferred read-onlygenerate_brand_kitGenerate a complete brand kit (essentials, audience, personality, visual identity, voice, imagery, applications, dos-and-donts).
Inferred read-onlygenerate_social_kitGenerate a social media strategy + content kit (posts, captions, calendar, analytics framework).
Inferred read-onlyCONNECT 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.
namemy.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.