Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Eason0in/testlink-mcp

NPM · TESTLINK-MCP · SCANNED AUG 26

AI-friendly, safety-first TestLink MCP server

Available components

81 Trust /100
Trust breakdown (7 categories)

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. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 104 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Eason0in/testlink-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1080 tokens (~60/item across 18 items; 15 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage76
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 18% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.

npm · testlink-mcp

# add to Claude Code
claude mcp add eason0in-testlink-mcp -- npx -y testlink-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "eason0in-testlink-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testlink-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "eason0in-testlink-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testlink-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add eason0in-testlink-mcp --command npx --arg -y --arg testlink-mcp
# ~/.hermes/config.yaml
mcp_servers:
  eason0in-testlink-mcp:
    command: "npx"
    args: ["-y", "testlink-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "eason0in-testlink-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "testlink-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add eason0in-testlink-mcp -t stdio -c npx -a -y testlink-mcp
// mcp.json
{
  "mcpServers": {
    "eason0in-testlink-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testlink-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +15
    • 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. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Stability: unverified → 0.03 functional
    • Package version: 1.0.3 → 1.0.6 functional
  • 24 Aug 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 26 Aug 2026 · Analysed npm/testlink-mcp@1.0.6

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo Eason0in/testlink-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Eason0in/testlink-mcp/.github/workflows/release.yml@refs/tags/v1.0.6
Rekor log index 2582754672
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:72fc0ea8e22f344c1dfff026fef1811a7af81177e7fabc93517c5387841e264b9daaa314a9a78d2fdf42825a001d12bb00a976b42f9c0d0215c071d10
Dependencies 104 packages
Packages resolved 104
Stale 30
Tree resolution Complete
MCP tools · 15 exposed · ~1,035 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
testlink_apply_execution_result ~55

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

NameTypeReqDescription
confirmbooleanyes
previewIdstringyes
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_apply_test_case_sync ~58

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.

NameTypeReqDescription
confirmbooleanyes
previewIdstringyes
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_get_execution_history ~77

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

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous call. Never edit it.
limitinteger
testCaseIdstringyes
testPlanIdstring
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_get_server_capabilities ~37

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

Input schema present but exposes no named parameters.

NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_get_test_case ~55

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

NameTypeReqDescription
externalIdstring
testCaseIdstring
versioninteger
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_get_traceability ~53

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

NameTypeReqDescription
testCaseIdstringyes
testPlanIdstringyes
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_list_builds ~63

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

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous call. Never edit it.
limitinteger
testPlanIdstringyes
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_list_projects ~59

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

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous call. Never edit it.
limitinteger
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_list_test_case_attachments ~67

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

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous call. Never edit it.
limitinteger
testCaseIdstringyes
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_list_test_plans ~67

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

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous call. Never edit it.
limitinteger
projectIdstringyesTestLink test project ID.
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_list_test_suites ~75

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

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous call. Never edit it.
limitinteger
parentIdstring
projectIdstringyes
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_preview_execution_result ~86

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

NameTypeReqDescription
buildIdstringyes
notesstring
platformNamestring
statusyes
testCaseIdstringyes
testPlanIdstringyes
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_preview_test_case_sync ~97

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

NameTypeReqDescription
authorLoginstringTestLink author login. Required when the preview will create a new test case.
desiredCaseobjectyes
testCaseIdstring
testPlanIdsarray
testProjectIdstringyes
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_search_test_cases ~125

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.

NameTypeReqDescription
cursorstringOpaque cursor returned by the previous call. Never edit it.
depthinteger
externalIdstring
limitinteger
projectIdstring
querystring
statusstring
testPlanIdstring
testSuiteIdstring
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

testlink_validate_test_case ~61

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

NameTypeReqDescription
externalIdstring
testCaseobject
testCaseIdstring
NameTypeReqDescription
data
errorobject
metaobjectyes
okbooleanyes

No examples provided.

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.