Back to Guides
MCP setup guide

How to Create Your Waitlist with Kimi Code

Connect Kimi Code to the UseWait MCP server and let the agent create your waitlist end to end: slug, branded page, confirmation email, and live signups.

Kimi Code handles agentic coding well, and with MCP support it can handle your launch too. Point it at the UseWait MCP server and one prompt produces a live waitlist: the agent claims a slug, generates page code, wires the confirmation email, and reports the URL back. This guide walks through how to create your waitlist with Kimi Code.

Set up your waitlist with Kimi Code

1

Get your key from UseWait

Sign up free, then create an API key in Dashboard, Settings, API Keys. Copy the uw_live_... value as soon as it appears; it is shown exactly once.

2

Add the server

In Kimi Code's MCP settings, add the configuration below. UseWait's endpoint is streamable HTTP with bearer auth, the most widely supported remote MCP shape, so no local bridge is needed.

Kimi Code MCP settings
{
  "mcpServers": {
    "usewait": {
      "url": "https://usewait.com/api/mcp/mcp",
      "headers": {
        "Authorization": "Bearer uw_live_YOUR_KEY"
      }
    }
  }
}
3

Prompt for your waitlist

Try: "Use usewait to create a waitlist for my study-planner app. Short slug, clean light page, confirmation email included." Kimi Code starts from the get_started tool, follows the documented flow, and ships a page that is live at usewait.com/w/<slug> immediately.

4

Manage everything from chat

Later prompts can restyle the page, tweak SEO fields, upload assets to the CDN, enable referrals, or set up a custom domain, where the agent relays the exact A record for you to configure at your DNS provider.

What Kimi Code handles for you

Picks and claims a unique slug
Writes page code matched to your brand
Creates the confirmation email template
Uploads logos and images to the CDN
Walks you through custom domain DNS
Reads signups and referral stats on demand

Frequently asked questions

Is the integration free?

Yes. Every UseWait plan, including free, has full MCP and API access. Custom domains and a few advanced capabilities follow your plan.

How does the agent avoid building a broken page?

It does not guess: get_page_format returns the exact page-code contract (how to submit signups, how results and referral links flow), so generated pages work first try.

What else is in the toolset?

25 tools overall: waitlists, entries, email templates with per-subscriber variables, CDN uploads, custom domains, Turnstile keys, and external databases.

Can I switch to the REST API later?

Anytime. The same uw_live_ key works against usewait.com/api/v1, which exposes the identical capability surface over plain HTTP.

Get your API key and let Kimi Code launch it

Free plan includes full API and MCP access. Your agent does the rest.

Create your free API key

Full reference at docs.usewait.com and a quick overview on the developers page.