ai.meetlark/mcp-server
ai.meetlark/mcp-serverAgent-first meeting schedule polls for humans and agents. Create polls, vote, find times.
Tools · 6
Create a scheduling poll to find a time that works for a group. Returns an admin URL (keep private) and a participation URL (share with participants). The creator's email must be verified -- if not ye…
Get poll details and available time slots using a participation token. Returns the poll title, description, status, and time slots -- but NOT votes or participant data. This is the view a participant …
Cast a vote on a scheduling poll. Each time slot can be voted yes, maybe, or no. Requires participant name and email. Use the participation token from the poll's participate URL. If the email matches …
Get full poll details including all votes and participants. This is the only way to see who voted and how they voted. Returns poll info, time slots, every participant's votes (yes/maybe/no per slot), …
Close a poll to stop accepting new votes. Use the admin token from poll creation.
Reopen a previously closed poll to accept votes again. Use the admin token from poll creation.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.meetlark/mcp-server": {
"url": "https://meetlark.ai/mcp",
"transport": "streamable-http"
}
}
}