# Headless Domains .agent agentic identity

The identity standard for autonomous agents.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add info-fiam/headless-domains

# Browse available tools
npx -y smithery tool list info-fiam/headless-domains

# Get full schema for a tool
npx -y smithery tool get info-fiam/headless-domains search_domain

# Call a tool
npx -y smithery tool call info-fiam/headless-domains search_domain '{}'
```

## Direct MCP Connection

Endpoint: `https://headless-domains.run.tools`

**Optional config:**
- `HEADLESSDOMAINS_API_KEY` (query) — Your Headless Domains API key (required to register domains or sync bios. Search works without it)

## Tools (3)

- `search_domain` — Search if a Headless Domain is available for registration
- `register_domain` — Register an available Headless Domain for 1 year using Gems
- `sync_bio` — Update the bio and social links for a registered Headless Domain

```bash
# Get full input/output schema for a tool
npx -y smithery tool get info-fiam/headless-domains <tool-name>
```
