# SealGate (remote · api.sealgate.jp)

既存のログインにパスキー (生体認証) を後付けする API (日本製)。登録・認証・失効・復旧を tool で組み込み、利用者のデータは開発者の手元に残る。API キーは管理画面で発行

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `api.sealgate.jp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/jp-sealgate-sealgate/v1-mcp.md), [page](https://verifymcp.io/servers/jp-sealgate-sealgate/v1-mcp)

## Channel facts

- Endpoint: `https://api.sealgate.jp/v1/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-09-25.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (revoke_credential).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 87/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1608 tokens (~100/item across 16 items; 15 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 92% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the SealGate MCP server?

SealGate is a hosted endpoint at https://api.sealgate.jp/v1/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http jp-sealgate-sealgate 'https://api.sealgate.jp/v1/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "jp-sealgate-sealgate": {
      "url": "https://api.sealgate.jp/v1/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "jp-sealgate-sealgate": {
      "type": "http",
      "url": "https://api.sealgate.jp/v1/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.jp-sealgate-sealgate]
url = "https://api.sealgate.jp/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jp-sealgate-sealgate": {
      "type": "remote",
      "url": "https://api.sealgate.jp/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jp-sealgate-sealgate --url 'https://api.sealgate.jp/v1/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jp-sealgate-sealgate:
    url: "https://api.sealgate.jp/v1/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "jp-sealgate-sealgate": {
      "Transport": "http",
      "Url": "https://api.sealgate.jp/v1/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add jp-sealgate-sealgate -t streamable-http -u 'https://api.sealgate.jp/v1/mcp'
```

### Other

```json
{
  "mcpServers": {
    "jp-sealgate-sealgate": {
      "type": "http",
      "url": "https://api.sealgate.jp/v1/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-09-25 (score 70, 0)

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

### 2026-09-24 (score 70, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “signup_url” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 87 → 100
- [functional] New tool “create_checkout”
- [functional] New tool “get_account”
- [functional] New tool “get_billing_portal”
- [functional] New tool “signup”

### 2026-09-23 (score 69, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-22 (score 69)

First indexed and scored.

## MCP tools (15)

### `get_integration_guide` (~51 tokens)

組み込みガイド

SealGate の組み込み方 (流れ、REST API、ブラウザ SDK、サーバー側の実装例、エラー、料金) を Markdown で返します。

### `list_plans` (~48 tokens)

料金

ステップ式の料金表 (税抜)。その月のログイン利用者数 (MAU) がどの帯に入るかで月額が決まります。

### `signup` (~256 tokens)

アカウントを作る

メールアドレスと、パスキーを使うサイトのドメイン (rp_id) で SealGate の組織を作り、最初のアプリと API キーをその場で返します (パスワード不要)。無料枠 (月 1,000 MAU) ですぐ組み込みを始められます。利用者に確認リンク (verify_url) を開いてもらうとメールアドレスの確認が済み、カード登録 (create_checkout) ができるようになります。24 時間以内に開かれないと組織は停止します。

Input parameters:

- `app_name` (string): アプリ名 (省略すると rp_id)
- `email` (string, required): 利用者 (開発者) のメールアドレス
- `origins` (array): 許可するオリジン (例: https://example.jp)。省略すると https://<rp_id>。開発用に http://localhost:3000 も足せます
- `rp_id` (string, required): パスキーを使うサイトのドメイン (例: example.jp、login.example.jp)

### `signup_url` (~51 tokens)

登録の案内

利用者本人がブラウザで登録するときの URL を返します (Google / GitHub / メールアドレス)。エージェントが登録するなら signup を使ってください。

### `get_app` (~74 tokens)

アプリの設定

この API キーのアプリ (rp_id、許可オリジン、パスワード併存期限、Webhook URL) を返します。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)

### `list_users` (~110 tokens)

利用者一覧

パスキーを登録した利用者 (external_id、表示名、有効な鍵の数、最終ログイン) を返します。q で external_id を部分一致で絞れます。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)
- `limit` (number): 件数 (既定 100)
- `q` (string): external_id の部分一致

### `list_credentials` (~89 tokens)

利用者の鍵

利用者 (external_id) のパスキー一覧を返します。失効済みも含み、revoked_at で区別します。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)
- `external_id` (string, required): 開発者側の利用者 ID

### `revoke_credential` (~76 tokens)

鍵を失効

パスキーを 1 本失効します。取り消せません。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)
- `credential_id` (string, required): crd_ で始まる鍵の ID

### `revoke_user` (~80 tokens)

利用者の鍵をすべて失効

利用者 (external_id) のパスキーをすべて失効します (退会・乗っ取り時)。取り消せません。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)
- `external_id` (string, required)

