How to Use the NeetoCal MCP in Windsurf
Manage scheduling directly inside Windsurf with this MCP Server. Cascade handles your calendar sync and booking links automatically.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NeetoCal MCP to Windsurf
Create your Vinkius account to connect NeetoCal to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate NeetoCal Bookings with Windsurf
This MCP server lets Windsurf read your calendar data and manage appointments without leaving the editor. You just tell Cascade to block out time, and it runs `get_slots` to check your schedule before firing off `create_booking` to lock it in. You don't have to break your coding flow to check if a client booked a meeting. Cascade pulls the data using `list_bookings` and drops the confirmation right into your terminal output. It handles the back-and-forth logic entirely on its own.
Generate Scheduling Links on the Fly
Generating meeting links usually means digging through web dashboards, but now you can pull them instantly with `get_scheduling_link`. If you need to share specific availability, Cascade checks your active event types using `list_scheduling_links` and grabs the exact URL you need. This is perfect for setting up automated client onboarding scripts. Cascade can read your calendar configurations via `list_calendars`, figure out which calendar accepts new events, and output the correct booking link into your project's README or email template.
Reschedule and Cancel Meetings Autonomously
Managing conflicts is simple when you can trigger `reschedule_booking` directly from your command prompt. If a meeting gets pushed, Cascade finds the old event with `get_booking`, checks your new availability via `get_availability`, and moves the appointment. When things fall through, you can execute `cancel_booking` to free up the slot immediately. You never have to log into a separate app, and Cascade verifies the system is online first using `check_neetocal_status`.
Set up NeetoCal MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the NeetoCal MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my NeetoCal payment history." If connected, Cascade will call the NeetoCal tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"neetocal-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NeetoCal. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NeetoCal MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NeetoCal MCP today
We host it, we monitor it, we maintain it. You just paste one token.