Back to Browse

VibeLawyer MCP Server

by Miller Leo
ProductivityLow Risk10.0Local
Free

本地 MCP:刑事案件卷宗阅卷,生成 Word 阅卷笔录与 Excel 目录;PDF 不出本机。

About

本地 [FastMCP](https://github.com/PrefectHQ/fastmcp) 阅卷工具箱。给定卷宗 PDF 目录,由 **任意 Coding Agent**(Cursor / Kimi Code / OpenCode / Codex / Claude Desktop 等)调用工具,产出: **不依赖 Claude Code CLI。** LLM 推理由宿主 Agent 提供;PDF 解析、OCR、Word/Excel 生成均在本机完成,卷宗不经过本服务上传。 事实与证据须标注来源卷宗及页码(如 `见《主卷》P55-76`),并可机器校验,落实「禁止幻觉、结论可回溯」。 > 对任意刑事案件通用,不假定具体罪名或当事人。本仓库**不收录**真实卷宗;运行时将 PDF 放入本地 `data/`(已 gitignore),产物写入 `output/`(已 gitignore)。

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "vibelawyer": {
      "args": [
        "vibelawyer"
      ],
      "command": "uvx"
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1帮我对 ./data 目录下的卷宗做全流程阅卷,导出 Word 笔录和 Excel 目录
  • 2先 create_case,再 list_volumes,读取起诉书所在页
  • 3Tool: start_review: 后台跑完整阅卷流水线并轮询进度
  • 4Tool: write_outputs / download_output: 导出并下载 docx/xlsx

Reviews

No reviews yet

Be the first to review this server!

Version History

v0.1.3Aug 2, 2026Re-scanned

0.1.3: bump Pillow>=12.3.0 (fix marketplace CVEs); make `uvx vibelawyer` start FastMCP; restore mcp-name ownership marker.

v0.1.1Aug 1, 2026Re-scanned

Initial marketplace listing aligned with PyPI 0.1.1 / official MCP registry.