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.briefroom/mcp

NPM · @BRIEFROOM/MCP · SCANNED AUG 6

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

Available components

+41 this week 67 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 Security79
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects adm-zip 0.5.18, reached via @briefroom/cli > adm-zip. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 142 of 146 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability68
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 579 tokens (~193/item across 3 items; 3 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 Management37
  • Stability observed for 11 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
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 · @briefroom/mcp

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

  • 6 Aug 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.

  • 5 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 4 Aug 26 +1
    • Security disclosure: fail → unverified functional
  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +27
    • CVE-2026-39244 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 26

    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 6 Aug 2026 · Analysed npm/@briefroom/[email protected]

Provenance No attestation

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

Result No attestation
Ecosystem npm
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-xcpc-8h2w-3j85 CVE-2026-39244 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
Dependencies 142 packages
Packages resolved 142
Deprecated 139
Stale 51
No linked repository 1
Tree resolution Partial

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

MCP tools — 3 exposed · ~579 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
deploy_html ~353

Zip a local directory of HTML/CSS/JS and upload it to briefroom, returning a share URL. Supports a share-link expiry (also applied to the existing link on redeploy), a room display `name` (any language, e.g. Japanese; distinct from `room` slug — see below), and password protection (Pro+ plans). Uses BRIEFROOM_TOKEN (or the briefroom CLI login) for authentication. Non-interactive.

NameTypeReqDescription
expiresstringShare link expiry. Defaults to 7d on the server. When set on a redeploy, it also updates the existing link.
namestringRoom display name shown on the dashboard and viewer (1-100 chars, any language including Japanese). Distinct from `room` (slug) and from the auto-issued share URL token. Sets the name on first deploy…
newbooleanIgnore briefroom.json and create a brand new room with a unique slug.
passwordstringProtect the share link with a password (Pro+ plans only). Passed to the CLI via an environment variable, never as an argv flag, so it is not exposed in the process list.
pathstringyesPath to the directory containing HTML to deploy (required).
roomstringRoom slug — the ascii kebab-case identifier used to redeploy into an existing room (NOT the display name, and NOT part of the share URL). Overrides briefroom.json / directory name.
visibilitystringShare link visibility. 'unlisted' removes an existing password; 'password_protected' requires the password field.

No output schema declared.

No examples provided.

get_feedback ~151

Fetch reviewer comments for a briefroom share URL (or raw token) as an AI-agent-optimized Markdown prompt by default, or JSON. Public API — works without auth, but auth returns owner-only fields.

NameTypeReqDescription
formatstringprompt = Markdown for AI agents (default). json = machine-readable.
localestringLanguage of the returned Markdown. Defaults to OS locale.
sharestringyesShare URL (https://.../s/<token>) or raw base32 token (17 or 32 chars).
sincestringISO 8601 timestamp. Return only comments updated after this instant.
statusstringFilter comments by status. Defaults to all.

No output schema declared.

No examples provided.

list_deployments ~75

List briefroom rooms owned by the current PAT, with their latest deploy and share URL. Requires BRIEFROOM_TOKEN or a prior `briefroom login`.

NameTypeReqDescription
archivedbooleanList archived rooms instead of active ones.
limitintegerMax rooms to list (1-100). Defaults to 20.

No output schema declared.

No examples provided.