6 tools from the Meetlark MCP Server, categorised by risk level.
View the Meetlark policy →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... 2/5 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... meetlark_reopen_poll Reopen a previously closed poll to accept votes again. Use the admin token from poll creation. 2/5 meetlark_close_poll Close a poll to stop accepting new votes. Use the admin token from poll creation. 3/5 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 participant... 3/5 meetlark_vote Cast a vote on a scheduling poll. Each time slot can be voted yes, maybe, or no. Use the participation token from the poll's participate URL. 2/5 The Meetlark MCP server exposes 6 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Meetlark server.
Meetlark tools are categorised as Read (3), Write (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept