# Linkonda (npm · @veranoapp/linkonda-mcp)

Create and manage Linkonda short links and QR codes, with no per-visitor tracking.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- npm · `@veranoapp/linkonda-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-linkonda-mcp/veranoapp-linkonda-mcp.md), [page](https://verifymcp.io/servers/com-linkonda-mcp/veranoapp-linkonda-mcp)

## Channel facts

- Registry: `npm`
- Package: `@veranoapp/linkonda-mcp`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-08-17.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 534 tokens (~76/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add com-linkonda-mcp -- npx -y @veranoapp/linkonda-mcp
```

### Codex

```bash
codex mcp add com-linkonda-mcp -- npx -y @veranoapp/linkonda-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-linkonda-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@veranoapp/linkonda-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-linkonda-mcp --command npx --arg -y --arg @veranoapp/linkonda-mcp
```

### Hermes

```yaml
mcp_servers:
  com-linkonda-mcp:
    command: "npx"
    args: ["-y", "@veranoapp/linkonda-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-linkonda-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@veranoapp/linkonda-mcp"
      ]
    }
  }
}
```

## 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-08-16 (score 70)

First indexed and scored.

## MCP tools (7)

### `shorten_link` (~168 tokens)

Shorten a URL

Create a short link for a URL. Works without an API key (anonymous links expire and are not saved to an account). Linkonda records only a total redirect count per link — no IP addresses, geolocation, device data, or referrers. Use when the user wants a short or shareable URL, or a link for a QR code.

Input parameters:

- `expiresInDays` (integer): Optional. Delete the link automatically after this many days. Requires a Pro or Enterprise plan — omit it on other plans, where the plan's own lifetime applies.
- `slug` (string): Optional custom short code. Requires a paid plan; omit it to get a generated one.
- `url` (string, required): The destination URL to shorten. Must be absolute, e.g. https://example.com/page

### `shorten_links_bulk` (~53 tokens)

Shorten many URLs at once

Create up to 100 short links in a single request. Requires an API key. Use this instead of calling shorten_link repeatedly when shortening several URLs.

Input parameters:

- `links` (array, required): Up to 100 links to create.

### `list_links` (~30 tokens)

List my short links

List the short links on the authenticated account, with their destinations and total redirect counts. Requires an API key.

### `update_link` (~92 tokens)

Update or pause a short link

Change a short link's destination, or pause/resume it. A paused link stops redirecting but is not deleted. Requires an API key. Changing the destination requires a paid plan.

Input parameters:

- `paused` (boolean): true to stop the link redirecting, false to resume it.
- `slug` (string, required): The link's short code (the part after the domain).
- `url` (string): New destination URL.

### `delete_link` (~69 tokens)

Delete a short link

Permanently delete a short link. The short URL stops working immediately and anyone who already has it will get a 404 — prefer update_link with paused:true if it might be needed again. Requires an API key.

Input parameters:

- `slug` (string, required): The link's short code (the part after the domain).

### `get_link_stats` (~78 tokens)

Get a short link's click count

Return the total number of times a short link has been followed. This is the only click data that exists — Linkonda stores no per-visitor information, so there is no geographic, device, or referrer breakdown to report. No API key needed.

Input parameters:

- `slug` (string, required): The link's short code (the part after the domain).

### `check_quota` (~44 tokens)

Check remaining link allowance

Report how many links are live and how many the current plan allows. Without an API key this reports the anonymous allowance. Use it before a bulk create to check for room.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-linkonda-mcp/veranoapp-linkonda-mcp#diagnostics

## Score history

- 2026-08-17: 70
- 2026-08-16: 70

## Links

- npm package: https://www.npmjs.com/package/@veranoapp/linkonda-mcp
- Socket report: https://socket.dev/npm/package/@veranoapp/linkonda-mcp
- Repository: https://github.com/Verano-DE/linkonda-mcp
- Website: https://linkonda.com/solutions/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-linkonda-mcp/veranoapp-linkonda-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-linkonda-mcp/veranoapp-linkonda-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-linkonda-mcp/veranoapp-linkonda-mcp
