Skip to content
Back to search
100
MCP live v1.0.2 MCP 2025-11-25 streamable-http

ai.meetlark/mcp-server

ai.meetlark/mcp-server

Agent-first meeting schedule polls for humans and agents. Create polls, vote, find times.

Uptime
100.0%
1 direct probes · 30d
Response
536ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

meetlark_create_poll

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…

meetlark_get_results

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 …

meetlark_vote

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 …

meetlark_get_admin_view

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), …

meetlark_close_poll

Close a poll to stop accepting new votes. Use the admin token from poll creation.

meetlark_reopen_poll

Reopen a previously closed poll to accept votes again. Use the admin token from poll creation.

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"
    }
  }
}