← cutty.dev

INDIVIDUAL MCP TOOL

delete_link

Permanently delete a short link by slug.

cutty.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.cutty.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_link 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 deletion term.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • create_link — Create a new short link on cutty.dev.
  • list_links — List all short links for the authenticated cutty account, including each slug, shortUrl, target, hitCount, status, expiresAt, maxHits and createdAt.
  • get_link — Fetch full details for a single short link by its slug.
  • update_link — Update an existing short link by slug.
  • qr_link — Return the URL of a PNG QR code image for a short link.
  • get_link_stats — Fetch click analytics for one short link by slug: total clicks, last-30-days total, per-day series, top referrers, top countries, device breakdown (mobile/desktop/tablet) and top browsers.
  • bulk_create_links — Create many short links in one call.
  • set_link_targeting — Route the same short link to different destinations depending on the visitor's country or device.