# io.github.infoinlet-marketplace/mcp-jp-doc-intel (npm · @infoinlet/mcp-jp-doc-intel)

Japanese document AI for agents — invoice/meishi extraction, OCR, classification (hosted API).

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

## Components

- npm · `@infoinlet/mcp-jp-doc-intel`: 62/100 (this document), [markdown](https://verifymcp.io/servers/infoinlet-marketplace-mcp-jp-doc-intel/infoinlet-mcp-jp-doc-intel.md), [page](https://verifymcp.io/servers/infoinlet-marketplace-mcp-jp-doc-intel/infoinlet-mcp-jp-doc-intel)

## Channel facts

- Registry: `npm`
- Package: `@infoinlet/mcp-jp-doc-intel`
- Version: `0.1.0`
- 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 (95 of 99), 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 (95 of 99), 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 64 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 627 tokens (~104/item across 6 items; 6 tools + 0 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**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 81% 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 infoinlet-marketplace-mcp-jp-doc-intel -- npx -y @infoinlet/mcp-jp-doc-intel
```

### Codex

```bash
codex mcp add infoinlet-marketplace-mcp-jp-doc-intel -- npx -y @infoinlet/mcp-jp-doc-intel
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "infoinlet-marketplace-mcp-jp-doc-intel": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@infoinlet/mcp-jp-doc-intel"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add infoinlet-marketplace-mcp-jp-doc-intel --command npx --arg -y --arg @infoinlet/mcp-jp-doc-intel
```

### Hermes

```yaml
mcp_servers:
  infoinlet-marketplace-mcp-jp-doc-intel:
    command: "npx"
    args: ["-y", "@infoinlet/mcp-jp-doc-intel"]
```

### Other

```json
{
  "mcpServers": {
    "infoinlet-marketplace-mcp-jp-doc-intel": {
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-jp-doc-intel"
      ]
    }
  }
}
```

## 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 62, +62)

- [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] Tool coverage: unverified → 100
- [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] Licence: MIT

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

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

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

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

### 2026-07-30 (score 21, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (6)

### `extract_invoice` (~161 tokens)

Extract structured fields from a Japanese (or English) invoice — vendor, invoice number, validated 適格請求書 T-number, dates (元号→Gregorian), subtotal/tax/total (zero-decimal currency aware), tax breakdown, and line items. Give a local `path` or `content_base64`+`filename`.

Input parameters:

- `content_base64` (string): Alternative to path: the file bytes, base64-encoded.
- `filename` (string): Filename (used to infer type); required with content_base64.
- `language` (string)
- `mime` (string): Optional explicit content type (else inferred from the filename).
- `path` (string): Path to a local file (PDF/image/text, ≤20MB).

### `extract_document` (~131 tokens)

OCR/parse any document to text; optionally classify its Japanese document kind. Multi-page PDFs are split and processed page-by-page.

Input parameters:

- `classify` (boolean): Also classify the JP document kind.
- `content_base64` (string): Alternative to path: the file bytes, base64-encoded.
- `filename` (string): Filename (used to infer type); required with content_base64.
- `language` (string)
- `mime` (string): Optional explicit content type (else inferred from the filename).
- `path` (string): Path to a local file (PDF/image/text, ≤20MB).

### `extract_handwriting` (~116 tokens)

VLM OCR for handwriting, hanko (stamps), and faxed/scanned artifacts. Returns recognized text.

Input parameters:

- `content_base64` (string): Alternative to path: the file bytes, base64-encoded.
- `filename` (string): Filename (used to infer type); required with content_base64.
- `language` (string)
- `mime` (string): Optional explicit content type (else inferred from the filename).
- `path` (string): Path to a local file (PDF/image/text, ≤20MB).

### `extract_meishi` (~127 tokens)

Parse a business-card (meishi) image into name, kana, company, title, email, phone, and address. Give a local `path` or `content_base64`+`filename`.

Input parameters:

- `content_base64` (string): Alternative to path: the file bytes, base64-encoded.
- `filename` (string): Filename (used to infer type); required with content_base64.
- `mime` (string): Optional explicit content type (else inferred from the filename).
- `path` (string): Path to a local file (PDF/image/text, ≤20MB).

### `classify_text` (~60 tokens)

Cheaply classify pasted text into a Japanese document kind (議事録/稟議書/仕様書/履歴書/契約書/請求書/始末書/generic). No file needed.

Input parameters:

- `text` (string, required)

### `usage` (~32 tokens)

Show this API key’s usage/quota (trial keys show used/limit/remaining + expiry; subscribed keys are unlimited).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/infoinlet-marketplace-mcp-jp-doc-intel/infoinlet-mcp-jp-doc-intel#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 0
- 2026-07-31: 15
- 2026-07-30: 21
- 2026-07-28: 39
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/@infoinlet/mcp-jp-doc-intel
- Socket report: https://socket.dev/npm/package/@infoinlet/mcp-jp-doc-intel
- Changelog RSS feed: https://verifymcp.io/servers/infoinlet-marketplace-mcp-jp-doc-intel/infoinlet-mcp-jp-doc-intel/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/infoinlet-marketplace-mcp-jp-doc-intel/infoinlet-mcp-jp-doc-intel/changelog.json
- HTML version of this page: https://verifymcp.io/servers/infoinlet-marketplace-mcp-jp-doc-intel/infoinlet-mcp-jp-doc-intel
