# 短.在线 (remote · xn--s7y.xn--3ds443g)

Short links + QR for agents: 5 live MCP tools, batch≤100. Prefer punycode host.

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `xn--s7y.xn--3ds443g`: 64/100 (this document), [markdown](https://verifymcp.io/servers/xn-3ds443g-xn-s7y-duan-online/xn-s7y.md), [page](https://verifymcp.io/servers/xn-3ds443g-xn-s7y-duan-online/xn-s7y)

## Channel facts

- Endpoint: `https://xn--s7y.xn--3ds443g/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.5.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 9 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 625 tokens (~69/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 57% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the 短.在线 MCP server?

短.在线 is a hosted endpoint at https://xn--s7y.xn--3ds443g/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http xn-3ds443g-xn-s7y-duan-online 'https://xn--s7y.xn--3ds443g/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "xn-3ds443g-xn-s7y-duan-online": {
      "url": "https://xn--s7y.xn--3ds443g/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "xn-3ds443g-xn-s7y-duan-online": {
      "type": "http",
      "url": "https://xn--s7y.xn--3ds443g/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.xn-3ds443g-xn-s7y-duan-online]
url = "https://xn--s7y.xn--3ds443g/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xn-3ds443g-xn-s7y-duan-online": {
      "type": "remote",
      "url": "https://xn--s7y.xn--3ds443g/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xn-3ds443g-xn-s7y-duan-online --url 'https://xn--s7y.xn--3ds443g/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xn-3ds443g-xn-s7y-duan-online:
    url: "https://xn--s7y.xn--3ds443g/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "xn-3ds443g-xn-s7y-duan-online": {
      "Transport": "http",
      "Url": "https://xn--s7y.xn--3ds443g/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add xn-3ds443g-xn-s7y-duan-online -t streamable-http -u 'https://xn--s7y.xn--3ds443g/mcp'
```

### Other

```json
{
  "mcpServers": {
    "xn-3ds443g-xn-s7y-duan-online": {
      "type": "http",
      "url": "https://xn--s7y.xn--3ds443g/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 64, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-19 (score 64)

First indexed and scored.

## MCP tools (9)

### `shorten_url` (~169 tokens)

Shorten URL

Create a single short link (POST /v1/links). Returns ActiveLinkCreated or NonActiveLinkCreated structured fields. Requires idempotency_key (arg or Idempotency-Key header).

Input parameters:

- `alias` (string): Optional ASCII alias [A-Za-z0-9_-], stored lowercase
- `customSlug` (string): Optional ASCII alias [A-Za-z0-9_-], stored lowercase
- `idempotency_key` (string): Idempotency key (same semantics as REST Idempotency-Key header)
- `locale` (string)
- `longUrl` (string): http(s) destination URL — Soft C SSRF no-fetch applies
- `title` (string)
- `url` (string): http(s) destination URL — Soft C SSRF no-fetch applies

Output parameters:

- `code` (string)
- `created_at` (string)
- `destination` (string)
- `error` (string)
- `id` (string)
- `message` (string)
- `ok` (boolean)
- `qr_tracking_url` (string)
- `request_id` (string)
- `retryable` (boolean)
- `short_url` (string)
- `short_url_ascii` (string)
- `state` (string)
- `status_url` (string)

### `shorten_urls` (~69 tokens)

Shorten URLs (batch)

Sync batch create ≤100 links (POST /v1/links/batch). Correlate by client_ref only. Requires idempotency_key.

Input parameters:

- `idempotency_key` (string): Idempotency key (same semantics as REST Idempotency-Key header)
- `items` (array, required)

Output parameters:

- `batch_id` (string)
- `batch_mode` (string)
- `code` (string)
- `error` (string)
- `fail_count` (number)
- `message` (string)
- `ok` (boolean)
- `ok_count` (number)
- `request_id` (string)
- `results` (array)
- `retryable` (boolean)

### `get_link` (~43 tokens)

Get link status

GET /v1/links/{id} — Soft C five-state status. Destination only when state=active.

Input parameters:

- `id` (string, required): Short code / link id

Output parameters:

- `code` (string)
- `created_at` (string)
- `destination` (string)
- `error` (string)
- `id` (string)
- `message` (string)
- `ok` (boolean)
- `request_id` (string)
- `retryable` (boolean)
- `short_url` (string)
- `short_url_ascii` (string)
- `state` (string)
- `status_url` (string)
- `title` (string)
- `type` (string)

### `resolve_short_url` (~53 tokens)

Resolve short URL

Resolve an apex short URL or code to link status (+ destination iff active).

Input parameters:

- `code` (string): Short code if URL not provided
- `url` (string): Full short URL (Unicode or punycode)

Output parameters:

- `code` (string)
- `created_at` (string)
- `destination` (string)
- `error` (string)
- `id` (string)
- `message` (string)
- `ok` (boolean)
- `request_id` (string)
- `retryable` (boolean)
- `short_url` (string)
- `short_url_ascii` (string)
- `state` (string)
- `status_url` (string)
- `title` (string)
- `type` (string)

### `create_qr` (~60 tokens)

Create QR tracking URL

Returns qr_tracking_url (?s=qr) for an existing active link. PNG image endpoint not live yet (image_available=false).

Input parameters:

- `id` (string): Existing short code
- `short_url` (string): Existing short URL to tag for QR

Output parameters:

- `code` (string)
- `error` (string)
- `id` (string)
- `image_available` (boolean)
- `message` (string)
- `ok` (boolean)
- `qr_tracking_url` (string)
- `request_id` (string)
- `retryable` (boolean)
- `short_url` (string)
- `short_url_ascii` (string)
- `state` (string)

### `get_links` (~37 tokens)

List links

List links — REST list not live yet. Returns structured feature_not_available.

Input parameters:

- `cursor` (string)
- `limit` (integer)

Output parameters:

- `code` (string)
- `error` (string)
- `feature` (string)
- `message` (string)
- `ok` (boolean)
- `request_id` (string)
- `retryable` (boolean)
- `soft_c_state` (string)
- `tool` (string)

### `get_link_analytics` (~31 tokens)

Get link analytics

Analytics read — API not live yet. Returns structured feature_not_available.

Input parameters:

- `id` (string, required)

Output parameters:

- `code` (string)
- `error` (string)
- `feature` (string)
- `message` (string)
- `ok` (boolean)
- `request_id` (string)
- `retryable` (boolean)
- `soft_c_state` (string)
- `tool` (string)

### `update_link` (~55 tokens)

Update link

PATCH link — not live yet. Returns structured feature_not_available.

Input parameters:

- `destination` (string): http(s) destination URL — Soft C SSRF no-fetch applies
- `id` (string, required)
- `title` (string)

Output parameters:

- `code` (string)
- `error` (string)
- `feature` (string)
- `message` (string)
- `ok` (boolean)
- `request_id` (string)
- `retryable` (boolean)
- `soft_c_state` (string)
- `tool` (string)

### `disable_link` (~29 tokens)

Disable link

Disable/block path — not live yet. Returns structured feature_not_available.

Input parameters:

- `id` (string, required)

Output parameters:

- `code` (string)
- `error` (string)
- `feature` (string)
- `message` (string)
- `ok` (boolean)
- `request_id` (string)
- `retryable` (boolean)
- `soft_c_state` (string)
- `tool` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xn-3ds443g-xn-s7y-duan-online/xn-s7y#diagnostics

## Score history

- 2026-09-20: 64
- 2026-09-19: 64

## Common questions

### What is the 短.在线 MCP server?

短.在线 is an MCP server listed in the public MCP registry as xn--3ds443g.xn--s7y/duan-online. Short links + QR for agents: 5 live MCP tools, batch≤100. Prefer punycode host. This page covers its hosted endpoint (https://xn--s7y.xn--3ds443g/mcp).

### Is the 短.在线 MCP server safe to use?

短.在线 scores 64 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the 短.在线 MCP server expose?

短.在线 exposes 9 tools: shorten_url, shorten_urls, get_link, resolve_short_url, create_qr, and 4 more. Their descriptions and schemas cost roughly 546 tokens of context every time the server is loaded.

### Does the 短.在线 MCP server require authentication?

No. We connected to 短.在线 without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the 短.在线 MCP server still maintained?

短.在线 is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://xn--s7y.xn--3ds443g/mcp
- Authorisation metadata: https://xn--s7y.xn--3ds443g/.well-known/oauth-protected-resource/mcp
- Website: https://xn--s7y.xn--3ds443g/en/docs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/xn-3ds443g-xn-s7y-duan-online/xn-s7y.xml
- Changelog JSON feed: https://verifymcp.io/servers/xn-3ds443g-xn-s7y-duan-online/xn-s7y.json
- HTML version of this page: https://verifymcp.io/servers/xn-3ds443g-xn-s7y-duan-online/xn-s7y
