Connection check
verified live · 20h ago
mcp-server-3
Agent-first meeting schedule polls for humans and agents. Create polls, vote, find times.
Tools
6
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http, stdio
Last checked
20h ago
Tools & capabilities
6 toolsRead from the running server on 20h ago.
meetlark_close_poll
adminToken*
Close a poll to stop accepting new votes. Use the admin token from poll creation. Close a poll to stop accepting new votes. Use the admin token from poll creation.
meetlark_create_poll
title*timeSlots*creatorNamedescriptioncreatorEmail*
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 v… 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 yet verified, a verification email is sent automatically. Ask the user to check their inbox and click the link, then retry.
meetlark_get_admin_view
adminToken*
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/… 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), participant emails, and admin URLs. Use the admin token from poll creation. Use this to check vote status or results.
meetlark_get_results
participateToken*
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… 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 sees before voting. To see who voted and how, use meetlark_get_admin_view instead.
meetlark_reopen_poll
adminToken*
Reopen a previously closed poll to accept votes again. Use the admin token from poll creation. Reopen a previously closed poll to accept votes again. Use the admin token from poll creation.
meetlark_vote
name*email*votes*participateToken*