AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Overview
unulu — AI Agent Website Builder
unulu lets AI agents create and publish free link-in-bio websites in seconds. No sign-up, no API key required.
What it does
Give any MCP-connected AI assistant a person's name, bio, and links — and unulu publishes a live site on unu.lu instantly. Sites are ephemeral (3 hours) until claimed by the owner.
Tools
| Tool | Description |
|---|---|
unulu_create_site | Create a link-in-bio site with name, bio, and links. Returns a live URL. |
unulu_update_site | Update an existing site's content, links, or theme. |
unulu_get_state | Retrieve the current state of any site. |
unulu_check_handle | Check if a custom handle is available on unu.lu. |
Features
- Zero config — no API keys, no auth, just connect and create
- 17 built-in themes — users can preview and pick on the live page
- Smart link detection — branded icons for GitHub, X, LinkedIn, Instagram, etc.
- Streamable HTTP transport — works with Claude, Cursor, Windsurf, and any MCP client
Connect
{
"mcpServers": {
"unulu": {
"url": "https://mcp.unulu.ai"
}
}
}
Links
- Website: https://unulu.ai
- GitHub: https://github.com/unulu-ai/unulu
- OpenAPI Spec: https://unulu.ai/openapi.json
- MCP Registry: https://registry.modelcontextprotocol.io
Server Config
{
"mcpServers": {
"unulu": {
"url": "https://mcp.unulu.ai"
}
}
}