Bring Calendly
to Windsurf
Create your Vinkius account to connect Calendly Alternative to Windsurf and start using all 12 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Calendly Alternative MCP Server?
Connect your Calendly account to any AI agent and take full control of your scheduling operations through natural conversation.
What you can do
- Event Types — List all meeting templates with their duration, type, description and scheduling URLs
- Scheduled Events — View upcoming and past meetings with invitee info, status and cancellation details
- Invitee Management — Browse attendees across all events with their names, emails and custom question responses
- Availability — Check user availability within a date range to find open slots before booking
- Scheduling Links — Create direct booking links for specific event types (no redirect needed)
- Webhook Management — List and create webhook subscriptions for event notifications (booking created, canceled, no-show)
- Organization Memberships — View team memberships and multi-user account structure
How it works
- Subscribe to this server
- Enter your Calendly Personal Access Token
- Start managing your calendar from Claude, Cursor, or any MCP-compatible client
No more switching to the Calendly app to check who booked what or review upcoming meetings. Your AI acts as a dedicated scheduling assistant.
Who is this for?
- Sales Teams — quickly check upcoming meetings, review invitee details and track booking conversion rates
- Developers — create scheduling links programmatically, monitor webhook events and audit event type configurations
- Managers — review team availability, track meeting volume and manage webhook integrations via conversation
Built-in capabilities (12)
Requires the event type URI and the owner type ("EventType" or "User"). Returns a booking URL that invitees can use to schedule a meeting directly via the API. Create a scheduling link for direct booking
Requires the callback URL, a list of events to subscribe to (e.g. ["invitee.created", "invitee.canceled", "invitee.no_show"]), and the scope (user or organization URI). Optionally provide a signing key for webhook verification. Create a new webhook subscription in Calendly
Provide the event type URI (found in list_event_types). Get details for a specific Calendly event type
Provide the invitee UUID from list_invitees. Get details for a specific invitee
Returns user ID, name, email, slug, organization URI, and scheduling URL. Use this to verify your token is working correctly and to get your user URI for filtering other queries. Get the authenticated Calendly user
Provide the event UUID from list_scheduled_events. Get details for a specific scheduled event
Requires the user URI, start time and end time (both ISO 8601 UTC format). Returns the user's scheduling rules, busy times, and date overrides. Useful for checking when someone is free before booking. Get availability for a Calendly user
Each event type includes its name, description, duration, type (one-on-one, group, collective, round_robin), scheduling URL, and active status. Optionally filter by a specific user URI. Use this to see what meeting options are available for booking. List event types in Calendly
Each invitee includes their name, email, event URI, scheduled start time, and responses to custom questions. Optionally filter by a specific event URI and set a count limit. List invitees (attendees) across all Calendly events
Each membership shows the user, organization, URI, and role. Useful for multi-team accounts and seeing which organizations you are part of. List your memberships in Calendly organizations
Each event includes the event type, start time (UTC), invitee URI, status (active, canceled), and participants. Optionally filter by user URI, status (active or canceled), and count. Useful for reviewing your upcoming calendar. List scheduled events (meetings) in Calendly
Each webhook shows its URL, scope (user or organization), subscribed events (invitee.created, invitee.canceled, etc.), and creation date. Use this to audit your event integrations. List webhook subscriptions in Calendly
Why Windsurf?
Windsurf's Cascade agent chains multiple Calendly Alternative tool calls autonomously. query data, analyze results, and generate code in a single agentic session. Paste Vinkius Edge URL, reload, and all 12 tools are immediately available. Real-time tool feedback appears inline, so you see API responses directly in your editor.
- —
Windsurf's Cascade agent autonomously chains multiple tool calls in sequence, solving complex multi-step tasks without manual intervention
- —
Purpose-built for agentic workflows. Cascade understands context across your entire codebase and integrates MCP tools natively
- —
JSON-based configuration means zero code changes: paste a URL, reload, and all 12 tools are immediately available
- —
Real-time tool feedback is displayed inline, so you see API responses directly in your editor without switching contexts
Calendly Alternative in Windsurf
Why run Calendly Alternative with Vinkius?
The Calendly Alternative connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 12 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Calendly Alternative using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Calendly Alternative and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Calendly Alternative to Windsurf through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Calendly Alternative for Windsurf
Every request between Windsurf and Calendly Alternative is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
How do I create a Calendly Personal Access Token?
Log in to the Calendly Dashboard, go to Integrations & Settings > API & Webhooks, and generate a Personal Access Token. Copy the token immediately — it won't be shown again.
Can I see who booked a meeting?
Yes! Use list_invitees to see all attendees across your events, or list_scheduled_events to see upcoming meetings with their invitee URIs. Then use get_invitee with the invitee UUID to get their full name, email, timezone and answers to custom questions.
Can I check availability before booking?
Yes! Use get_user_availability with the user's URI, start time and end time (ISO 8601 UTC). It returns the user's scheduling rules, busy times and date overrides so you can identify open slots before creating a booking.
Can I set up webhooks for new bookings?
Yes! Use create_webhook with your callback URL, events like 'invitee.created' and 'invitee.canceled', and the scope (your user or organization URI). Optionally provide a signing key for verification. You can audit existing webhooks with list_webhooks.
How does Windsurf discover MCP tools?
Windsurf reads the mcp_config.json file on startup and connects to each configured server via Streamable HTTP. Tools are listed in the MCP panel and available to Cascade automatically.
Can Cascade chain multiple MCP tool calls?
Yes. Cascade is an agentic system. it can plan and execute multi-step workflows, calling several tools in sequence to accomplish complex tasks without manual prompting between steps.
Does Windsurf support multiple MCP servers?
Yes. Add as many servers as needed in mcp_config.json. Each server's tools appear in the MCP panel and Cascade can use tools from different servers in a single flow.
Server not connecting
Check Settings → MCP for the server status. Try toggling it off and on.
Explore More MCP Servers
View all →
Holded
12 toolsRun your business in Spain and Latin America with invoicing, accounting, CRM, and inventory that speaks your language natively.

Quaderno
10 toolsBring automated tax compliance and invoicing directly into your AI workflow — calculate global taxes, issue invoices, and manage CRM contacts in seconds.

Cornerstone OnDemand
10 toolsEquip your AI agent to manage training, performance, and employee transcripts via the Cornerstone LMS API.

Diffbot
10 toolsAutomate web data extraction via Diffbot — turn any website into structured JSON data for articles, products, discussions, and more directly from any AI agent.
