Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

WhenMeet.me — group scheduling

me.whenmeet/scheduler

Group meeting scheduler — rank times everyone's free across Google & Outlook, book Meet/Teams.

Uptime
100.0%
2 direct probes · 30d
Response
140ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

find_common_slots

Rank the best meeting times for the given participants, merging live Google/Microsoft calendar data, hand-marked availability and the heat-map sources. Each participant is filtered (Mon–Fri, waking ho…

create_meeting

Confirm 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>). Requires…

get_meeting

Read 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_availability

Aggregated 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 + soonnes…

suggest_time

Propose a different time for an existing meeting on behalf of a guest. The host is notified by email and can accept or decline. Authenticated callers (Bearer PAT) skip the bot challenge; an anonymous …

respond_to_suggestion

Accept or decline a proposed alternate time. Accepting moves the meeting (calendar event included) and re-sends invites. Only the meeting host may call this — requires authentication.

set_manual_availability

Publish hand-marked FREE time slots for an email address (the no-calendar fallback, e.g. Apple iCloud users). Replaces previously marked slots inside the window; the group heat-map updates immediately…

get_manual_availability

Read previously hand-marked free slots for an email within a window.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "whenmeet.me_—_group_scheduling": {
      "url": "https://whenmeet.me/mcp",
      "transport": "streamable-http"
    }
  }
}