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.

Rebuild Dossier

NPM · REBUILD-DOSSIER · SCANNED SEP 20

MCP server that reverse-engineers a locked rebuild spec from an existing app.

Available components

+5 this week 89 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 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
  • 27 of 92 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 Parker-Fawcett/rebuild-dossier). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 1 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 742 tokens (~123/item across 6 items; 6 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 Management57
  • Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
  • 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 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 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 Rebuild Dossier MCP server?

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

npm · rebuild-dossier

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

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +2
    • CVE-2026-82562 no longer affects this package security
    • CVE-2026-82417 no longer affects this package security
    • Known CVEs: fail → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 5 Sept 26 +12
    • Tool safety: pass → unverified security
    • Provenance: fail → 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
    • The attested source repository moved: Parker-Fawcett/rebuild-dossier security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Stability: unverified → 0.07 functional
    • First check of Schema quality: unverified functional
    • Package version: 0.2.5 → 0.2.6 functional
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/rebuild-dossier@0.2.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 Parker-Fawcett/rebuild-dossier
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Parker-Fawcett/rebuild-dossier/.github/workflows/publish.yml@refs/tags/v0.2.6
Rekor log index 2706500965
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:a80becd3750063ecb109a6d453ce58bd72a458171f5dd6e19aaeaf7549e13204988dbc790802646367114938e0be4af8d5740b2dbf53ceb35892e89f7

Background: How many MCP packages publish verified provenance →

Dependencies 92 packages
Packages resolved 92
Stale 27
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~742 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
crawl_site ~78

Playwright headless crawl of reachable routes. Emits periodic progress notifications.

NameTypeReqDescription
maxPagesintegerOptional cap on how many reachable pages to visit. Unset means no limit.
repoPathstringyesRepo path whose .dossier/ this crawl evidence should be saved under
urlstringyesBase URL to crawl
NameTypeReqDescription
openCasesintegeryes
routesVisitedintegeryes
routesWithConsoleErrorsintegeryes
savedTostringyes

No examples provided.

flag_known_bug ~68

Record a known bug. Always overrides auto-resolve for any case it matches, regardless of other evidence.

NameTypeReqDescription
descriptionstringyesFree-text description of a known bug, stored verbatim
repoPathstringyesRepo path whose .dossier/ this known bug belongs to
NameTypeReqDescription
bugobjectyes
openCasesintegeryes

No examples provided.

generate_spec ~337

Write CLAUDE.md, .claude/, spec/, tests/, and kickoff-prompt.txt to <repo>-rebuild/. Only callable once the case queue is empty. Optional: if the target is a Next.js app with page routes, set GROQ_API_KEY and REBUILD_DOSSIER_ENABLE_VISION_CLASSIFICATION=1 before calling this tool to enable vision-assisted page-content classification (sends each captured page's screenshot and source code to Groq to judge static vs. dynamic content more accurately than plain regex matching) — ask the user for a Groq API key if they want more reliable generated page tests and this isn't already configured. Off by default; nothing changes if unset. Optional: pass authStorageStatePath to reach auth-gated pages during capture — see that field's own description for how to produce it.

NameTypeReqDescription
authStorageStatePathstringOptional path to a Playwright storageState JSON file (cookies/localStorage from an already-authenticated session against the target app) — load it once with `npx playwright open <url> --save-storage=…
repoPathstringyesRepo path that was ingested; output is written to a sibling <repoPath>-rebuild/ directory
NameTypeReqDescription
capturedPagesintegeryes
mutationsCheckedintegeryes
outputDirstringyes
pageCaptureNotestring
pageVisionFallbackNotestring
pageVisionFallbacksarray
skippedPagesarrayyes
unrunnableTestsarrayyes
visionClassificationEnabledbooleanyes
visionClassificationNotestring
warningstring
weakTestsarrayyes

No examples provided.

get_case_queue ~57

Return unresolved ambiguity cases from reconciliation.

NameTypeReqDescription
interactivebooleanWhen true, walk open cases via MCP elicitation instead of just listing them
repoPathstringyesRepo path whose .dossier/ case queue to read
NameTypeReqDescription
casesarrayyes
openintegeryes

No examples provided.

ingest_repo ~86

Parse package.json, tailwind/vite config, route files, and existing tests via static analysis. No LLM call.

NameTypeReqDescription
interactivebooleanWhen true and 0 routes are found at a monorepo-shaped path, ask via elicitation which candidate directory is the real app, then ingest that instead
pathstringyesAbsolute path to the repo to ingest
NameTypeReqDescription
buildConfigarrayyes
existingTestsintegeryes
monorepoHintobject
openCasesintegeryes
resolvedMonorepoChoicestring
routesintegeryes
savedTostringyes
signalsintegeryes

No examples provided.

resolve_case ~116

Resolve one open case with a human decision. Always available, no elicitation capability required.

NameTypeReqDescription
decisionstringyesFree-text decision, e.g. "intentional" or "bug" — stored verbatim, not a fixed enum
idstringyesThe case id to resolve, as returned by get_case_queue (e.g. "case:...")
notestringOptional free-text note explaining the decision
repoPathstringyesRepo path whose .dossier/ this case belongs to
NameTypeReqDescription
autoResolutionobject
conflictobject
humanDecisionobject
idstringyes
matchedKnownBugsarrayyes
relatedCaseIdsarray
signalsarrayyes
statusstringyes
topicKeystringyes

No examples provided.

Common questions

What is the Rebuild Dossier MCP server?

Rebuild Dossier is an MCP server listed in the public MCP registry as com.parkerfawcett/rebuild-dossier. MCP server that reverse-engineers a locked rebuild spec from an existing app. This page covers its npm package (rebuild-dossier).

Is the Rebuild Dossier MCP server safe to use?

Rebuild Dossier scores 89 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 Rebuild Dossier MCP server expose?

Rebuild Dossier exposes 6 tools: ingest_repo, crawl_site, flag_known_bug, get_case_queue, resolve_case, generate_spec. Their descriptions and schemas cost roughly 742 tokens of context every time the server is loaded.

Is the Rebuild Dossier MCP server still maintained?

Rebuild Dossier 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 Rebuild Dossier MCP server under?

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