@markup-carve/carve-mcp

MCPattested
v0.1.4io.github.markup-carveMITUpdated 14d agonpmGitHub

Parse, lint, format, render, and migrate Carve documents through MCP.

Works in
ClaudeCursorCopilotGemini

Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.

Attested build
A verified provenance attestation binds this artifact to the listed repository. Nobody has claimed the listing yet — this proves where the code was built, not who stands behind it.
658Downloads/wk
14d agoLast update
Package
Authorio.github.markup-carve
LicenseMIT
Version0.1.4
Sourcenpm+mcp-registry
Trust Status
A
85/100Trusted
Listed in Forge index+10/10
Identity verified · attested build+20/20
Ed25519 publish signature+0/5
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+5/5
npm maintainer match+0/5
Publisher: add the verified GitHub login to the npm package's maintainers (npm owner add <login>)
CVE scan · clean+30/30
Static analysis · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusIdentity verified
PublisherUnverified
SignatureUnsigned
Domain
Provenance✓ Sigstore-verified · 69a97b8
Dependencies✓ 9 resolved · none vulnerable
Tool surface23 tools · 6 privileged
Security scan✓ Cleanv0.1.4 · 12d agoHow well does this scan work?
EvalsNone
IndexedSep 6, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

23 tools · 6 privileged
Statically extracted from the published packagev0.1.4 · 12d ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

review-documentReview a Carve document for clear, correct, human-focused writing.

Review a Carve document for clear, correct, human-focused writing.

No input schema was published for this tool.

convert-markdownConvert Markdown to Carve while explaining fidelity warnings.

Convert Markdown to Carve while explaining fidelity warnings.

No input schema was published for this tool.

prepare-for-githubCheck a Carve document for GitHub-specific publishing surprises.

Check a Carve document for GitHub-specific publishing surprises.

No input schema was published for this tool.

explain-warningsTurn Carve diagnostics into concise, actionable writing guidance.

Turn Carve diagnostics into concise, actionable writing guidance.

No input schema was published for this tool.

preview-documentRender and assess a document without changing its source.

Render and assess a document without changing its source.

No input schema was published for this tool.

review-workspaceReview an authorized documentation workspace as a bounded project.

Review an authorized documentation workspace as a bounded project.

No input schema was published for this tool.

carve_read_fileRead a UTF-8 text file inside an explicitly configured workspace root.

Read a UTF-8 text file inside an explicitly configured workspace root.

No input schema was published for this tool.

carve_list_filesList supported document files inside an explicitly configured root, with bounded recursion and no host paths.

List supported document files inside an explicitly configured root, with bounded recursion and no host paths.

No input schema was published for this tool.

carve_review_workspaceLint Carve files and validate explicit local document links and anchors across a bounded workspace scan.

Lint Carve files and validate explicit local document links and anchors across a bounded workspace scan.

No input schema was published for this tool.

carve_prepare_editprivilegedRead and canonically format a Carve workspace file without writing. A lossless result includes a stale-guarded patch with UTF-8 byte ranges; a lossy writer-review result has patch: null.

Read and canonically format a Carve workspace file without writing. A lossless result includes a stale-guarded patch with UTF-8 byte ranges; a lossy writer-review result has patch: null.

No input schema was published for this tool.

carve_prepare_workspace_editsPrepare bounded formatting proposals and unified diffs without writing. Lossless items include stale-guarded UTF-8 byte patches; lossy writer-review items have patch: null.

Prepare bounded formatting proposals and unified diffs without writing. Lossless items include stale-guarded UTF-8 byte patches; lossy writer-review items have patch: null.

No input schema was published for this tool.

carve_workspace_infoList root indexes and whether writes are enabled. Paths are intentionally not exposed.

List root indexes and whether writes are enabled. Paths are intentionally not exposed.

No input schema was published for this tool.

carve_write_fileprivilegedDry-run by default; atomically write UTF-8 text only when dryRun is false. Overwrites require the hash returned by carve_read_file.

Dry-run by default; atomically write UTF-8 text only when dryRun is false. Overwrites require the hash returned by carve_read_file.

No input schema was published for this tool.

carve_lintCheck Carve source for author-facing problems and silent degradation.

Check Carve source for author-facing problems and silent degradation.

No input schema was published for this tool.

carve_formatFormat Carve source canonically and report any lossy raw-format nodes.

Format Carve source canonically and report any lossy raw-format nodes.

No input schema was published for this tool.

carve_renderRender Carve to HTML, Markdown, plain text, or ANSI terminal text, with loss reporting.

Render Carve to HTML, Markdown, plain text, or ANSI terminal text, with loss reporting.

No input schema was published for this tool.

carve_parseParse and resolve Carve into its position-aware interchange AST.

Parse and resolve Carve into its position-aware interchange AST.

No input schema was published for this tool.

carve_create_ast_patchprivilegedCompare two PART 12 Carve ASTs and return position-independent add, replace, and remove operations.

Compare two PART 12 Carve ASTs and return position-independent add, replace, and remove operations.

No input schema was published for this tool.

carve_apply_ast_patchprivilegedValidate and apply structured operations to a PART 12 Carve AST, returning the patched AST and canonical Carve source.

Validate and apply structured operations to a PART 12 Carve AST, returning the patched AST and canonical Carve source.

No input schema was published for this tool.

carve_select_ast_nodesResolve a heading ID, footnote label, or node type to reviewable PART 12 AST paths without silently choosing among multiple matches.

Resolve a heading ID, footnote label, or node type to reviewable PART 12 AST paths without silently choosing among multiple matches.

No input schema was published for this tool.

carve_create_reversible_ast_patchprivilegedCompare two PART 12 ASTs and return forward and inverse operations with semantic stale-edit fingerprints.

Compare two PART 12 ASTs and return forward and inverse operations with semantic stale-edit fingerprints.

No input schema was published for this tool.

carve_apply_reversible_ast_patchprivilegedVerify a reversible AST patch against source, apply or undo it, and return a minimal stale-guarded UTF-8 source edit without writing files.

Verify a reversible AST patch against source, apply or undo it, and return a minimal stale-guarded UTF-8 source edit without writing files.

No input schema was published for this tool.

carve_migrateMigrate HTML, Markdown, or Djot source to Carve with fidelity diagnostics.

Migrate HTML, Markdown, or Djot source to Carve with fidelity diagnostics.

No input schema was published for this tool.

23 of 23 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

Parse, lint, format, render, and migrate Carve documents through MCP.

Keywords
mcp
Alternatives
Comparing tool surfaces…

Dependency tree

What one Forge scan resolved from npm metadata on 2026-09-11 — observed resolution, not a publisher declaration.

9 packages resolved · 5 direct · none carrying advisories Resolution stops at depth 4 and 60 packages.

Not followed: peerDependencies. This tree covers runtime dependencies only, so anything those pull in was never resolved.