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
42.9%
21 probes
Response
501ms
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

agentView live
Display delivery platform for AI agents. Push HTML, dashboards and live data to screens.
79 tools · streamable-http
OpenMandate live
MCP server for OpenMandate — post mandates and check matches for cofounders and early teams.
15 tools · streamable-http
io.github.Argo-RPG-Platform/argo-mcp live
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
61 tools · streamable-http
io.github.TrackingTime/mcp-server live
TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.
26 tools · streamable-http
com.teamwork/mcp live
The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.
168 tools · sse
AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 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"
    }
  }
}