← Registry

General Tools

cutty.dev

Provides general-purpose tools through the Model Context Protocol.

1 endpoint10 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://mcp.cutty.dev/mcp

No auth detected

MCP server metadata

Name
cutty-mcp
Version
1.1.0
Capabilities
tools.listChanged

Known tools 10

create_link

Create a new short link on cutty.dev.

Potential side effects
list_links

List all short links for the authenticated cutty account, including each slug, shortUrl, target, hitCount, status, expiresAt, maxHits and createdAt.

Inferred read-only
get_link

Fetch full details for a single short link by its slug.

Inferred read-only
update_link

Update an existing short link by slug.

Potential side effects
delete_link

Permanently delete a short link by slug.

Potential side effects
qr_link

Return the URL of a PNG QR code image for a short link.

Inferred read-only
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.

Inferred read-only
bulk_create_links

Create many short links in one call.

Potential side effects
set_link_targeting

Route the same short link to different destinations depending on the visitor's country or device.

Inferred read-only
set_link_ab_test

Turn a short link into a weighted A/B/n rotator: each click is sent to one of several destinations chosen at random in proportion to its `weight`.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.