# ReportFlow (remote · mcp.re-port-flow.com)

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

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

## Components

- remote · `mcp.re-port-flow.com`: 76/100 (this document), [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, [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

- Endpoint: `https://mcp.re-port-flow.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.5`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 55/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 1546 tokens (~220/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - 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 current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http re-port-flow-reportflow-mcp https://mcp.re-port-flow.com/mcp
```

### Codex

```toml
[mcp_servers.re-port-flow-reportflow-mcp]
url = "https://mcp.re-port-flow.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "re-port-flow-reportflow-mcp": {
      "type": "remote",
      "url": "https://mcp.re-port-flow.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add re-port-flow-reportflow-mcp --url https://mcp.re-port-flow.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  re-port-flow-reportflow-mcp:
    url: "https://mcp.re-port-flow.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "re-port-flow-reportflow-mcp": {
      "type": "http",
      "url": "https://mcp.re-port-flow.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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 76, +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-01 (score 75, +1)

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

### 2026-07-31 (score 74, +5)

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

### 2026-07-30 (score 69, +38)

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

### 2026-07-28 (score 31, +1)

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

### 2026-07-27 (score 30, +1)

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

### 2026-07-26 (score 29)

First indexed and scored.

## MCP tools (7)

### `get_design_parameters` (~175 tokens)

【PDF 生成の起点 / Sampling 不要・全クライアント対応】指定 designId のパラメータ構造（各フィールドの name・type・label、および作成者が設定した場合は意味・入力ガイドを表す description）を取得します。generate_pdf_sync / generate_pdfs_async を呼ぶ前に必ず本ツールでスキーマを確認し、description があればその意図に沿って、ユーザーから実値を聞き取って params を組み立ててください。プレースホルダーや架空値の生成は禁止です。

Input parameters:

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

### `list_templates` (~146 tokens)

ワークスペース内のデザイン一覧を取得します。各デザインのID・名称・最新バージョン・サムネイルURLを返します。取得したidをdesignIdとしてPDF生成ツールやget_design_parametersに使用します。テンプレートを選ぶ際は、まず label（名称）とユーザーの希望の一致度を最優先に判断し、最も近いものを選んでください。名称だけで絞り込めない場合に限り作業内容から推測してよく、それでも曖昧な場合は候補を提示してユーザーに確認してください。

### `generate_pdf_sync` (~362 tokens)

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

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

【passthrough のプライバシー注意】content.passthrough のトップレベルの文字列/数値の値は生成 PDF の XMP メタデータに埋め込まれ、PDF 受領者や OS のファイル検索 (Spotlight / Windows Search) から閲覧可能になるため、個人情報・機微情報を入れないこと。

Input parameters:

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

### `generate_pdfs_async` (~311 tokens)

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

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

【passthrough のプライバシー注意】contents[].passthrough のトップレベルの文字列/数値の値は生成 PDF の XMP メタデータに埋め込まれ、PDF 受領者や OS のファイル検索 (Spotlight / Windows Search) から閲覧可能になるため、個人情報・機微情報を入れないこと。

Input parameters:

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

### `suggest_params` (~210 tokens)

自然文の要件と designId から、クライアント AI（Sampling）で generate_pdf_sync 用の params JSON を下書きします。【Sampling 必須】claude.ai 等の Sampling 非対応クライアントでは自動生成できず、その場合はパラメータスキーマをそのまま返すので手動で params を埋めてください。パラメータ構造の確認だけが目的なら get_design_parameters を使ってください。サーバー側 API キー不要。生成された params は必ずユーザー承認のうえ generate_pdf_sync に渡してください。

Input parameters:

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

### `search` (~181 tokens)

Re:port Flow の内部テンプレートカタログ（ユーザー自身のワークスペースに登録済みのデザイン）から、名称の部分一致でテンプレートを解決し、各ヒットの id・title・url を返します。外部サイトや Web の検索は一切行わず、参照範囲は当該ワークスペース内に限定されます。請求書・見積書などのテンプレートを探したいときに使用します。返した id（"<designId>@<version>" 形式）は fetch ツールに渡してパラメータ詳細を取得できます。

Input parameters:

- `query` (string): 検索キーワード（デザイン名の部分一致）。省略・空文字なら全件を返す。

### `fetch` (~161 tokens)

Re:port Flow の内部テンプレートカタログから、デザイン id（"<designId>@<version>" 形式。version は省略可で最新版）で 1 件のテンプレート詳細（PDF 生成に必要なパラメータスキーマ）を取得します。外部サイトや Web へのアクセスは行わず、参照範囲はユーザー自身のワークスペース内に限定されます。search ツールで見つけたテンプレートの中身を確認したいときに使用します。

Input parameters:

- `id` (string, required): search が返したデザイン id。"<designId>@<version>" 形式（version 省略時は最新版）。

## Diagnostics

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

## Score history

- 2026-08-03: 76
- 2026-08-02: 75
- 2026-08-01: 75
- 2026-07-31: 74
- 2026-07-30: 69
- 2026-07-29: 31
- 2026-07-28: 31
- 2026-07-27: 30
- 2026-07-26: 29

## Links

- Remote endpoint: https://mcp.re-port-flow.com/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/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/re-port-flow-reportflow-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/re-port-flow-reportflow-mcp/mcp
