
Waitlister
@ilpr
关于 Waitlister
MCP server for the Waitlister API. Manage your waitlist subscribers, track signups, and log views through AI assistants like Claude, Cursor, and Windsurf.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"waitlister": {
"command": "waitlister-mcp",
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
}
}
}
}工具
5Add a new subscriber to your waitlist
List subscribers with pagination and sorting
Get details for a subscriber by ID or email
Update subscriber name, phone, points, or metadata
Record a waitlist page view for analytics
概览
What is Waitlister?
Waitlister is an MCP server that integrates the Waitlister waitlist management platform with AI assistants. It allows users to manage subscribers and analytics directly through an AI interface. The server is intended for Waitlister customers on the Growth or Business plan.
How to use Waitlister?
Install the waitlister-mcp npm package and configure it with your Waitlister API key, which you obtain from the dashboard under Integrations → API access. Once set up, you can invoke tools such as add_subscriber and list_subscribers through your AI assistant.
Key features of Waitlister
- Add a new subscriber to your waitlist
- List subscribers with pagination and sorting
- Get subscriber details by ID or email
- Update subscriber name, phone, points, or metadata
- Record a waitlist page view for analytics
Use cases of Waitlister
- Add new subscribers to your Waitlister waitlist via an AI assistant
- Look up and retrieve subscriber details by ID or email
- Update existing subscriber information (e.g., name, phone, points)
- Track waitlist page views for analytics purposes
- Manage your entire Waitlister subscriber base through conversational AI
FAQ from Waitlister
What plan do I need to use Waitlister?
You need a Waitlister account on the Growth or Business plan.
Where do I get my API key?
You can obtain your API key from the Waitlister dashboard under Integrations → API access.
What tools are available in Waitlister?
The server provides five tools: add_subscriber, list_subscribers, get_subscriber, update_subscriber, and log_view.
What data can I update for a subscriber?
You can update the subscriber’s name, phone number, points, or metadata.
Is there any authentication required?
Yes, you must provide a valid Waitlister API key for authentication.
开发工具 分类下的更多 MCP 服务器
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论