← shiply.now

INDIVIDUAL MCP TOOL

remove_cron

Remove a cron trigger from a site's deployed function.

shiply.nownone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description contains a deletion term.

Parent endpoint

shiply.now

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-typescript-server-on-vercel]
url = "https://shiply.now/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://shiply.now/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://shiply.now/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": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://shiply.now/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://shiply.now/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://shiply.now/mcp"
}
MCP Inspector

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

Related tools

  • publish_site — Publish files to the web → live URL at <slug>.
  • site_status — Check any shiply slug or custom hostname: TLS certificate (issuer, days left) + HTTPS probe.
  • verify_site — Edge-check a shiply slug or custom hostname and return a structured readiness report: status (LIVE/PENDING), SSL details (valid, issuer, daysLeft), HTTP probe, and a presigned thumbnail URL when available.
  • list_sites — List the sites owned by this API key.
  • get_site — Site settings + version history for one of my sites.
  • delete_site — PERMANENTLY delete a site and all stored files.
  • rollback_site — Re-point a site to any finalized version (rollback or roll-forward).
  • list_versions — List a site's finalized deploys newest-first (id, createdAt, isLive, fileCount, bytes), capped at 20.