# io.github.Eason0in/testlink-mcp (npm · testlink-mcp)

AI-friendly, safety-first TestLink MCP server

- Trust score: 81/100 (high trust)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-26

## Components

- npm · `testlink-mcp`: 81/100 (this document), [markdown](https://verifymcp.io/servers/eason0in-testlink-mcp/testlink-mcp.md), [page](https://verifymcp.io/servers/eason0in-testlink-mcp/testlink-mcp)

## Channel facts

- Registry: `npm`
- Package: `testlink-mcp`
- Version: `1.0.6`
- 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-26.

- **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 104 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to Eason0in/testlink-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 80/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1080 tokens (~60/item across 18 items; 15 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 76/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 18% 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 15 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.Eason0in/testlink-mcp server?

io.github.Eason0in/testlink-mcp runs locally as an npm package, launched with npx -y testlink-mcp. 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 eason0in-testlink-mcp -- npx -y testlink-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "eason0in-testlink-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testlink-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "eason0in-testlink-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testlink-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add eason0in-testlink-mcp -- npx -y testlink-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add eason0in-testlink-mcp --command npx --arg -y --arg testlink-mcp
```

### Hermes

```yaml
mcp_servers:
  eason0in-testlink-mcp:
    command: "npx"
    args: ["-y", "testlink-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "eason0in-testlink-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "testlink-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add eason0in-testlink-mcp -t stdio -c npx -a -y testlink-mcp
```

### Other

```json
{
  "mcpServers": {
    "eason0in-testlink-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testlink-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-26 (score 81, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-25 (score 78, +15)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional improvement] Stability: unverified → 0.03
- [functional] Package version: 1.0.3 → 1.0.6

### 2026-08-24 (score 63)

First indexed and scored.

## MCP tools (15)

### `testlink_get_server_capabilities` (~37 tokens)

Start here. Inspect configuration, TestLink compatibility, demo/write mode, and safety constraints. Works without credentials and never writes.

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_list_projects` (~59 tokens)

Explore TestLink projects. Use this before plans or suites when the project ID is unknown. Returns a cursor page.

Input parameters:

- `cursor` (string): Opaque cursor returned by the previous call. Never edit it.
- `limit` (integer)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_list_test_plans` (~67 tokens)

Explore test plans belonging to one known project. This does not search test cases.

Input parameters:

- `cursor` (string): Opaque cursor returned by the previous call. Never edit it.
- `limit` (integer)
- `projectId` (string, required): TestLink test project ID.

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_list_builds` (~63 tokens)

Explore builds belonging to one known test plan. Use before previewing an execution result.

Input parameters:

- `cursor` (string): Opaque cursor returned by the previous call. Never edit it.
- `limit` (integer)
- `testPlanId` (string, required)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_list_test_suites` (~75 tokens)

Explore one suite level. Omit parentId for project roots; pass parentId to walk children deliberately.

Input parameters:

- `cursor` (string): Opaque cursor returned by the previous call. Never edit it.
- `limit` (integer)
- `parentId` (string)
- `projectId` (string, required)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_search_test_cases` (~125 tokens)

Search and filter test cases for AI analysis. Supply externalId for an exact lookup, or a project/suite scope plus query. Prefer this over recursively listing suites.

Input parameters:

- `cursor` (string): Opaque cursor returned by the previous call. Never edit it.
- `depth` (integer)
- `externalId` (string)
- `limit` (integer)
- `projectId` (string)
- `query` (string)
- `status` (string)
- `testPlanId` (string)
- `testSuiteId` (string)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_get_test_case` (~55 tokens)

Retrieve one normalized test case with steps and expected results. Provide exactly one stable ID or external ID.

Input parameters:

- `externalId` (string)
- `testCaseId` (string)
- `version` (integer)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_list_test_case_attachments` (~67 tokens)

List safe attachment metadata only. File/base64 content is always removed to keep model context bounded.

Input parameters:

- `cursor` (string): Opaque cursor returned by the previous call. Never edit it.
- `limit` (integer)
- `testCaseId` (string, required)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_get_traceability` (~53 tokens)

Analyze requirement links and membership in one specific test plan for a test case. Use for coverage questions, not generic search.

Input parameters:

- `testCaseId` (string, required)
- `testPlanId` (string, required)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_get_execution_history` (~77 tokens)

Inspect recent execution evidence for one test case, optionally scoped to a test plan. This never reports a result.

Input parameters:

- `cursor` (string): Opaque cursor returned by the previous call. Never edit it.
- `limit` (integer)
- `testCaseId` (string, required)
- `testPlanId` (string)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_validate_test_case` (~61 tokens)

Validate an existing or proposed test case for actionable names, steps, expected results, and AI retrieval quality. Call before synchronization.

Input parameters:

- `externalId` (string)
- `testCase` (object)
- `testCaseId` (string)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_preview_test_case_sync` (~97 tokens)

Preview a safe create/update plus optional test-plan memberships. It does not write and returns a 10-minute preview ID required by apply.

Input parameters:

- `authorLogin` (string): TestLink author login. Required when the preview will create a new test case.
- `desiredCase` (object, required)
- `testCaseId` (string)
- `testPlanIds` (array)
- `testProjectId` (string, required)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_apply_test_case_sync` (~58 tokens)

Apply exactly a recent test-case sync preview. Requires write mode, confirm:true, and unchanged server state. Never deletes and never auto-retries side effects.

Input parameters:

- `confirm` (boolean, required)
- `previewId` (string, required)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_preview_execution_result` (~86 tokens)

Preview reporting passed/failed/blocked for one case, plan, and build. It does not write and returns a 10-minute preview ID.

Input parameters:

- `buildId` (string, required)
- `notes` (string)
- `platformName` (string)
- `status` (required)
- `testCaseId` (string, required)
- `testPlanId` (string, required)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

### `testlink_apply_execution_result` (~55 tokens)

Apply exactly a recent execution preview. Requires write mode, confirm:true, and unchanged execution state. The report call is never auto-retried.

Input parameters:

- `confirm` (boolean, required)
- `previewId` (string, required)

Output parameters:

- `data`
- `error` (object)
- `meta` (object)
- `ok` (boolean)

## Diagnostics

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

## Score history

- 2026-08-26: 81
- 2026-08-25: 78
- 2026-08-24: 63

## Common questions

### What is the io.github.Eason0in/testlink-mcp server?

io.github.Eason0in/testlink-mcp is listed in the public MCP registry as io.github.Eason0in/testlink-mcp. AI-friendly, safety-first TestLink MCP server. This page covers its npm package (testlink-mcp).

### Is the io.github.Eason0in/testlink-mcp server safe to use?

io.github.Eason0in/testlink-mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 August 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 io.github.Eason0in/testlink-mcp server expose?

io.github.Eason0in/testlink-mcp exposes 15 tools: testlink_get_server_capabilities, testlink_list_projects, testlink_list_test_plans, testlink_list_builds, testlink_list_test_suites, and 10 more. Their descriptions and schemas cost roughly 1,035 tokens of context every time the server is loaded.

### Is the io.github.Eason0in/testlink-mcp server still maintained?

io.github.Eason0in/testlink-mcp is still listed as active in the MCP registry. We last reached this channel on 26 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.Eason0in/testlink-mcp server under?

io.github.Eason0in/testlink-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/testlink-mcp
- Socket report: https://socket.dev/npm/package/testlink-mcp
- Repository: https://github.com/Eason0in/testlink-mcp
- Changelog RSS feed: https://verifymcp.io/servers/eason0in-testlink-mcp/testlink-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/eason0in-testlink-mcp/testlink-mcp.json
- HTML version of this page: https://verifymcp.io/servers/eason0in-testlink-mcp/testlink-mcp
