# com.wrapper-agency.parsedoc/parser (npm · parsedoc-mcp)

Parse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key.

- Trust score: 57/100 (low)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `parsedoc-mcp`: 57/100 (this document), [markdown](https://verifymcp.io/servers/com-wrapper-agency-parsedoc-parser/parsedoc-mcp.md), [page](https://verifymcp.io/servers/com-wrapper-agency-parsedoc-parser/parsedoc-mcp)

## Channel facts

- Registry: `npm`
- Package: `parsedoc-mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 54 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 128 tokens (~128/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 75% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-wrapper-agency-parsedoc-parser -- npx -y parsedoc-mcp
```

### Codex

```bash
codex mcp add com-wrapper-agency-parsedoc-parser -- npx -y parsedoc-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-wrapper-agency-parsedoc-parser": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "parsedoc-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-wrapper-agency-parsedoc-parser --command npx --arg -y --arg parsedoc-mcp
```

### Hermes

```yaml
mcp_servers:
  com-wrapper-agency-parsedoc-parser:
    command: "npx"
    args: ["-y", "parsedoc-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-wrapper-agency-parsedoc-parser": {
      "command": "npx",
      "args": [
        "-y",
        "parsedoc-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 57, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 58, +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.

### 2026-08-02 (score 57, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 15, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 39)

First indexed and scored.

## MCP tools (1)

### `parse_document` (~128 tokens)

Parse a receipt or invoice (image or PDF) into structured JSON: merchant, date, line items, taxes, totals, payment method, category. Provide image_url OR file_path OR image_base64. Costs $0.02/page in USDC on Base when X402_PRIVATE_KEY is set; otherwise uses the free demo (3/day).

Input parameters:

- `file_path` (string): Local path to the document file
- `image_base64` (string): Base64-encoded document
- `image_url` (string): HTTP(S) URL of the document
- `media_type` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-wrapper-agency-parsedoc-parser/parsedoc-mcp#diagnostics

## Score history

- 2026-08-04: 57
- 2026-08-03: 58
- 2026-08-02: 57
- 2026-08-01: 15
- 2026-07-31: 15
- 2026-07-30: 39
- 2026-07-28: 39
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/parsedoc-mcp
- Socket report: https://socket.dev/npm/package/parsedoc-mcp
- Website: https://parsedoc.wrapper-agency.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-wrapper-agency-parsedoc-parser/parsedoc-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-wrapper-agency-parsedoc-parser/parsedoc-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-wrapper-agency-parsedoc-parser/parsedoc-mcp
