# Suzuri (remote · suzuri.dev)

Semantic search across Japan's government white papers, in English or Japanese. Free beta.

- Trust score: 55/100 (low)
- Change this week: −4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `suzuri.dev`: 55/100 (this document), [markdown](https://verifymcp.io/servers/dev-suzuri-mcp/suzuri.md), [page](https://verifymcp.io/servers/dev-suzuri-mcp/suzuri)

## Channel facts

- Endpoint: `https://suzuri.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 1 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 308 tokens (~308/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 8 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 1 additions.
- **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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dev-suzuri-mcp https://suzuri.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-suzuri-mcp]
url = "https://suzuri.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-suzuri-mcp": {
      "type": "remote",
      "url": "https://suzuri.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-suzuri-mcp --url https://suzuri.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-suzuri-mcp:
    url: "https://suzuri.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-suzuri-mcp": {
      "type": "http",
      "url": "https://suzuri.dev/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-07-31 (score 55, −1)

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

### 2026-07-30 (score 56, −2)

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

### 2026-07-29 (score 58, −1)

- [security] Tool “search_japan_white_papers” rewrote its description, which is the text the model reads

### 2026-07-27 (score 59, −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 60)

First indexed and scored.

## MCP tools (1)

### `search_japan_white_papers` (~308 tokens)

Semantic search over Japan's official government white papers: the Ministry of Defense white paper (防衛白書, 2025 edition) and METI's trade white paper (通商白書, 2025 edition). Use this when the user asks about Japanese defense policy, the Self-Defense Forces, Japan's security environment, defense budgets or procurement programs, the Japan-US alliance, how Tokyo officially describes China, North Korea or Russia, or about Japan's trade strategy, global supply chain resilience, economic security, overdependence and economic coercion, or China's industrial policy and its effect on trade. One query searches both papers at once. Queries may be in English or Japanese — English queries are automatically translated before retrieval against the Japanese corpus. Returns ranked excerpts with paper name, chapter, page numbers and a source URL suitable for citation. Scope: the 2025 editions only. Not a source for breaking news, press conferences, statistical databases, export control regulations, tariff schedules, or documents from other ministries.

Input parameters:

- `min_score` (number): Minimum cosine similarity threshold (default 0.25, range 0–1)
- `query` (string, required): A natural-language question or topic, in English or Japanese. Examples: "How does Japan describe China's military buildup?", "GCAP next-generation fighter", "経済安全保障 サプライチェーン".
- `top_k` (number): Number of results to return (default 10, max 20)

## Diagnostics

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

## Score history

- 2026-08-03: 55
- 2026-08-02: 55
- 2026-08-01: 55
- 2026-07-31: 55
- 2026-07-30: 56
- 2026-07-29: 58
- 2026-07-28: 59
- 2026-07-27: 59
- 2026-07-26: 60

## Links

- Remote endpoint: https://suzuri.dev/mcp
- Website: https://suzuri.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-suzuri-mcp/suzuri/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-suzuri-mcp/suzuri/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-suzuri-mcp/suzuri
