INDIVIDUAL MCP TOOL
next_event
The first event not yet started, within the next 366 days, across every imported calendar or one you name.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/appointment
Connect to this endpoint to inspect the live schema for next_event and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-calendar]
url = "https://mcp.zovo.one/mcp/appointment"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-calendar": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/appointment"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-calendar
Remote MCP URL: https://mcp.zovo.one/mcp/appointment
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-calendar": {
"url": "https://mcp.zovo.one/mcp/appointment"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-calendar": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/appointment"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-calendar",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/appointment"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
license_status— Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.license_activate— Turn Pro on for this connection with key, an MCPL1.ics_import— Call this tool to read a calendar export and keep it under a name.calendars_list— List imported calendars: name, event-definition count, size, source, import time and free-tier use of the 2 slots.events_list— Every event between two dates, recurring expanded to occurrences, sorted by start.events_search— Find events whose title, description, location or attendees contain a phrase.free_busy— Merged busy blocks and the free gaps inside your working hours over a day range.conflicts— Find double bookings: every PAIR of timed events that overlap, with the minutes they collide, across all calendars unless you name one.