← zovo.one

INDIVIDUAL MCP TOOL

ics_create

Call this tool to write a .

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/scheduling

No auth detected

Connect to this endpoint to inspect the live schema for ics_create and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

zovo.one

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-timezone]
url = "https://mcp.zovo.one/mcp/scheduling"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-timezone": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/scheduling"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-timezone
Remote MCP URL: https://mcp.zovo.one/mcp/scheduling

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-timezone": {
      "url": "https://mcp.zovo.one/mcp/scheduling"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-timezone": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/scheduling"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-timezone",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/scheduling"
}
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.
  • now — The current time in one or more places, each with the zone it resolved to and the local date, time and offset, under one UTC instant.
  • convert_time — Convert one time from from_zone into every zone in to_zones, marking any day change, plus the UTC instant.
  • overlap — The window each day when every listed place is inside working hours.
  • find_meeting_slots — Rank the times when every participant is inside their own working hours.
  • dst_changes — The clock changes in a place for a year, with the exact UTC instant and the offset before and after.
  • business_days — Count business days between two dates in a place, inclusive, with the calendar total and the weekend and holiday counts.