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

io.github.toolwright-adk/linear-bootstrap

NPM · @TOOLWRIGHT-ADK/LINEAR-BOOTSTRAP · SCANNED AUG 3

Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.

+40 this week 65 Trust /100
Trust breakdown (6 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 Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (141 of 142), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (141 of 142), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 503 tokens (~71/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @toolwright-adk/linear-bootstrap

# add to Claude Code
claude mcp add toolwright-adk-linear-bootstrap -- npx -y @toolwright-adk/linear-bootstrap
# add to Codex CLI
codex mcp add toolwright-adk-linear-bootstrap -- npx -y @toolwright-adk/linear-bootstrap
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "toolwright-adk-linear-bootstrap": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@toolwright-adk/linear-bootstrap"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add toolwright-adk-linear-bootstrap --command npx --arg -y --arg @toolwright-adk/linear-bootstrap
# ~/.hermes/config.yaml
mcp_servers:
  toolwright-adk-linear-bootstrap:
    command: "npx"
    args: ["-y", "@toolwright-adk/linear-bootstrap"]
// mcp.json
{
  "mcpServers": {
    "toolwright-adk-linear-bootstrap": {
      "command": "npx",
      "args": [
        "-y",
        "@toolwright-adk/linear-bootstrap"
      ]
    }
  }
}
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.

  • 3 Aug 26 +45
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Security disclosure: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 2 Aug 26 +2
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +17
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 25

    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 3 Aug 2026 · Analysed npm/@toolwright-adk/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 141 packages

141 packages in the resolved dependency tree · 138 deprecated · 43 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~503 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
add-epic ~74

Add a single epic with its child issues to an existing Linear project. Optionally wire to a milestone and apply label mappings.

NameTypeReqDescription
epicobjectyes
label_idsobject
milestone_idstring
project_idstringyes
team_idstringyes

No output schema declared.

No examples provided.

bootstrap-project ~85

Create a complete Linear project from a plan. Accepts plan_id (from generate-plan) or inline plan object. Creates project, milestones, labels, epics, issues, and dependencies. Set dry_run=true to validate only.

NameTypeReqDescription
dry_runboolean
planobject
plan_idstring
team_idstringyes

No output schema declared.

No examples provided.

generate-and-bootstrap ~92

Generate a project plan and immediately bootstrap it in Linear. Combines generate-plan + validate-plan + bootstrap-project into a single call. Set dry_run=true to generate and validate without creating anything.

NameTypeReqDescription
complexitystring
descriptionstringyes
dry_runboolean
preferencesobject
project_typestring
team_idstringyes

No output schema declared.

No examples provided.

generate-plan ~81

Generate a structured project plan from a description. Returns a plan_id (cached server-side for 30 min) and summary statistics. Use plan_id with validate-plan or bootstrap-project.

NameTypeReqDescription
complexitystring
descriptionstringyes
preferencesobject
project_typestring
team_idstringyes

No output schema declared.

No examples provided.

introspect-workspace ~56

Read team conventions from Linear: workflow states, labels, cycles, existing projects. Returns cached context (30-min TTL). Called automatically by generate-plan, or use standalone to inspect team setup.

NameTypeReqDescription
team_idstringyes

No output schema declared.

No examples provided.

list-teams ~40

List all Linear teams accessible to the configured API key. Returns team id, name, and key. Use this to discover team_id values for other tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

validate-plan ~75

Validate a project plan for structural issues. Accepts plan_id (from generate-plan) or inline plan object. Checks for circular dependencies, orphaned references, undefined milestones, and other problems.

NameTypeReqDescription
complexitystring
planobject
plan_idstring
preferencesobject

No output schema declared.

No examples provided.