Skip to main content
Calendly

Overview

Supported tools

All 47 slugs surfaced through MCP:

Connect setup

Unlike OAuth providers, Calendly connects with a Personal Access Token — there is no redirect or consent screen. Each end user supplies their own token, which is stored encrypted and sent as a Bearer token.
1

Create a Calendly Personal Access Token

In Calendly, go to Integrations & apps → API & webhooks → Personal access tokens and create a token. Copy it — it’s shown only once. (Requires a paid Calendly plan. Do not use a legacy v1 API key.)
2

Open the connect form

When the agent needs Calendly and it isn’t connected yet, it surfaces a Connect action. The form asks for a single field — your Calendly Personal Access Token.
3

Submit

On submit, RouteMCP stores the token (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 47 tools by slug via the standard tools/call JSON-RPC method.