# mcp-server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/ai-meetlark-mcp-server

## Install
- Command: `npx -y @meetlark/mcp-server`
- Endpoint: https://meetlark.ai/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @meetlark/mcp-server v1.0.3
- Remote endpoint: https://meetlark.ai/mcp

## Tools
- 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 yet verified, a verification email is sent automatically. Ask the user to check their inbox and click the link, then retry. Endpoint: https://meetlark.ai/mcp
- 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 sees before voting. To see who voted and how, use meetlark_get_admin_view instead. Endpoint: https://meetlark.ai/mcp
- 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 a previous voter on this poll, their response is updated instead of creating a duplicate. Endpoint: https://meetlark.ai/mcp
- 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), participant emails, and admin URLs. Use the admin token from poll creation. Use this to check vote status or results. Endpoint: https://meetlark.ai/mcp
- meetlark_close_poll - Close a poll to stop accepting new votes. Use the admin token from poll creation. Endpoint: https://meetlark.ai/mcp
- meetlark_reopen_poll - Reopen a previously closed poll to accept votes again. Use the admin token from poll creation. Endpoint: https://meetlark.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: ai.meetlark
- Version: 1.0.3
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Feb 8, 2026
- Source: https://registry.modelcontextprotocol.io
