Productivity
whenmeet.me
Helps schedule meetings by aggregating availability from calendars and managing events.
ENDPOINT 1
https://whenmeet.me/mcp
Known tools 8
find_common_slotsRank the best meeting times for the given participants, merging live Google/Microsoft calendar data, hand-marked availability and the heat-map sources.
create_meetingConfirm a meeting: writes the event into the authenticated host’s calendar with an optional Google Meet/Teams link, emails invites with an ICS attachment, and returns the share URL (/m/<id>).
get_meetingRead a meeting by its share-link id (the UUID from /m/<id>): time, title, conference URL, host, and any proposed alternate times with their status.
get_meeting_availabilityAggregated group availability for an existing meeting (the symmetric heat-map): per-30-min-slot counts of how many participants are free, plus ranked slots (per-participant timezones, buffer + soonness scoring, allFree:true everyone-free slots and allFree:false compromise slots).
suggest_timePropose a different time for an existing meeting on behalf of a guest.
respond_to_suggestionAccept or decline a proposed alternate time.
set_manual_availabilityPublish hand-marked FREE time slots for an email address (the no-calendar fallback, e.g.
get_manual_availabilityRead previously hand-marked free slots for an email within a window.