← whenmeet.me
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.whenmeet-me]
url = "https://whenmeet.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whenmeet-me": {
"type": "http",
"url": "https://whenmeet.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whenmeet-me
Remote MCP URL: https://whenmeet.me/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"whenmeet-me": {
"url": "https://whenmeet.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whenmeet-me": {
"type": "http",
"url": "https://whenmeet.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whenmeet-me",
"transport": "streamable-http",
"url": "https://whenmeet.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.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>).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 + soonness scoring, allFree:true everyone-free slots and allFree:false compromise slots).suggest_time— Propose a different time for an existing meeting on behalf of a guest.respond_to_suggestion— Accept or decline a proposed alternate time.set_manual_availability— Publish hand-marked FREE time slots for an email address (the no-calendar fallback, e.get_manual_availability— Read previously hand-marked free slots for an email within a window.