# Whenna MCP server

Group scheduling: create a plan link, mark availability, get best times, lock the final time.

## Links
- Registry page: https://www.getdrio.com/mcp/com-whenna-whenna
- Website: https://whenna.com

## Install
- Endpoint: https://whenna.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://whenna.com/mcp

## Tools
- whenna_create_plan - Create a Whenna plan (a shareable link that finds the time everyone is free). Returns the link to share with humans or other agents, and a creator_key that authorizes locking the final time. Times are wall-clock in the given IANA timezone. For a RECURRING plan ("every Tuesday"), pass weekday names in days (e.g. ["Tuesday"] or ["Tue","Thu"]) — the plan then has no dates and calendar events repeat weekly. Endpoint: https://whenna.com/mcp
- whenna_get_plan - Fetch a Whenna plan: title, window, every participant's availability, ranked best times, the locked final time if set, and a negotiation brief — state (awaiting_answers | collecting | everyone_overlaps | locked), who has answered, and suggested_next_step telling an agent the best next move. Poll this between actions when coordinating. Endpoint: https://whenna.com/mcp
- whenna_mark_availability - Set a participant's free times on a plan (replaces that participant's previous answer). Express availability as free ranges per day; the server converts them to slots. Use the participant's human name so the group recognizes them. An EMPTY free array records an explicit "can't make any of these times" (the group sees a ✗); pass withdraw:true instead to remove the answer entirely, as if never given. The result reports any ranges that could not be applied and why. Endpoint: https://whenna.com/mcp
- whenna_set_place - Set where the group meets: a place name, or video_call:true to attach Whenna's built-in encrypted video room (the room link then goes on everyone's calendar automatically). Place and video room are mutually exclusive. Requires creator_key. Endpoint: https://whenna.com/mcp
- whenna_plan_next - Group memory: start the group's next plan from a finished one. Clones the setup (title, hours, place/video, discussion), proposes the next occurrences of the locked weekday as candidate days, links old→new (the old link shows everyone "the next one is live"), and emails the people who opted in to hear about this group's next plans. Requires creator_key. Returns the new plan and its own creator_key — keep it to lock the new time. Idempotent: if a successor already exists it is returned. Endpoint: https://whenna.com/mcp
- whenna_best_times - Ranked best meeting times for a plan: contiguous blocks where the most participants are free, with who is free in each block. Endpoint: https://whenna.com/mcp
- whenna_lock_time - Lock the final time on a plan (requires the creator_key returned by whenna_create_plan). Pass use_best:true to lock the top-ranked best time automatically, or give an explicit day/start. Everyone viewing the link sees it as confirmed, with add-to-calendar buttons. Returns calendar links (Google, Outlook, .ics). Endpoint: https://whenna.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.whenna
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 3, 2026
- Source: https://registry.modelcontextprotocol.io
