ENDPOINT 1
https://mcp.cutty.dev/mcp
MCP server metadata
- Name
- cutty-mcp
- Version
- 1.1.0
Known tools 10
list_linksList all short links for the authenticated cutty account, including each slug, shortUrl, target, hitCount, status, expiresAt, maxHits and createdAt.
Inferred read-onlyget_link_statsFetch 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-onlyset_link_targetingRoute the same short link to different destinations depending on the visitor's country or device.
Inferred read-onlyset_link_ab_testTurn 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.