# Unulu

Create and manage custom link-in-bio sites instantly with personalized bios and social links. Check handle availability and update site content in real-time to maintain a polished online presence. Ge…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add unulu/site-builder

# Browse available tools
npx -y @smithery/cli@latest tool list unulu/site-builder

# Get full schema for a tool
npx -y @smithery/cli@latest tool get unulu/site-builder unulu_create_site

# Call a tool
npx -y @smithery/cli@latest tool call unulu/site-builder unulu_create_site '{}'
```

## Direct MCP Connection

Endpoint: `https://site-builder--unulu.run.tools`

## Tools (4)

- `unulu_create_site` — Create a link-in-bio site with a name, bio, and links. Returns a live URL on unu.lu that expires in 1 hour unless claim…
- `unulu_get_state` — Returns the current state of a site including its name, bio, links, and URL. No authentication required. If expires_at …
- `unulu_update_site` — Update an existing site. All fields are optional — only provided fields are changed. Links replace the entire array (om…
- `unulu_check_handle` — Check whether a handle is available on unu.lu (not other platforms like Instagram, TikTok, etc.). For example, checking…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get unulu/site-builder <tool-name>
```

## Resources

- `ui://unulu/widget.html`

## Prompts (1)

- `create-site` (name) — Guides you through creating a link-in-bio site with a name, bio, and links.
