Server data from the Official MCP Registry
MCP server for the Waitlister API — manage waitlist subscribers through AI assistants.
MCP server for the Waitlister API — manage waitlist subscribers through AI assistants.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: WAITLISTER_API_KEY
Environment variable: WAITLISTER_WAITLIST_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ilpr-waitlister": {
"env": {
"WAITLISTER_API_KEY": "your-waitlister-api-key-here",
"WAITLISTER_WAITLIST_KEY": "your-waitlister-waitlist-key-here"
},
"args": [
"-y",
"waitlister-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP (Model Context Protocol) server that connects AI assistants like Claude, Cursor, and Windsurf to the Waitlister API. Manage your waitlist subscribers through natural language.
Once connected, you can ask your AI assistant things like:
| Tool | Description |
|---|---|
add_subscriber | Add a new subscriber to your waitlist |
list_subscribers | List subscribers with pagination and sorting |
get_subscriber | Get details for a specific subscriber by ID or email |
update_subscriber | Update a subscriber's name, phone, points, or metadata |
log_view | Record a waitlist page view for analytics |
No installation needed — just configure your MCP client:
{
"mcpServers": {
"waitlister": {
"command": "npx",
"args": ["-y", "waitlister-mcp"],
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
}
}
}
}
npm install -g waitlister-mcp
Then configure:
{
"mcpServers": {
"waitlister": {
"command": "waitlister-mcp",
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
}
}
}
}
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"waitlister": {
"command": "npx",
"args": ["-y", "waitlister-mcp"],
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
}
}
}
}
Go to Settings → MCP → Add new MCP server and use the same configuration above.
claude mcp add waitlister -- npx -y waitlister-mcp
Then set the environment variables WAITLISTER_API_KEY and WAITLISTER_WAITLIST_KEY.
| Variable | Required | Description |
|---|---|---|
WAITLISTER_API_KEY | Yes | Your Waitlister API key |
WAITLISTER_WAITLIST_KEY | Yes | Your unique waitlist key |
Add a new subscriber to your waitlist.
Parameters:
email (string, required) — Subscriber's email addressname (string, optional) — Subscriber's namephone (string, optional) — Subscriber's phone numberreferred_by (string, optional) — Referral code of the person who referred themmetadata (object, optional) — Custom fields (e.g. { "company": "Acme" })Retrieve a paginated list of subscribers.
Parameters:
limit (number, default 20) — Results per page (1–100)page (number, default 1) — Page numbersort_by (string, default "date") — Sort field: position, points, date, referral_count, emailsort_dir (string, default "desc") — Sort direction: asc or descGet detailed info for a specific subscriber.
Parameters:
id_or_email (string, required) — Subscriber's ID or email addressUpdate a subscriber's information.
Parameters:
id_or_email (string, required) — Subscriber's ID or email addressname (string, optional) — Updated namephone (string, optional) — Updated phone numberpoints (number, optional) — Updated points valuemetadata (object, optional) — Custom fields to add/update (merged with existing)Record a waitlist page view.
Parameters:
visitor_id (string, optional) — Unique visitor identifier (prevents duplicate counts)referring_domain (string, optional) — Referring domainRate limits depend on your Waitlister plan:
| Plan | Subscriber Endpoints | Log View Endpoint |
|---|---|---|
| Growth | 60 requests/min | 200 requests/min |
| Business | 120 requests/min | 400 requests/min |
git clone https://github.com/waitlister/waitlister-mcp.git
cd waitlister-mcp
npm install
npm run build
Test with the MCP Inspector:
WAITLISTER_API_KEY=your-key WAITLISTER_WAITLIST_KEY=your-key npm run inspect
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.