Model Context Protocol

Connect Namefy to your AI agent

Namefy runs a hosted, remote MCP server — generate domain names, check availability, and manage saved domains as tools any MCP-compatible client (Claude Desktop, Claude Code, Cursor, Windsurf, and others) can call directly.

Tools exposed

generate_domains

Generate AI domain name ideas from a prompt.

check_domain_availability

WHOIS-check whether a domain looks available.

get_domain_meta

Fetch page metadata for a URL.

list_collections

List your saved domains.

save_collection

Save a domain to your collection.

delete_collection

Remove a domain from your collection.

list_history

List your past generation sessions.

Connect

Server URL: https://api.namefy.net/mcp — Streamable HTTP transport.

OAuth 2.1 (recommended)

Point a compliant client at the server URL above — it discovers everything else (the authorization server, that Dynamic Client Registration and PKCE are required) from /.well-known/oauth-protected-resource. No static secret to paste anywhere; you approve access once, per client, on a real consent screen.

~/.claude/mcp.json
{
  "mcpServers": {
    "namefy": {
      "url": "https://api.namefy.net/mcp"
    }
  }
}

Static API key

Simpler, unscoped, never expires. Get your key from the dashboard's Integrations page (requires signing in).

~/.claude/mcp.json
{
  "mcpServers": {
    "namefy": {
      "url": "https://api.namefy.net/mcp",
      "headers": {
        "x-api-key": "<your-api-key>"
      }
    }
  }
}

Discovery endpoints

Machine-readable references, for clients or agents that discover integrations programmatically rather than reading this page.

FAQ

    Namefy - AI Domain Name Generator