CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
unulu-ai avatar

unulu

unulu-ai/unulu
24 toolsHTTPregistry active
Summary

Gives Claude and other AI assistants the ability to create, read, and update link-in-bio sites at yourhandle.unu.lu through a streamable HTTP MCP server. Exposes operations to check handle availability, publish sites with name/bio/links, swap between 17 themes (minimal, gradient, brutalist, glass), and modify content on the fly. Sites go live instantly and expire after an hour unless claimed with email. No auth required. If you're building agent workflows that need to spin up simple landing pages or let users claim web presence conversationally, this handles the entire create and publish cycle without leaving the chat. Also available as a REST API if you want direct integration outside MCP.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

4 tools
unulu_create_siteCreate 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 — gather real content first, never create with placeholder or empty content. If the...4 params

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 — gather real content first, never create with placeholder or empty content. If the...

Parameters* required
biostring
Short bio in first person, 1–3 sentences, capturing what's distinctive — no filler phrases like 'passionate about' or 'dedicated to'. If you lack context, write something short and honest rather th...
linksarray
Link-in-bio links. Order matters — place the most important link first. Well-known social links display branded icons automatically — omit leading_icon for these.
namestring
Display name / heading for the site
skin_idstring
Optional theme skin. When omitted, the live site includes a visual theme chooser — prefer omitting so the user can pick their own.one of editorial-minimal · midnight-gradient · soft-pastel-craft · neo-brutal-poster · liquid-glass · carbon-folio
unulu_get_stateReturns 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 URL (e.g. https://abc123.unu.lu), or a bare hostname (e.g. abc123.unu.lu).1 params

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 URL (e.g. https://abc123.unu.lu), or a bare hostname (e.g. abc123.unu.lu).

Parameters* required
site_idstring
Site ID, full URL (e.g. https://abc123.unu.lu), or bare hostname (e.g. abc123.unu.lu)
unulu_update_siteUpdate 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 the current links and their ids — do not guess link ids. Authorization depend...8 params

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 the current links and their ids — do not guess link ids. Authorization depend...

Parameters* required
biostring
Short bio in first person, 1–3 sentences, capturing what's distinctive — no filler phrases like 'passionate about' or 'dedicated to'. If you lack context, write something short and honest rather th...
claim_tokenstring
HMAC token for ephemeral sites (alternative to X-Claim-Token header)
claim_urlstring
Legacy parameter — accepts a full Claim URL from older create-site responses. The server extracts the claim_token automatically. Prefer claim_token directly.
edit_tokenstring
JWT token for claimed sites (alternative to X-Edit-Token header)
linksarray
Replaces all links — omit to keep existing links unchanged. Order matters — place the most important link first. Well-known social links display branded icons automatically — omit leading_icon for...
namestring
Display name / heading for the site
site_idstring
Site ID, full URL (e.g. https://abc123.unu.lu), or bare hostname (e.g. abc123.unu.lu)
skin_idstring
Optional theme skin. When omitted, the live site includes a visual theme chooser — prefer omitting so the user can pick their own.one of editorial-minimal · midnight-gradient · soft-pastel-craft · neo-brutal-poster · liquid-glass · carbon-folio
unulu_check_handleCheck 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 choose a handle before they visit the claim page.1 params

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 choose a handle before they visit the claim page.

Parameters* required
handlestring
The handle to check (3-30 chars, alphanumeric + hyphens)

unulu

unulu

MCP Badge

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

v1.0 — Stable API.

What is unulu?

unulu is a website builder designed for AI agents. You describe a site in conversation with an AI assistant — Claude, ChatGPT, Gemini, Cursor, or any MCP-compatible tool — and it builds and publishes the site instantly.

Starting with link-in-bio sites: a single page with your name, bio, and links, live at yourhandle.unu.lu. No signup, no templates, no manual work.

What AI agents can do

  • Create a link-in-bio site with a name, bio, links, and theme
  • Read the current state of any site
  • Update content — display name, bio, links, theme, link badges
  • Check handle availability before claiming
  • 17 built-in themes including minimal, gradient, brutalist, glass, and more

Sites are published instantly and expire after 1 hour unless claimed with an email address.

Quick start (MCP)

Add unulu to your MCP client config:

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

No authentication required. Then ask your AI agent: "Build a link-in-bio site for me on unulu."

REST API

Base URL: https://api.unulu.ai

MethodPathDescription
POST/api/sitesCreate a link-in-bio site
GET/api/sites/{site_id}Get site state
PATCH/api/sites/{site_id}Update a site
GET/api/claims/check-handleCheck handle availability

No authentication required. Rate limited. Full spec: openapi.json

Example

See a live site at unulu.unu.lu.

Docs

  • API & MCP docs — human-readable documentation
  • llms.txt — agent-friendly docs
  • OpenAPI spec — REST API reference
  • MCP discovery — MCP server metadata
  • Website

Platform guides

Step-by-step setup for each AI platform:

Claude · ChatGPT · Gemini · Cursor · Copilot · Grok · Windsurf · Other

Roadmap

See open issues labeled enhancement for planned features. Suggestions welcome — open an issue.

  • Idempotency keys
  • Typed TypeScript client
  • Portfolios and personal sites
  • Custom domain support

Links

  • Trust & Security
  • Partners
  • Acceptable use
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedMar 7, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
vikas9793 avatar
Context Fabric

vikas9793/context-fabric

Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically.
2
voidly-ai avatar
Voidly

voidly-ai/mcp-server

84 tools: open censorship observatory — incidents, forecasts, accessibility, agent messaging.
2
yakuphanycl avatar
Instinct

yakuphanycl/instinct

Self-learning memory for AI coding agents with pattern detection and confidence scoring.
2
0xbrainkid avatar
Agentfolio Mcp Server

0xbrainkid/agentfolio-mcp-server

AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.
1
100xpercent avatar
Pop Pay

100xpercent/pop-pay

Runtime security for AI agent commerce. CLI + MCP server blocks hallucinated purchases.
1
420247jake avatar
Session Forge

420247jake/session-forge

Persistent memory and session intelligence for AI coding assistants. Zero config.
1