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.

io.github.raulbr90/changebook

NPM · CHANGEBOOK · 2 COMPONENTS · SCANNED SEP 20

Your agent already broke this three times. ChangeBook tells it before the fourth.

+1 this week 74 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
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2171 tokens (~197/item across 11 items; 11 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 Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage80
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 41% 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 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 11 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
Install

How do I install the io.github.raulbr90/changebook MCP server?

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

npm · changebook

# add to Claude Code
claude mcp add raulbr90-changebook -- npx -y changebook
// .cursor/mcp.json
{
  "mcpServers": {
    "raulbr90-changebook": {
      "command": "npx",
      "args": [
        "-y",
        "changebook"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "raulbr90-changebook": {
      "command": "npx",
      "args": [
        "-y",
        "changebook"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add raulbr90-changebook -- npx -y changebook
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "raulbr90-changebook": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "changebook"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add raulbr90-changebook --command npx --arg -y --arg changebook
# ~/.hermes/config.yaml
mcp_servers:
  raulbr90-changebook:
    command: "npx"
    args: ["-y", "changebook"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "raulbr90-changebook": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "changebook"
      ]
    }
  }
}
# add to Vellum
assistant mcp add raulbr90-changebook -t stdio -c npx -a -y changebook
// mcp.json
{
  "mcpServers": {
    "raulbr90-changebook": {
      "command": "npx",
      "args": [
        "-y",
        "changebook"
      ]
    }
  }
}
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 −2
    • Stability: pass → 0.87 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

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

  • 14 Sept 26 +1

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

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

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/changebook@0.10.0

Provenance No attestation

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

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~2,171 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
atlas_action_plan ~129

A single prioritized list of what to address in this project, most urgent first: open regressions (a change already broke something), at-risk health controls (a safety posture the analysis flagged), hotspot modules (fragile by design) and repeat-offender modules. Pure aggregation of signals the atlas already holds — no new analysis, ordered by transparent severity tiers rather than a hidden score. Use it to decide where to start, then ANNOUNCE your pick and wait for the user's OK before acting. project: the repo you are working in (folder name or slug).

NameTypeReqDescription
projectstringyes

No output schema declared.

No examples provided.

atlas_complete_task ~57

Mark a task from atlas_pending_tasks as done (or dismissed if it no longer applies). Pass the task id. Closing an already-closed task is a no-op.

NameTypeReqDescription
idstringyes
statusstring

No output schema declared.

No examples provided.

atlas_file_context ~293

Call this BEFORE you edit, change, fix or refactor any file or function: it tells you how many times each file's module already broke here (recidivism) and its open regression alerts, so you touch it knowing what bit people last time. One cheap call instead of re-reading the code and its git history. It also returns, per file: the module it belongs to and its risk, how often it changed recently, the recent commits that touched it (cite these instead of running git log), and the CURRENT value of watched config constants (with the commit it comes from — no need to re-read the file for those). Args: - files (required): 1-8 repo-relative paths. - project (recommended): the repo you are working in (folder name or slug). The atlas is per-project — always scope to your own project. Returns (structured): { files: [{ file, modules: [{ module, risk, changes, last_changed, last_note }], open_alerts, recidivism: [{ module, prior_regressions }], recent_commits: [{ commit, commit_aliases, date }], recent_commits_more, watched_values: [{ name, value, commit }] }] }

NameTypeReqDescription
filesarrayyesRepo-relative paths you are about to edit
projectstringyesProject to scope to (repo folder name or slug)

No output schema declared.

No examples provided.

atlas_module_detail ~325

Call this WHEN you need a module's recent history instead of re-reading its source: what changed, why it matters, the files touched and (when available) a verbatim excerpt of each diff. The token-saving way to catch up on a module — its recent evolution and risk picture — in one call before you touch it. Args: - module (required): exact module name as returned by atlas_modules. - limit (1-20, default 5): number of recent changes to include. - include_excerpts (default true): include diff excerpts (short previews unless full is set). - full (default false): return the diff excerpts verbatim instead of the token-saving previews. Only pass it when you actually need the code lines. - project (recommended): the repo you are working in (folder name or slug). The atlas is per-project — always scope to your own project. Returns (structured): { module, count, changes: [{ date, commit, risk, note, tech, files, business_impact, excerpt, excerpt_truncated }] }. Notes describe the code AS OF their commit/date — verify current values in the code before asserting them.

NameTypeReqDescription
fullbooleanVerbatim excerpts instead of short previews
include_excerptsbooleanInclude diff excerpts (previews unless full)
limitintegerRecent changes to include (1-20)
modulestringyesExact module name (see atlas_modules)
projectstringyesProject to scope to (repo folder name or slug)

No output schema declared.

No examples provided.

atlas_modules ~166

List the modules of the product as known by ChangeBook, aggregated from the change history. For each module: domain, latest risk level, number of analyzed changes and last-change date. Files, notes and diffs live in atlas_module_detail — this is the map, not the terrain. Args: - domain (optional): filter by domain (e.g. "billing"). - project (recommended): the repo you are working in (folder name or slug). The atlas is per-project — always scope to your own project. Returns (structured): { count, modules: [{ module, domain, risk, changes, last_changed }] }

NameTypeReqDescription
domainstringOnly modules in this domain
projectstringyesProject to scope to (repo folder name or slug)

No output schema declared.

No examples provided.

atlas_pending_tasks ~102

Pending tasks the owner queued for YOU. Returns id, title and a short excerpt; pass `task_id` for one task's full body, context and done-criterion. Tell the user which one you picked and wait for their OK before starting; close it with atlas_complete_task. project: the repo you are working in (folder name or slug).

NameTypeReqDescription
limitinteger
projectstringyes
task_idstring

No output schema declared.

No examples provided.

atlas_project_brief ~239

Call this FIRST, the moment a session opens, to get your bearings: it hands you the module map with risks, the open regression alerts, the project health (which safety controls the analysis has evidenced as passing or at-risk), the tasks the owner queued for you, and the latest analyzed changes — ONE call that replaces atlas_modules + atlas_pending_tasks + atlas_recent_changes. Optional intent widens the SAME call (never a second trip): intent=orient serves 10 recent changes with commit+files; intent=pre_edit with files=[paths] appends each file's modules, notes and current watched values; intent=feature with feature="text" appends the changes matching that text. After reading it, tell the user in 1-3 lines what you found and what you plan to do, and WAIT for their OK before editing any code — announcing and then editing in the same turn leaves the owner nothing to decide. project: the repo you are working in (folder name or slug).

NameTypeReqDescription
featurestring
filesarray
intentstring
projectstringyes

No output schema declared.

No examples provided.

atlas_recent_changes ~283

List the most recent analyzed code changes from the ChangeBook changelog (newest first). Each entry has a business-level impact summary, an optional technical summary, and the modules it touched. Use this to catch up on what changed in the product without re-reading the codebase. Args: - limit (1-50, default 10): entries to return. - offset (default 0): pagination offset. - search (optional): case-insensitive text filter over the business and technical summaries. - project (recommended): the repo you are working in (folder name or slug). The atlas is per-project — always scope to your own project. Returns (structured): { count, offset, has_more, changes: [{ id, date, commit, business_impact, diff_chars, files, files_more, modules: [{ module, risk }] }] }. files is a capped union (files_more = paths cut). Pass include_tech for summary_tech. Don't use for per-module deep dives — use atlas_module_detail for that.

NameTypeReqDescription
include_techboolean
limitintegerEntries to return (1-50)
offsetintegerPagination offset
projectstringyesProject to scope to (repo folder name or slug)
searchstringCase-insensitive filter over summaries

No output schema declared.

No examples provided.

atlas_record_change ~199

Call this right AFTER you make or commit a change, so the atlas stays current. Send the unified diff (e.g. `git show <ref>` or `git diff`) plus the commit hash and ISO date when available. ChangeBook's own AI analyzes it (business impact, modules, risk) — you only deliver the diff. ALWAYS pass `project` = the repo folder name you are working in (the atlas is per-project; a new name creates the project). ALWAYS include `summary`: 2-5 sentences in your own words on what changed and why (intent, user-visible effect, risks) — you already know this, and it routes the analysis to a much cheaper model. Re-sending the same commit is a free no-op.

NameTypeReqDescription
commit_hashstring
committed_atstring
diffstringyes
projectstringyes
summarystring

No output schema declared.

No examples provided.

atlas_resolve_alert ~282

Close this project's open regression alert(s) once you have judged them, so the analysis stops re-raising them and stops re-queuing the owner's task. Call it with `verdict:"fixed"` when the alert was RIGHT and you fixed or confirmed the risk, and with `verdict:"dismissed"` when you CHECKED IT AND IT WAS WRONG — a false alarm, already handled, or about code that is deliberately that way. Refuting is as valuable as confirming: the accuracy this product reports needs both, and an alert you silently confirm to get rid of it makes that number a lie. Identify them by `module` (closes every open alert on that module) and optionally narrow with `symbol` (the evidence symbol the alert hangs on). Judge only what you actually looked at; it is reversible from the web. project: the repo you are working in (folder name or slug).

NameTypeReqDescription
modulestringyes
projectstringyes
symbolstring
verdictstringyesREQUIRED. fixed = the alert was right and you fixed or confirmed it. dismissed = you checked it and it was wrong (false alarm, already handled, or deliberate). There is no default on purpose: closing…

No output schema declared.

No examples provided.

atlas_usage ~96

Account-level usage summary: what the owner paid for analyses this period, what ChangeBook's optimizations avoided (compression, prompt cache, Batch API, model routing, dedup skips) and how much agents consulted the atlas (with a conservative exploration-avoided estimate). Use when the owner asks about spend, savings, cost or usage. Args: period 'month' (default) or 'all'.

NameTypeReqDescription
periodstring

No output schema declared.

No examples provided.

Common questions

What is the io.github.raulbr90/changebook MCP server?

io.github.raulbr90/changebook is an MCP server listed in the public MCP registry as io.github.raulbr90/changebook. Your agent already broke this three times. ChangeBook tells it before the fourth. This page covers its npm package (changebook).

Is the io.github.raulbr90/changebook MCP server safe to use?

io.github.raulbr90/changebook scores 74 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. 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.raulbr90/changebook MCP server expose?

io.github.raulbr90/changebook exposes 11 tools: atlas_project_brief, atlas_action_plan, atlas_usage, atlas_recent_changes, atlas_modules, and 6 more. Their descriptions and schemas cost roughly 2,171 tokens of context every time the server is loaded.

Is the io.github.raulbr90/changebook MCP server still maintained?

io.github.raulbr90/changebook 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 io.github.raulbr90/changebook MCP server under?

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