← Registry

Security & Testing

sealgate.jp

SealGate is a passkey authentication service that provides integration guides, pricing plans, signup URLs, and API-key-based management of apps and registered users.

1 endpoint11 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://api.sealgate.jp/v1/mcp

No auth detected

MCP server metadata

Name
sealgate
Version
1.0.0
Capabilities
toolsresources
Server instructions

SealGate (既存のログインにパスキーを後付けする API) の入口です。API キーが無ければ signup_url の URL で利用者本人に Google か GitHub でログインしてもらい、管理画面で発行した API キーを引数 api_key に渡して以後の tool を呼んでください。組み込む前に get_integration_guide を読んでください。

Known tools 11

get_integration_guide

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

Inferred read-only
list_plans

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

Inferred read-only
signup_url

SealGate の登録 URL を返します。登録は利用者本人が Google か GitHub のアカウントでログインするだけです (エージェントは代行できません)。登録後、管理画面で発行した API キーを以後の tool の引数 api_key に渡してください。

Inferred read-only
get_app

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

Inferred read-only
list_users

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

Inferred read-only
list_credentials

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

Inferred read-only
revoke_credential

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

Inferred read-only
revoke_user

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

Inferred read-only
issue_recovery_token

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

Inferred read-only
list_audit

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

Inferred read-only
get_stats

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sealgate]
url = "https://api.sealgate.jp/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sealgate": {
      "type": "http",
      "url": "https://api.sealgate.jp/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sealgate
Remote MCP URL: https://api.sealgate.jp/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sealgate": {
      "url": "https://api.sealgate.jp/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sealgate": {
      "type": "http",
      "url": "https://api.sealgate.jp/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sealgate",
  "transport": "streamable-http",
  "url": "https://api.sealgate.jp/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.