# ReportFlow (npm · reportflow-mcp)

Generate PDF reports from ReportFlow templates via Claude and other AI agents.

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

## Components

- remote · `mcp.re-port-flow.com`: 76/100, [markdown](https://verifymcp.io/servers/re-port-flow-reportflow-mcp/mcp.md), [page](https://verifymcp.io/servers/re-port-flow-reportflow-mcp/mcp)
- npm · `reportflow-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/re-port-flow-reportflow-mcp/reportflow-mcp.md), [page](https://verifymcp.io/servers/re-port-flow-reportflow-mcp/reportflow-mcp)

## Channel facts

- Registry: `npm`
- Package: `reportflow-mcp`
- Version: `1.3.5`
- 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.
  - Only part of the dependency tree could be resolved (139 of 141), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (139 of 141), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 58 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/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).
  - Context-footprint check failed: tool/resource definitions use about 2147 tokens (~165/item across 13 items; 10 tools + 3 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 re-port-flow-reportflow-mcp -- npx -y reportflow-mcp
```

### Codex

```bash
codex mcp add re-port-flow-reportflow-mcp -- npx -y reportflow-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "re-port-flow-reportflow-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "reportflow-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add re-port-flow-reportflow-mcp --command npx --arg -y --arg reportflow-mcp
```

### Hermes

```yaml
mcp_servers:
  re-port-flow-reportflow-mcp:
    command: "npx"
    args: ["-y", "reportflow-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "re-port-flow-reportflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reportflow-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-03 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 68, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional] Licence: MIT

### 2026-07-31 (score 25, −8)

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

### 2026-07-30 (score 33, +9)

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

### 2026-07-28 (score 24, −27)

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

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

First indexed and scored.

## MCP tools (10)

### `authenticate` (~126 tokens)

ReportFlow への OAuth2 認証を行います。ブラウザが起動し、ログイン・ワークスペース選択・consent を経てトークンを keychain (または XDG file) に保存します。他のツールが認証エラーを返したら、まずこのツールを呼んでください。force=true で既存トークンを破棄して再認証します。

Input parameters:

- `force` (boolean): 既存トークンを破棄して再認証する場合 true

### `get_design_parameters` (~76 tokens)

デザインテンプレートのパラメータ構造を取得します。帳票生成に必要なパラメータの型・構造を確認できます。

Input parameters:

- `designId` (string, required): デザインID（UUID形式）
- `version` (integer): バージョン番号（省略時は最新版）

### `list_templates` (~63 tokens)

ワークスペース内のデザイン一覧を取得します。各デザインのID・名称・最新バージョン・サムネイルURLを返します。取得したidをdesignIdとしてPDF生成ツールやget_design_parametersに使用します。

### `generate_pdf_sync` (~435 tokens)

デザインIDとパラメータを指定してPDFを生成します。応答にダウンロード URL が含まれるため、本ツール 1 回の呼び出しで結果提示が完結します (別途ダウンロード用ツールを呼ぶ必要はありません)。
\- stdio モード (Claude Desktop / Code): ローカルに保存し絶対パスも返します。outputDir で保存先を指定できます (未指定時はクライアントのワークスペース Roots または OS 一時ディレクトリ)。
\- HTTP モード (claude.ai / n8n 等): サーバー側には保存しません。includePreview=true を指定すると inline preview 用のバイナリも併せて返します (claude.ai が PDF preview をサポートしていない現状ではデフォルト false 推奨)。

【重要】呼び出し前に必ず get_design_parameters でデザインの必要パラメータ構造を確認し、ユーザーから必要な値を聞き出すこと。プレースホルダー値・架空の値を勝手に生成しないこと。

Input parameters:

- `content` (object, required): PDF生成コンテンツ
- `designId` (string, required): デザインID（UUID形式）
- `includePreview` (boolean): true 指定時のみ EmbeddedResource (application/pdf, base64 blob) を応答に含める。claude.ai は現状 PDF resource を inline 表示しないため、通常は省略 (false) で fileUrl のみを利用するのが効率的。
- `outputDir` (string): 出力先ディレクトリ (相対/絶対)。未指定時はクライアントのワークスペース (Roots) または現在の作業ディレクトリに保存。ユーザーが場所を指定した場合のみセットすること。
- `version` (integer, required): デザインバージョン番号

### `generate_pdfs_sync` (~373 tokens)

複数のパラメータセットでPDFを一括同期生成し、ZIPファイルとして返します。生成完了後にZIPファイルのローカルパスを返します。outputDir を指定するとそのディレクトリに、未指定の場合はクライアントのワークスペース (Roots) または OS 一時ディレクトリに保存します。zipFileName で出力 ZIP のファイル名を指定可能 (デフォルト download.zip)。

【重要】呼び出し前に必ず get_design_parameters でデザインの必要パラメータ構造を確認し、ユーザーから必要な値を聞き出すこと。ユーザーが指定していないパラメータがある場合は、本ツールを呼ぶ前にユーザーに必ず確認すること。プレースホルダー値・架空の値を勝手に生成しないこと。パラメータが一切提供されていない場合も、まずユーザーに値を尋ねること。

Input parameters:

- `contents` (array, required): PDF生成コンテンツの配列（複数ファイル）
- `designId` (string, required): デザインID（UUID形式）
- `outputDir` (string): 出力先ディレクトリ (相対/絶対)。未指定時はクライアントのワークスペース (Roots) または現在の作業ディレクトリに保存。ユーザーが場所を指定した場合のみセットすること。
- `version` (integer, required): デザインバージョン番号
- `zipFileName` (string): 出力 ZIP のファイル名 (省略時は download.zip)

### `download_file` (~190 tokens)

generate_pdf_asyncで生成した単一PDFファイルをダウンロードします。requestIdとfileIdを指定し、ローカルファイルパスを返します。outputDir を指定するとそのディレクトリに、未指定の場合は現在の作業ディレクトリに保存します。

Input parameters:

- `fileId` (string, required): generate_pdf_asyncのfiles[].fileId
- `fileName` (string): 保存ファイル名（省略時はfileId.pdf）
- `outputDir` (string): 出力先ディレクトリ (相対/絶対)。未指定時はクライアントのワークスペース (Roots) または現在の作業ディレクトリに保存。ユーザーが場所を指定した場合のみセットすること。
- `requestId` (string, required): generate_pdf_asyncで返されたrequestId（UUID）

### `download_zip` (~173 tokens)

generate_pdfs_asyncで生成したZIPファイルをダウンロードします。requestIdを指定し、ローカルのZIPファイルパスを返します。outputDir を指定するとそのディレクトリに、未指定の場合は現在の作業ディレクトリに保存します。

Input parameters:

- `fileName` (string): 保存ファイル名（省略時はrequestId.zip）
- `outputDir` (string): 出力先ディレクトリ (相対/絶対)。未指定時はクライアントのワークスペース (Roots) または現在の作業ディレクトリに保存。ユーザーが場所を指定した場合のみセットすること。
- `requestId` (string, required): generate_pdfs_asyncで返されたrequestId（UUID）

### `generate_pdf_async` (~215 tokens)

デザインIDとパラメータを指定してPDFを非同期生成します。即座にrequestIdとfiles情報を返します。ファイルのダウンロードはdownload_fileツールを使用してください。

【重要】呼び出し前に必ず get_design_parameters でデザインの必要パラメータ構造を確認し、ユーザーから必要な値を聞き出すこと。ユーザーが指定していないパラメータがある場合は、本ツールを呼ぶ前にユーザーに必ず確認すること。プレースホルダー値・架空の値を勝手に生成しないこと。パラメータが一切提供されていない場合も、まずユーザーに値を尋ねること。

Input parameters:

- `content` (object, required): PDF生成コンテンツ
- `designId` (string, required): デザインID（UUID形式）
- `version` (integer, required): デザインバージョン番号

### `generate_pdfs_async` (~225 tokens)

複数のパラメータセットでPDFを一括非同期生成します。即座にrequestIdとfiles情報を返します。ZIPダウンロードはdownload_zipツールを使用してください。

【重要】呼び出し前に必ず get_design_parameters でデザインの必要パラメータ構造を確認し、ユーザーから必要な値を聞き出すこと。ユーザーが指定していないパラメータがある場合は、本ツールを呼ぶ前にユーザーに必ず確認すること。プレースホルダー値・架空の値を勝手に生成しないこと。パラメータが一切提供されていない場合も、まずユーザーに値を尋ねること。

Input parameters:

- `contents` (array, required): PDF生成コンテンツの配列（複数ファイル）
- `designId` (string, required): デザインID（UUID形式）
- `version` (integer, required): デザインバージョン番号

### `suggest_params` (~158 tokens)

自然文の要件と designId からクライアント AI（Sampling）を使って generate_pdf_sync の params JSON を組み立てます。サーバー側 API キー不要。Sampling 未対応クライアントでは利用不可です。生成された params は内容確認のうえユーザーの承認を得てから generate_pdf_sync に渡してください。

Input parameters:

- `description` (string, required): 帳票の内容を自然文で記述（例: "請求書、宛先A社、合計1万円"）
- `designId` (string, required): デザインID（UUID形式）
- `version` (integer): バージョン番号（省略時は最新版）

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/re-port-flow-reportflow-mcp/reportflow-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 25
- 2026-07-31: 25
- 2026-07-30: 33
- 2026-07-28: 24
- 2026-07-27: 51

## Links

- npm package: https://www.npmjs.com/package/reportflow-mcp
- Socket report: https://socket.dev/npm/package/reportflow-mcp
- Repository: https://github.com/re-port-flow/reportflow-mcp
- Website: https://re-port-flow.com/
- Changelog RSS feed: https://verifymcp.io/servers/re-port-flow-reportflow-mcp/reportflow-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/re-port-flow-reportflow-mcp/reportflow-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/re-port-flow-reportflow-mcp/reportflow-mcp
