Integrations

MCP server: Wired into your agent.

Connect once and Claude Code, Cursor, or any MCP-capable agent can create waitlists and add signups directly — no route handler to write by hand.

terminal
claude mcp add --transport http enlist https://api.enlist.dev/mcp \  --header "Authorization: Bearer en_live_your_key"
01

Key stays on the connection

The API key is configured once on the MCP connection, never passed as a tool argument — your agent cannot echo it into a file or a commit.

02

Nine tools, one server

create_waitlist, update_waitlist, list_waitlists, add_signup, list_signups, get_signup_position, remove_signup, get_waitlist_stats, and list_waitlist_fields cover the whole surface.

03

Hosted, no install

The remote endpoint needs nothing installed. A local stdio server exists for clients that need it, or for pointing an agent at a non-production API.

See the other integrations

REST, SDK, MCP, webhooks, and email — same key across all of them.