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.

TRIZ

NPM · TRIZ-MCP · SCANNED AUG 20

Deterministic, read-only TRIZ knowledge: parameters, principles, matrix, tool routing, effects.

Available components

64 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 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 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 2 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 701 tokens (~63/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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

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 · triz-mcp

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

  • 19 Aug 26 +25
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 0.85 functional
  • 18 Aug 26 39

    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 20 Aug 2026 · Analysed npm/triz-mcp@0.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 95 packages
Packages resolved 95
Stale 30
Tree resolution Complete
MCP tools · 11 exposed · ~701 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
triz_effects ~108

Search the curated effects database by required function (e.g. 'convert temperature difference into voltage', 'store heat', 'sense strain') or list by category: physical, chemical, geometric. Effects are classical textbook phenomena; selecting and substantiating one remains a synthesis step, never a lookup verdict.

NameTypeReqDescription
categorystringRestrict results to one category
querystringFunction keywords to search for, e.g. 'store heat' or 'sense magnetic field'

No output schema declared.

No examples provided.

triz_evals ~25

Return the domain-neutral TRIZ lookup regressions and cross-domain reasoning cases.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

triz_graph ~51

Optional project extension: analyse an OTSM Network of Problems (contradiction graph) and its verifier-backed purpose gates. Requires a project graph via TRIZ_GRAPH; not part of the neutral skill core.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

triz_matrix ~64

Look up the canonical contradiction matrix for an improving and worsening engineering parameter. Blank and diagonal cells fail closed; never guess a recommendation.

NameTypeReqDescription
improvingintegeryesParameter to improve (1-39)
worseningintegeryesParameter that worsens (1-39)

No output schema declared.

No examples provided.

triz_matrix_multi ~124

Multi-parameter contradiction lookup: every (improving x worsening) matrix cell with the principles aggregated by how many cells recommend each (ties broken by mean position). Use when a conflict involves several parameters on either side; per-cell detail is returned so nothing is hidden. All-blank or diagonal-only results fail closed like triz_matrix.

NameTypeReqDescription
improvingarrayyesParameters to improve (1-39), e.g. [9, 14]
worseningarrayyesParameters that worsen (1-39), e.g. [25, 33]

No output schema declared.

No examples provided.

triz_parameter ~48

Get a canonical TRIZ engineering parameter (1-39). Omit id to list all 39.

NameTypeReqDescription
idintegerParameter number 1-39; omit to list all

No output schema declared.

No examples provided.

triz_principle ~61

Get a canonical TRIZ inventive principle (1-40). Omit id to list all 40. Look up principle numbers instead of recalling them from memory.

NameTypeReqDescription
idintegerPrinciple number 1-40; omit to list all

No output schema declared.

No examples provided.

triz_purpose ~50

Optional project extension: inspect the invariant and purpose gate for one contradiction node of the project graph.

NameTypeReqDescription
idstringyesNode id as used in the project graph, e.g. S1

No output schema declared.

No examples provided.

triz_resolve ~63

Look up a contradiction-matrix cell and expand its recommended principles and both engineering parameters. Fails closed on blank cells.

NameTypeReqDescription
improvingintegeryesParameter to improve (1-39)
worseningintegeryesParameter that worsens (1-39)

No output schema declared.

No examples provided.

triz_route ~65

Route a problem stage and optional observable signals to candidate TRIZ tools. Routing is deterministic and returns only tools registered for that stage.

NameTypeReqDescription
signalsarrayProblem signals such as bottleneck, stakeholder conflict, or harmful interaction
stagestringyesCurrent workflow stage

No output schema declared.

No examples provided.

triz_tool_catalog ~42

List the domain-neutral TRIZ tool catalog, optionally restricted to problem analysis, task modeling, or solution synthesis.

NameTypeReqDescription
stagestringOptional workflow stage

No output schema declared.

No examples provided.