Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

unulu

ai.unulu/unulu

AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.

Uptime
17.8%
45 probes
Response
584ms
last probe
Tools
4
callable
Primary URL
https://mcp.unulu.ai

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 claimed. Do NOT call until you have at least a name and one link from the user — gathe…

unulu_get_state

Returns the current state of a site including its name, bio, links, and URL. No authentication required. If expires_at is absent, the site has been claimed and is permanent. Accepts a site ID, a full …

unulu_update_site

Update an existing site. All fields are optional — only provided fields are changed. Links replace the entire array (omit to keep existing). Before updating, always call unulu_get_state first to read …

unulu_check_handle

Check whether a handle is available on unu.lu (not other platforms like Instagram, TikTok, etc.). For example, checking 'joe' tells you if joe.unu.lu is available for claiming. Use this to help users …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "unulu": {
      "url": "https://mcp.unulu.ai",
      "transport": "streamable-http"
    }
  }
}