io.github.Eason0in/testlink-mcp
NPM · TESTLINK-MCP · SCANNED AUG 26
AI-friendly, safety-first TestLink MCP server
Available components
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
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
claude mcp add eason0in-testlink-mcp -- npx -y testlink-mcp
{
"mcpServers": {
"eason0in-testlink-mcp": {
"command": "npx",
"args": [
"-y",
"testlink-mcp"
]
}
}
} {
"servers": {
"eason0in-testlink-mcp": {
"command": "npx",
"args": [
"-y",
"testlink-mcp"
]
}
}
} codex mcp add eason0in-testlink-mcp -- npx -y testlink-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"eason0in-testlink-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"testlink-mcp"
],
"enabled": true
}
}
} openclaw mcp add eason0in-testlink-mcp --command npx --arg -y --arg testlink-mcp
mcp_servers:
eason0in-testlink-mcp:
command: "npx"
args: ["-y", "testlink-mcp"] {
"McpServers": {
"eason0in-testlink-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"testlink-mcp"
]
}
}
} assistant mcp add eason0in-testlink-mcp -t stdio -c npx -a -y testlink-mcp
{
"mcpServers": {
"eason0in-testlink-mcp": {
"command": "npx",
"args": [
"-y",
"testlink-mcp"
]
}
}
} 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.
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 |
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | yes | – |
| previewId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | yes | – |
| previewId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque cursor returned by the previous call. Never edit it. |
| limit | integer | – | – |
| testCaseId | string | yes | – |
| testPlanId | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| externalId | string | – | – |
| testCaseId | string | – | – |
| version | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| testCaseId | string | yes | – |
| testPlanId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
No examples provided.
testlink_list_builds ~63
Explore builds belonging to one known test plan. Use before previewing an execution result.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque cursor returned by the previous call. Never edit it. |
| limit | integer | – | – |
| testPlanId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque cursor returned by the previous call. Never edit it. |
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque cursor returned by the previous call. Never edit it. |
| limit | integer | – | – |
| testCaseId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
No examples provided.
testlink_list_test_plans ~67
Explore test plans belonging to one known project. This does not search test cases.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque cursor returned by the previous call. Never edit it. |
| limit | integer | – | – |
| projectId | string | yes | TestLink test project ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
No examples provided.
testlink_list_test_suites ~75
Explore one suite level. Omit parentId for project roots; pass parentId to walk children deliberately.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque cursor returned by the previous call. Never edit it. |
| limit | integer | – | – |
| parentId | string | – | – |
| projectId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| buildId | string | yes | – |
| notes | string | – | – |
| platformName | string | – | – |
| status | – | yes | – |
| testCaseId | string | yes | – |
| testPlanId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| authorLogin | string | – | TestLink author login. Required when the preview will create a new test case. |
| desiredCase | object | yes | – |
| testCaseId | string | – | – |
| testPlanIds | array | – | – |
| testProjectId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| externalId | string | – | – |
| testCase | object | – | – |
| testCaseId | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | – |
| error | object | – | – |
| meta | object | yes | – |
| ok | boolean | yes | – |
No examples provided.
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.