Skip to main content
Cal.com

Overview

Supported tools

All 63 slugs surfaced through MCP:

Connect setup

Unlike OAuth providers, Cal.com connects with an API key — there is no redirect or consent screen. Each end user supplies their own Cal.com key, which is stored encrypted and sent as a Bearer token.
1

Create a Cal.com API key

In Cal.com, go to Settings → Developer → API keys and create a key. It looks like cal_live_xxxxxxxx. Copy it — it’s shown only once.
2

Open the connect form

When the agent needs Cal.com and it isn’t connected yet, it surfaces a Connect action. The form asks for a single field — your Cal.com API key (e.g. cal_live_xxxxxxxx).
3

Submit

On submit, RouteMCP stores the key (encrypted at rest) and marks the connection active immediately — no redirect. Use Disconnect to remove it.

Usage

Direct MCP JSON-RPC (Claude Desktop / Cursor / custom MCP clients)

Once connected, MCP clients can invoke any of the 63 tools by slug via the standard tools/call JSON-RPC method.