22 tools from the Timergy MCP Server, categorised by risk level.
View the Timergy policy →check_conflicts Check which poll time slots conflict with the creator's calendar events. Requires authentication via per-call oauthToken/apiKey, or pre-configured ... 2/5 finalize_poll Finalize a poll by picking the winning time slot. Call get_results first to find the best optionId. Uses the passphrase auto-saved from create_poll... get_poll Get poll metadata and time slot options (but NOT votes). Returns title, status, deadline, location, and all available time slots with their option ... get_results Get voting results for a Timergy poll, showing who voted yes/maybe/no for each time slot. Use this after participants have voted to see which slot ... ignore_event Ignore a calendar event so it won't show as a conflict when checking poll time slots. Use seriesWide=true to ignore all instances of a recurring ev... list_contacts Search the user's Timergy address book by name or email. Use this before inviting people to find their email addresses. Contacts are auto-captured ... 2/5 list_ignored_events List all calendar events the user has chosen to ignore. Returns the ignore list with event IDs, titles, and connection IDs. Use this to see which e... 2/5 list_my_polls List all polls created by the authenticated user. Returns poll title, status, participant count, option count, and creation date. Requires authenti... 2/5 list_webhooks List all active webhook subscriptions for the authenticated user. Returns webhook ID, URL, subscribed events, and creation date. Requires authentic... 2/5 reopen_poll Reopen a finalized poll so participants can vote again. Only the poll creator can reopen. Requires authentication. This clears the finalized option... 2/5 unignore_event Stop ignoring a previously ignored calendar event, so it will show as a conflict again. Pass the ignore rule ID (from list_ignored_events), not the... 2/5 create_poll Create a Timergy scheduling poll (like Doodle) where participants vote on preferred time slots. Provide a title and at least 2-5 time slot options ... 3/5 create_survey Create a Timergy survey (choice poll) where participants vote on text options instead of time slots. Provide a title and at least 2 text options (e... 3/5 create_webhook Subscribe to poll events via HTTPS webhook. Events: vote.received, poll.finalized, poll.reminder_sent, poll.deadline_approaching. The webhook URL r... 3/5 invite_to_poll Invite people to an existing poll by email. Use list_contacts first to find email addresses. Requires authentication via per-call oauthToken/apiKey... 3/5 send_reminder Send email reminders to poll participants who haven't voted yet. Requires the passphrase from create_poll. Only works for polls with invitations (e... 2/5 update_poll Update an existing poll's title, description, deadline, or location. Only the poll creator can update. Requires authentication. Pass only the field... 3/5 vote_on_poll Submit votes on a Timergy poll. First call get_poll to retrieve the available optionId values. Each vote maps an optionId to an availability: 'yes'... 2/5 The Timergy MCP server exposes 22 tools across 5 categories: Read, Write, Destructive, Execute, Financial.
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 Timergy server.
Timergy tools are categorised as Read (11), Write (7), Destructive (2), Execute (1), Financial (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept