← tickvio.com

INDIVIDUAL MCP TOOL

add_to_calendar

Create Google Calendar and Outlook links plus a downloadable .ics file for an event or deadline, so recipients can save the date in one click.

tickvio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://tickvio.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for add_to_calendar 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

tickvio.com

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.tickvio]
url = "https://tickvio.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tickvio": {
      "type": "http",
      "url": "https://tickvio.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tickvio
Remote MCP URL: https://tickvio.com/api/mcp

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": {
    "tickvio": {
      "url": "https://tickvio.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tickvio": {
      "type": "http",
      "url": "https://tickvio.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tickvio",
  "transport": "streamable-http",
  "url": "https://tickvio.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • days_until — Get the exact time remaining until a date (YYYY-MM-DD) or a known retail/holiday event (e.g.
  • list_countdown_events — List the retail and holiday events Tickvio can count down to (Black Friday, Cyber Monday, Christmas, French soldes, Brazilian Carnaval, etc.), with each event's slug and when it falls.
  • check_subject_line — Score an email subject line for spam risk, urgency, length, ALL-CAPS, punctuation and emoji — the same check as Tickvio's free subject-line tester.
  • countdown_timer_roi — Estimate the extra revenue a live countdown timer could add to your email campaigns, from your volume, orders per campaign, average order value, and an urgency uplift.
  • cart_abandonment_roi — Estimate the revenue a countdown-timer recovery flow could win back from abandoned carts, from monthly checkouts, average order value, abandonment rate, your current flow recovery rate, and the extra lift a live deadline adds.