🚀 WhenMeet.me MCP Server

Model Context Protocol server for calendar availability checking

📋 Setup Instructions

Step 1: Get Authentication Token

Visit: http://localhost:3000/mcp-auth

Sign in with your WhenMeet.me account and generate an MCP access token.

Step 2: Add to MCP Client

Run this command in your terminal:

claude mcp add --transport sse whenmeet-mcp http://localhost:3000/api/mcp -H "Authorization=Bearer YOUR_TOKEN"

Note: Replace YOUR_TOKEN with the actual token from Step 1

🛠 Available Tools

get_availability

Get available time slots for a personal meeting link on a specific date

Parameters:

  • meetLink: Personal meeting link ID (e.g., "john-doe")
  • date: Date in YYYY-MM-DD format

Example:

meetLink: "john-doe"
date: "2025-06-18"

🔧 Troubleshooting

Authentication failed

Visit http://localhost:3000/mcp-auth to get a new token

Token expired

Tokens expire after 24 hours. Generate a new one

Meet link not found

Ensure the meet link exists in your WhenMeet.me account

📡 Endpoints

MCP Server

http://localhost:3000/api/mcp