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.

Weavatrix

NPM · WEAVATRIX · SCANNED SEP 20

Native Weavatrix MCP: 67 read-only tools for code, local CI, n8n, Dify, agents, Mermaid, Web3.

Available components

+3 this week 87 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 → Why this is hard to score →

Supply Chain Security100
  • 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
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Weavatrix/weavatrix). 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 Usability47
  • AI-judged instruction clarity (fair).Partial
  • Context-footprint check failed: tool/resource definitions use about 12646 tokens (~188/item across 67 items; 67 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management89
  • Stability check failed: the tool surface changed between 1.9.2 and 1.17.1: 0 tool removals, 1 breaking changes, 24 additions. See how to fix → Fail
Tool Coverage82
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 45% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 67 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 68 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Weavatrix MCP server?

Weavatrix runs locally as an npm package, launched with npx -y weavatrix. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · weavatrix

# add to Claude Code
claude mcp add weavatrix-weavatrix -- npx -y weavatrix
// .cursor/mcp.json
{
  "mcpServers": {
    "weavatrix-weavatrix": {
      "command": "npx",
      "args": [
        "-y",
        "weavatrix"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "weavatrix-weavatrix": {
      "command": "npx",
      "args": [
        "-y",
        "weavatrix"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add weavatrix-weavatrix -- npx -y weavatrix
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "weavatrix-weavatrix": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "weavatrix"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add weavatrix-weavatrix --command npx --arg -y --arg weavatrix
# ~/.hermes/config.yaml
mcp_servers:
  weavatrix-weavatrix:
    command: "npx"
    args: ["-y", "weavatrix"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "weavatrix-weavatrix": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "weavatrix"
      ]
    }
  }
}
# add to Vellum
assistant mcp add weavatrix-weavatrix -t stdio -c npx -a -y weavatrix
// mcp.json
{
  "mcpServers": {
    "weavatrix-weavatrix": {
      "command": "npx",
      "args": [
        "-y",
        "weavatrix"
      ]
    }
  }
}
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.

  • 20 Sept 26 +11
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • Known CVEs: unverified → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Package version: 1.16.4 → 1.17.1 functional
  • 19 Sept 26 −10
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • Known CVEs: pass → unverified security
    • Malware scan: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: pass → unverified functional
    • First check of Schema quality: unverified functional
    • Package version: 1.16.0 → 1.16.4 functional
    • Package version: 1.16.0 → 1.16.3 functional
    • Package version: 1.16.0 → 1.16.2 functional
    • Package version: 1.16.0 → 1.16.1 functional
  • 18 Sept 26 +11
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → pass functional
  • 17 Sept 26 +4
    • Known CVEs: pass → unverified security
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • Malware scan: unverified → pass security
    • Dependency health: pass → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
    • Package version: 1.14.2 → 1.16.0 functional
    • Package version: 1.14.2 → 1.15.0 functional
  • 16 Sept 26 −13
    • Malware scan: pass → unverified security
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • Schema quality: 8922 → 11067 functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
    • Package version: 1.11.0 → 1.14.2 functional
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 62 to 66.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 56 to 59.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 49 to 52.

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 Sept 2026 · Analysed npm/weavatrix@1.17.1

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 Weavatrix/weavatrix
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Weavatrix/weavatrix/.github/workflows/release.yml@refs/tags/v1.17.1
Rekor log index 2899900507
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:ed4e3e9332a80f16365a9210bc872b2ed9afa55d22db9182e64dfa1ef3e9ea5428bff769c018abcc433c083e14d06d30f1dafc21641296863c7a82d8e

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 67 exposed · ~12,630 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
read_source ~192

Bounded source context by node or repository path.

NameTypeReqDescription
afterinteger
beforeinteger
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
labelstring
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
pathstring
start_lineinteger
token_budgetintegerApproximate output ceiling in tokens (serialized bytes / 4); result arrays are trimmed from the tail to fit and the report states what was dropped

No output schema declared.

No examples provided.

rebuild_graph ~141

Rebuild the derived in-memory graph without source writes.

NameTypeReqDescription
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
modestring
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
precisionstring
scopestring

No output schema declared.

No examples provided.

run_audit ~292

Repository structure and evidence completeness audit.

NameTypeReqDescription
base_refstring
categorystring
changed_filesarray
debtstring
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
include_capabilitiesboolean
include_classifiedboolean
include_testsbooleanWhen true (the default), attach revision-bound external test evidence if the caller supplied test_evidence or test_evidence_path. Weavatrix still does not execute tests
max_findingsinteger
min_severitystring
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
test_evidenceobjectInline weavatrix.test-evidence.v1 object. Mutually exclusive with test_evidence_path. The engine does not run the suite
test_evidence_pathstringRepository-relative JSON file with schema weavatrix.test-evidence.v1. Mutually exclusive with test_evidence

No output schema declared.

No examples provided.

search_code ~201

Literal or Rust-regex repository search without ripgrep.

NameTypeReqDescription
afterinteger
beforeinteger
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
globstring
is_regexboolean
max_resultsinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
querystringyes
token_budgetintegerApproximate output ceiling in tokens (serialized bytes / 4); result arrays are trimmed from the tail to fit and the report states what was dropped

No output schema declared.

No examples provided.

select_tests ~218

Select the test suites a change most plausibly needs to run.

NameTypeReqDescription
basestring
base_refstring
depthinteger
diffstring
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
filesarray
head_refstring
max_nodesinteger
max_testsinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
precisionstring
targetstringDeprecated alias for a single path in files; equivalent to files:[target]. Errors when both are present and disagree

No output schema declared.

No examples provided.

semantic_link ~200

Build inferred semantic graph evidence from supplied vectors.

NameTypeReqDescription
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
min_similaritynumber0..1 is a fraction; values above 1 through 100 are percentages
modelstring
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
selectionstring
top_kstring
vectorsarrayyesCaller-supplied embedding rows. Each object requires node (string graph id) and values (array of numbers). Do not send id/vector.

No output schema declared.

No examples provided.

seo_link_suggestions ~241

Directional SEO internal-link evidence from supplied page profiles.

NameTypeReqDescription
allow_cross_languageboolean
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
min_similaritynumber0..1 is a fraction; values above 1 through 100 are percentages
modelstring
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
pagesarrayyesPage profiles for SEO linking. Each object requires node, site, and canonical; language and title are optional.
selectionstring
top_kstring
vectorsarrayyesCaller-supplied embedding rows. Each object requires node (string graph id) and values (array of numbers). Do not send id/vector.

No output schema declared.

No examples provided.

shortest_path ~199

Shortest typed path with per-hop witnesses, path kind, and work limits.

NameTypeReqDescription
directedboolean
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
flow_directionstring
max_edgesinteger
max_hopsinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
path_kindstringRestrict hop relations. A mixed found path is never an execution chain
relation_filter
sourcestringyes
targetstringyes

No output schema declared.

No examples provided.

trace_api_contract ~347

Cross-repository HTTP, GraphQL, gRPC and event-transport contract evidence for named backend and client roots.

NameTypeReqDescription
auto_discover_wrappersboolean
backendstringyes
changed_filesarray
client_namesarray
client_wrappersobject
clientsarrayyes
cursorstring
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
include_classifiedboolean
include_testsboolean
max_affected_filesinteger
max_endpointsinteger
max_impact_depthinteger
max_matchesinteger
max_source_file_bytesinteger
max_source_filesinteger
methodstring
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
page_sizeinteger
pathstring
per_item_limitinteger
response_detailstring
runtime_configobject
runtime_evidence_filesobject
runtime_evidence_max_age_hoursinteger
top_ninteger
transportstring

No output schema declared.

No examples provided.

trace_endpoint ~264

Resolve an HTTP endpoint by exact method/path and return its bounded execution/call path.

NameTypeReqDescription
context_linesinteger
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
handler_filestringRepo-relative file (or unambiguous path suffix) that must expose the route; filters candidates and resolves same-route declarations across files
include_classifiedboolean
matchstringHow the path argument compares to the served route; exact is the default and refuses ends-with or starts-with shortcuts
max_depthinteger
max_excerptsinteger
max_nodesinteger
methodstringNormalized exact HTTP method such as GET or POST; partial prefixes like PO do not match POST
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
pathstringyes

No output schema declared.

No examples provided.

vector_search ~175

Exact or bounded approximate nearest-neighbor search.

NameTypeReqDescription
exactboolean
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
queryarrayyes
top_kstring
vectorsarrayyesCaller-supplied embedding rows. Each object requires node (string graph id) and values (array of numbers). Do not send id/vector.

No output schema declared.

No examples provided.

verified_change ~255

Composite pre-commit evidence and conservative verdict.

NameTypeReqDescription
api_contractobject
base_refstring
data_flow_depthinteger
diffstring
duplicate_ratchetboolean
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
filesarray
head_refstring
impact_depthinteger
max_data_flow_edgesinteger
max_impact_nodesinteger
max_symbolsinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
phasestring
precisionstring
run_testsboolean
taskstringyes
test_timeout_msinteger
testsarray

No output schema declared.

No examples provided.

verify_architecture ~118

Verify graph dependencies against the active contract.

NameTypeReqDescription
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…

No output schema declared.

No examples provided.

verify_capabilities ~143

Resolve declared capabilities against exposed endpoint evidence.

NameTypeReqDescription
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
include_classifiedboolean
include_testsboolean
max_resultsinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…

No output schema declared.

No examples provided.

web3_context ~172

Bounded Web3 context: changed ABI fragment, proven call or decoder sites, and explicit deployment gaps.

NameTypeReqDescription
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
labelstringyes
max_relatedinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
taskstringWhat the caller intends to change or inspect; used only to keep the bounded context on that question

No output schema declared.

No examples provided.

web3_impact ~215

Compare supplied ABI revisions and report consumer-specific interface deltas, including silent event misdecode risk.

NameTypeReqDescription
baselinestringRepository-relative consumer or previous ABI path
candidatestringRepository-relative provider or new ABI path
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
max_resultsinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
pathstring
providerstringAlias for candidate when comparing a new contract interface
taskstringWhat the caller intends to change or inspect; used only to keep the bounded context on that question

No output schema declared.

No examples provided.

web3_inventory ~157

List supplied contract ABIs, compiler artifacts, and static viem/wagmi consumers without touching a chain.

NameTypeReqDescription
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
max_resultsinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…
pathstringRepository-relative ABI, artifact, or consumer path fragment

No output schema declared.

No examples provided.

web3_trace ~176

Walk proven ABI, artifact, and consumer bindings for one Web3 member or call site.

NameTypeReqDescription
cursorstringOpaque page token from a previous web3_trace page.next_cursor; format v1:<offset>
depthinteger
expected_repositorystringPath or folder name of the repository this call is about; the call fails instead of answering when the active repository differs. Every answer also carries a repository_context block naming its root,…
labelstringyes
max_nodesinteger
output_formatstringtext returns the concise text block only; json returns structured output and mirrors it into text for clients that read only content; structured drops that mirror, which is the larger copy, and is sa…

No output schema declared.

No examples provided.

Common questions

What is the Weavatrix MCP server?

Weavatrix is an MCP server listed in the public MCP registry as io.github.Weavatrix/weavatrix. Native Weavatrix MCP: 67 read-only tools for code, local CI, n8n, Dify, agents, Mermaid, Web3. This page covers its npm package (weavatrix).

Is the Weavatrix MCP server safe to use?

Weavatrix scores 87 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 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 Weavatrix MCP server expose?

Weavatrix exposes 67 tools: graph_stats, get_node, get_neighbors, query_graph, god_nodes, and 62 more. Their descriptions and schemas cost roughly 12,630 tokens of context every time the server is loaded.

Is the Weavatrix MCP server still maintained?

Weavatrix is still listed as active in the MCP registry. We last reached this channel on 20 September 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 Weavatrix MCP server under?

Weavatrix declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.