INDIVIDUAL MCP TOOL
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`.
LIVE ENDPOINT
https://mcp.cutty.dev/mcp
Connect to this endpoint to inspect the live schema for set_link_ab_test and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.delete_link— Permanently delete a 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.