### `issue_recovery_token` (~119 tokens)

復旧トークンを発行

端末をなくした利用者が別の端末でパスキーを登録し直すための 15 分有効のトークンを返します。本人確認は開発者側で済ませてから呼んでください。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)
- `external_id` (string, required)
- `reason` (string): 監査ログに残す理由

### `list_audit` (~114 tokens)

監査ログ

登録・ログイン・失効・復旧の記録を新しい順に返します。event と since で絞れます。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)
- `event` (string): login.failed など
- `limit` (number): 件数 (既定 100、最大 1000)
- `since` (string): ISO 8601

### `get_stats` (~75 tokens)

数字

MAU (6 か月)、登録完了数、直近 30 日のログイン成否、利用者数、鍵の種類を返します。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)

### `get_account` (~84 tokens)

組織と料金の状態

組織のプラン (free / metered / enterprise)、メールアドレスの確認が済んでいるか、今月の MAU と無料枠の上限を返します。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)

### `create_checkout` (~137 tokens)

カード登録 (有料化) のリンクを作る

従量課金 (その月の MAU で決まるステップ式、税抜) に切り替えるための Stripe Checkout の URL を返します。利用者にこの URL を開いてカードを入力してもらうと、その場で無料枠の上限が外れます (人の手はこの 1 回だけ)。メールアドレスの確認が済んだ組織だけが使えます。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)

### `get_billing_portal` (~82 tokens)

請求の管理画面のリンク

カードの変更・領収書・解約を行う Stripe の画面の URL を返します。カードを登録済みの組織だけが使えます。 (api_key が必要: 管理画面で発行したキー)

Input parameters:

- `api_key` (string, required): API キー (sk_live_…)

## Diagnostics

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

## Score history

- 2026-09-25: 70
- 2026-09-24: 70
- 2026-09-23: 69
- 2026-09-22: 69

## Common questions

### What is the SealGate MCP server?

SealGate is an MCP server listed in the public MCP registry as jp.sealgate/sealgate. 既存のログインにパスキー (生体認証) を後付けする API (日本製)。登録・認証・失効・復旧を tool で組み込み、利用者のデータは開発者の手元に残る。API キーは管理画面で発行. This page covers its hosted endpoint (https://api.sealgate.jp/v1/mcp).

### Is the SealGate MCP server safe to use?

SealGate scores 70 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the SealGate MCP server expose?

SealGate exposes 15 tools: get_integration_guide, list_plans, signup, signup_url, get_app, and 10 more. Their descriptions and schemas cost roughly 1,446 tokens of context every time the server is loaded.

### Does the SealGate MCP server require authentication?

No. We connected to SealGate without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the SealGate MCP server still maintained?

SealGate is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.sealgate.jp/v1/mcp
- Website: https://sealgate.jp/
- Changelog RSS feed: https://verifymcp.io/servers/jp-sealgate-sealgate/v1-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/jp-sealgate-sealgate/v1-mcp.json
- HTML version of this page: https://verifymcp.io/servers/jp-sealgate-sealgate/v1-mcp
