io.github.RECERQA/rq-scan
NPM · RQ-SCAN-MCP · SCANNED AUG 3
MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform
Available components
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 Security87
- No malware found by supply-chain analysis.Pass
- A known CVE affects xlsx, but no fixed version has been published, so there is nothing to upgrade to. View diagnostics → Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 194 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1220 tokens (~87/item across 14 items; 13 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 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
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 · rq-scan-mcp
claude mcp add recerqa-rq-scan -- npx -y rq-scan-mcp
codex mcp add recerqa-rq-scan -- npx -y rq-scan-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"recerqa-rq-scan": {
"type": "local",
"command": [
"npx",
"-y",
"rq-scan-mcp"
],
"enabled": true
}
}
} openclaw mcp add recerqa-rq-scan --command npx --arg -y --arg rq-scan-mcp
mcp_servers:
recerqa-rq-scan:
command: "npx"
args: ["-y", "rq-scan-mcp"] {
"mcpServers": {
"recerqa-rq-scan": {
"command": "npx",
"args": [
"-y",
"rq-scan-mcp"
]
}
}
} 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.
- 2 Aug 26 +65
- CVE-2023-30533 affects this package ▼ security
- CVE-2024-22363 affects this package ▼ security
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −21
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- 31 Jul 26 +21
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −47
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- 27 Jul 26 47
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 2 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-4r6h-8v6p-xvw6 | CVE-2023-30533 | high | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H | no |
| GHSA-5pgg-2g8v-p4x9 | CVE-2024-22363 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | no |
Dependencies 104 packages
104 packages in the resolved dependency tree · 104 deprecated · 38 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
create_format_rule ~254
ワークフローのスキャン設定(FormatRule)を作成または更新します。抽出したい項目を定義します。 **重要な制限事項**: - 項目名: 最大50文字 - 項目のdescription: 最大500文字 - ルールのdescription: 最大500文字 これらの制限を超えると、画面からのチューニングができなくなります。
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | 設定の説明(最大500文字) |
| format_rule_name | string | yes | スキャン設定の名前(例: "請求書スキャン設定") |
| items | array | yes | 抽出する項目のリスト |
| llm_model_type | string | — | 使用するLLMモデル(デフォルト: "claude") |
| ocr_provider | string | — | 使用するOCRプロバイダー(デフォルト: "azure") |
| use_llm | boolean | — | LLMを使用してデータを抽出するか(デフォルト: true) |
| workflow_id | string | yes | ワークフローのID(UUID形式) |
No output schema declared.
No examples provided.
create_upload_set ~86
ファイルをアップロードするためのアップロードセット(バッチ)を作成します。ファイルをアップロードする前に必ず作成してください。
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | アップロードセットの名前(例: "2025年1月請求書") |
| workflow_id | string | yes | ワークフローのID(UUID形式) |
No output schema declared.
No examples provided.
create_workflow ~104
新しいワークフローを作成します。ワークフローはOCR処理やドキュメント仕分けの設定単位です。
| Name | Type | Req | Description |
|---|---|---|---|
| workflow_name | string | yes | ワークフローの名前(例: "請求書スキャン", "契約書仕分け") |
| workflow_type | string | yes | ワークフローの種類(ocr: OCR処理, sorting: ドキュメント仕分け) |
No output schema declared.
No examples provided.
enqueue_image_files ~111
複数のローカルファイルをアップロードセットに一括でアップロードします。ファイルパスのリストを指定してください。対応形式: PDF, JPEG, PNG
| Name | Type | Req | Description |
|---|---|---|---|
| file_paths | array | yes | アップロードするファイルの絶対パスのリスト(例: ["/path/to/invoice1.pdf", "/path/to/invoice2.pdf"]) |
| upload_set_id | string | yes | アップロードセットのID(UUID形式) |
No output schema declared.
No examples provided.
export_csv ~108
抽出結果をCSV形式で取得します。プレビュー表示またはファイル保存が選択できます。
| Name | Type | Req | Description |
|---|---|---|---|
| preview_lines | number | — | プレビュー表示する行数(デフォルト: 20)。0を指定すると全量をファイルに保存します。 |
| save_path | string | — | CSVを保存するファイルパス(preview_lines=0の場合に使用) |
| upload_set_id | string | yes | アップロードセットのID(UUID形式) |
No output schema declared.
No examples provided.
get_format_rule ~59
ワークフローの最新スキャン設定(FormatRule)を取得します。設定されている抽出項目やLLM設定を確認できます。
| Name | Type | Req | Description |
|---|---|---|---|
| workflow_id | string | yes | ワークフローのID(UUID形式) |
No output schema declared.
No examples provided.
get_processing_status ~57
アップロードセットの処理ステータスを確認します。OCR処理の進捗状況やエラーを確認できます。
| Name | Type | Req | Description |
|---|---|---|---|
| upload_set_id | string | yes | アップロードセットのID(UUID形式) |
No output schema declared.
No examples provided.
get_results ~77
抽出結果のサマリーとプレビューを表示します。全データが必要な場合は export_csv を使用してください。
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | 表示するページ数の上限(デフォルト: 3) |
| upload_set_id | string | yes | アップロードセットのID(UUID形式) |
No output schema declared.
No examples provided.
get_workflow ~60
指定したワークフローの詳細情報を取得します。LLM設定、OCR設定、スキャン項目などの情報が含まれます。
| Name | Type | Req | Description |
|---|---|---|---|
| workflow_id | string | yes | ワークフローのID(UUID形式) |
No output schema declared.
No examples provided.
list_format_rules ~61
ワークフローのスキャン設定(FormatRule)履歴一覧を取得します。リビジョン管理されている過去の設定を確認できます。
| Name | Type | Req | Description |
|---|---|---|---|
| workflow_id | string | yes | ワークフローのID(UUID形式) |
No output schema declared.
No examples provided.
list_workflows ~50
RQ-SCANに登録されているワークフローの一覧を取得します。ワークフローはOCR処理やドキュメント仕分けの設定単位です。
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
start_processing ~64
アップロードしたファイルのAI処理(データ抽出)を開始します。ファイルアップロード後、OCR処理が完了したら実行してください。
| Name | Type | Req | Description |
|---|---|---|---|
| upload_set_id | string | yes | アップロードセットのID(UUID形式) |
No output schema declared.
No examples provided.
upload_file ~102
ローカルファイルをアップロードセットにアップロードします。ファイルパスを指定するだけで、自動的にファイルを読み込んでアップロードします。対応形式: PDF, JPEG, PNG
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | アップロードするファイルの絶対パス(例: "/path/to/invoice.pdf") |
| upload_set_id | string | yes | アップロードセットのID(UUID形式) |
No output schema declared.
No examples provided.