# io.github.RECERQA/rq-scan (npm · rq-scan-mcp)

MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform

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

## Components

- npm · `rq-scan-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/recerqa-rq-scan/rq-scan-mcp.md), [page](https://verifymcp.io/servers/recerqa-rq-scan/rq-scan-mcp)

## Channel facts

- Registry: `npm`
- Package: `rq-scan-mcp`
- Version: `1.2.1`
- 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-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - A known CVE affects xlsx, but no fixed version has been published, so there is nothing to upgrade to.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 194 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1220 tokens (~87/item across 14 items; 13 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 recerqa-rq-scan -- npx -y rq-scan-mcp
```

### Codex

```bash
codex mcp add recerqa-rq-scan -- npx -y rq-scan-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "recerqa-rq-scan": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "rq-scan-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add recerqa-rq-scan --command npx --arg -y --arg rq-scan-mcp
```

### Hermes

```yaml
mcp_servers:
  recerqa-rq-scan:
    command: "npx"
    args: ["-y", "rq-scan-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "recerqa-rq-scan": {
      "command": "npx",
      "args": [
        "-y",
        "rq-scan-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-02 (score 65, +65)

- [security regression] CVE-2023-30533 affects this package
- [security regression] CVE-2024-22363 affects this package
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 0, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

### 2026-07-31 (score 21, +21)

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

### 2026-07-30 (score 0, −47)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

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

First indexed and scored.

## MCP tools (13)

### `list_workflows` (~50 tokens)

RQ-SCANに登録されているワークフローの一覧を取得します。ワークフローはOCR処理やドキュメント仕分けの設定単位です。

### `get_workflow` (~60 tokens)

指定したワークフローの詳細情報を取得します。LLM設定、OCR設定、スキャン項目などの情報が含まれます。

Input parameters:

- `workflow_id` (string, required): ワークフローのID（UUID形式）

### `create_workflow` (~104 tokens)

新しいワークフローを作成します。ワークフローはOCR処理やドキュメント仕分けの設定単位です。

Input parameters:

- `workflow_name` (string, required): ワークフローの名前（例: "請求書スキャン", "契約書仕分け"）
- `workflow_type` (string, required): ワークフローの種類（ocr: OCR処理, sorting: ドキュメント仕分け）

### `create_upload_set` (~86 tokens)

ファイルをアップロードするためのアップロードセット（バッチ）を作成します。ファイルをアップロードする前に必ず作成してください。

Input parameters:

- `name` (string, required): アップロードセットの名前（例: "2025年1月請求書"）
- `workflow_id` (string, required): ワークフローのID（UUID形式）

### `upload_file` (~102 tokens)

ローカルファイルをアップロードセットにアップロードします。ファイルパスを指定するだけで、自動的にファイルを読み込んでアップロードします。対応形式: PDF, JPEG, PNG

Input parameters:

- `file_path` (string, required): アップロードするファイルの絶対パス（例: "/path/to/invoice.pdf"）
- `upload_set_id` (string, required): アップロードセットのID（UUID形式）

### `enqueue_image_files` (~111 tokens)

複数のローカルファイルをアップロードセットに一括でアップロードします。ファイルパスのリストを指定してください。対応形式: PDF, JPEG, PNG

Input parameters:

- `file_paths` (array, required): アップロードするファイルの絶対パスのリスト（例: ["/path/to/invoice1.pdf", "/path/to/invoice2.pdf"]）
- `upload_set_id` (string, required): アップロードセットのID（UUID形式）

### `start_processing` (~64 tokens)

アップロードしたファイルのAI処理（データ抽出）を開始します。ファイルアップロード後、OCR処理が完了したら実行してください。

Input parameters:

- `upload_set_id` (string, required): アップロードセットのID（UUID形式）

### `get_processing_status` (~57 tokens)

アップロードセットの処理ステータスを確認します。OCR処理の進捗状況やエラーを確認できます。

Input parameters:

- `upload_set_id` (string, required): アップロードセットのID（UUID形式）

### `get_results` (~77 tokens)

抽出結果のサマリーとプレビューを表示します。全データが必要な場合は export_csv を使用してください。

Input parameters:

- `limit` (number): 表示するページ数の上限（デフォルト: 3）
- `upload_set_id` (string, required): アップロードセットのID（UUID形式）

### `export_csv` (~108 tokens)

抽出結果をCSV形式で取得します。プレビュー表示またはファイル保存が選択できます。

Input parameters:

- `preview_lines` (number): プレビュー表示する行数（デフォルト: 20）。0を指定すると全量をファイルに保存します。
- `save_path` (string): CSVを保存するファイルパス（preview_lines=0の場合に使用）
- `upload_set_id` (string, required): アップロードセットのID（UUID形式）

### `create_format_rule` (~254 tokens)

ワークフローのスキャン設定（FormatRule）を作成または更新します。抽出したい項目を定義します。

\**重要な制限事項**:
\- 項目名: 最大50文字
\- 項目のdescription: 最大500文字
\- ルールのdescription: 最大500文字

これらの制限を超えると、画面からのチューニングができなくなります。

Input parameters:

- `description` (string): 設定の説明（最大500文字）
- `format_rule_name` (string, required): スキャン設定の名前（例: "請求書スキャン設定"）
- `items` (array, required): 抽出する項目のリスト
- `llm_model_type` (string): 使用するLLMモデル（デフォルト: "claude"）
- `ocr_provider` (string): 使用するOCRプロバイダー（デフォルト: "azure"）
- `use_llm` (boolean): LLMを使用してデータを抽出するか（デフォルト: true）
- `workflow_id` (string, required): ワークフローのID（UUID形式）

### `get_format_rule` (~59 tokens)

ワークフローの最新スキャン設定（FormatRule）を取得します。設定されている抽出項目やLLM設定を確認できます。

Input parameters:

- `workflow_id` (string, required): ワークフローのID（UUID形式）

### `list_format_rules` (~61 tokens)

ワークフローのスキャン設定（FormatRule）履歴一覧を取得します。リビジョン管理されている過去の設定を確認できます。

Input parameters:

- `workflow_id` (string, required): ワークフローのID（UUID形式）

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/recerqa-rq-scan/rq-scan-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 0
- 2026-07-31: 21
- 2026-07-30: 0
- 2026-07-28: 47
- 2026-07-27: 47

## Links

- npm package: https://www.npmjs.com/package/rq-scan-mcp
- Socket report: https://socket.dev/npm/package/rq-scan-mcp
- Changelog RSS feed: https://verifymcp.io/servers/recerqa-rq-scan/rq-scan-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/recerqa-rq-scan/rq-scan-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/recerqa-rq-scan/rq-scan-mcp
