Skip to content
Back to search
100
MCP live v1.0.3 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
22.4%
49 probes
Response
404ms
last probe
Tools
6
callable

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.

Similar MCP servers embedding-nearest

@mymeet/mcp-server
MCP server for MyMeet.ai — connect your AI assistant to your meetings
0 tools
calendar-ai-mcp
Calendar Ai MCP server. Tools: create event, find free slot, calculate duration. Built by MEOK AI Labs.
0 tools
calendar-ai-mcp
Calendar Ai MCP server. Tools: create event, find free slot, calculate duration. Built by MEOK AI Labs.
0 tools
aitasker-mcp-server
MCP server for AITasker — lets AI agents create tasks, review bids, and manage deliveries
0 tools
survey-builder-ai-mcp
AI-powered survey builder ai MCP server for agents. Supports create survey, validate questions, analyze responses. By MEOK AI Labs.
0 tools
Meet.bot MCP live
AI-native scheduling and booking: check availability, book meetings, share links.
5 tools · streamable-http

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