← rendex.dev

INDIVIDUAL MCP TOOL

watch_delete

Delete a watch and its run history.

rendex.devnone 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

rendex.dev

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

.mcp.json

{
  "mcpServers": {
    "rendex": {
      "type": "http",
      "url": "https://mcp.rendex.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rendex
Remote MCP URL: https://mcp.rendex.dev/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": {
    "rendex": {
      "url": "https://mcp.rendex.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "rendex",
  "transport": "streamable-http",
  "url": "https://mcp.rendex.dev/mcp"
}
MCP Inspector

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

Related tools

  • rendex_screenshot — Use this when the user asks to screenshot, capture, or take a picture of a webpage/URL, or to render raw HTML or Markdown to an image or PDF.
  • rendex_extract — Use this when the user asks to read, extract, get the text/content/article of, or summarize a webpage/URL.
  • rendex_render_link — Use this when the user wants a reusable, HOSTED image URL — an og:image or a link to embed in an <img> tag — rather than the image bytes.
  • render_artifact — Use this when the user asks to make or create a branded report, invoice, summary, release notes, or document — or to 'turn this Markdown/HTML into a PDF and PNG' (optionally with a logo or accent color).
  • rendex_account — Check the Rendex account: which plan it's on, how many render credits have been used vs.
  • watch_create — Use this when the user asks to monitor, watch, or track a webpage for changes, or to be alerted/notified when a page changes.
  • watch_test — Dry-run a watch config BEFORE creating it — render the proposed config once and report what was captured + whether the page is reachable (and the text a text-watch would compare).
  • watch_list — List your watches (newest first), optionally filtered by status and paged.