← Registry

eCommerce

sealith.com

Facilitates e-commerce transactions for digital products and services, including eSIM purchases and space bookings, using JPYC payments and agent token validation.

1 endpoint23 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://agent.sealith.com/api/mcp

No auth detected

MCP server metadata

Name
sealith
Version
0.1.0
Capabilities
toolsresources

Known tools 23

commerce_create_order

JPYC決済の注文を作成します。Agent Token、purpose、SKU、payer、予算、Human Approvalを検証し、Sealithが署名付きAction Manifestを内部発行します。AIクライアントはManifestや所有権を上書きできません。

Inferred read-only
esim_list_products

一生eSIMの初回購入商品または追加チャージ商品を取得します。初回購入商品には在庫可否も含まれます。

Inferred read-only
esim_purchase

JPYC決済後に一生eSIMの保有在庫から初回eSIMを自動発行し、安全な受取リンクを購入者へ送ります。

Inferred read-only
esim_topup

一生eSIMのチャージ注文を作成します。ICCIDはLuhn検証され、購入直前に見積価格からの変動も再検証されます。

Inferred read-only
threes_book

Threesスペースを支払期限までホールドし、JPYC決済注文を作成します。実API契約が有効な環境でのみ利用できます。

Inferred read-only
commerce_get_order_status

JPYC決済・リスク・履行とAction Firewallの許可effect概要を、同じAgent Tokenが所有する注文IDで取得します。

Inferred read-only
esim_get_topup_status

eSIMチャージ注文の現在状態を取得します。

Inferred read-only
threes_get_booking

Threes予約注文の現在状態を取得します。

Inferred read-only
commerce_relay_jpyc_payment

commerce_create_orderがeip3009_relayを返した場合に、署名済みtransferWithAuthorizationをPolygonへリレーします。order、Agent Token、Action Manifest、金額、nonceが完全一致しない場合は実行しません。

Inferred read-only
create_secure_handoff

SealithでセキュアなファイルまたはURL転送を作成します。 【URL転送は1ステップで完結】 type="url" の場合、このツールを1回呼ぶだけで作成・確定・通知メール送信まで自動完了します(autoFinalize=true がデフォルト)。finalize_handoff を別途呼ぶ必要はありません。レスポンスの note フィールドに次のアクションが記載されます。 【ファイル転送の原則】 1.

Inferred read-only
upload_handoff_chunk

generic MCP クライアント向けの後方互換フローです。バイナリファイル転送の upload session に base64 chunk を追加します。Claude App では directUploadUrl + shell upload、Claude Code / ローカル環境では local helper を優先してください。

Potential side effects
complete_handoff_upload

generic MCP クライアント向けの後方互換フローです。chunk upload を完了し、暗号化・確定処理へ進めます。Claude App の shell upload や local helper 経由では通常不要です。

Potential side effects
cancel_handoff_upload

進行中のバイナリファイル upload session を取り消します。

Potential side effects
get_handoff_status

指定した転送の現在のステータスを取得します。

Inferred read-only
finalize_handoff

アップロード済みの転送を確定し、受信者へ通知メールを送信します。

Inferred read-only
revoke_handoff

指定した転送を無効化(取り消し)します。無効化後は受信者がアクセスできなくなります。

Inferred read-only
get_handoff_logs

指定した転送の監査ログ(アクセス履歴・操作履歴)を取得します。

Inferred read-only
append_audit_context

改ざん防止監査ログに目的・ジョブ・結果のコンテキストを追記します。

Inferred read-only
receive_handoff

AIエージェントがパスコード認証を使って人間の送信者からファイル、URL、テキスト転送を受け取ります。返却される permissionPolicy を確認し、許可範囲に従って処理してください。

Inferred read-only
list_handoffs

このエージェントが作成した転送を一覧・検索します。転送IDが不明な場合もこのツールで探せます。 【任意フィルター(組み合わせ可)】 - q: キーワード検索(ファイル名・タイトル・目的・jobId・受信者メールアドレス) - status: "draft" | "active" | "revoked" | "expired" | "exhausted" - resourceType: "file" | "url" | "text" - recipientEmail: 受信者メールアドレスで絞り込み - dateFrom: 開始日(YYYY-MM-DD形式) - dateTo: 終了日(YYYY-MM-DD形式) - limit: 取得件数(省略時:20件、最大:100件) 【使用例】 - アクティブな転送をすべて取得: { "status": "active" } - 特定の受信者への転送を検索: { "recipientEmail": "client@example.com" } - キーワード検索: { "q": "Q4レポート" } - 今週の転送を検索: { "dateFrom": "2026-04-28", "dateTo": "2026-05-04" }

Inferred read-only
bulk_revoke_handoffs

複数の転送を一括で無効化します。退職者のファイル停止や期限切れプロジェクトの一括整理に便利です。 - transferIds: 無効化する転送IDの配列(最大20件) - reason: 無効化理由(任意、監査ログに記録されます) このエージェントトークンで作成した転送のみ無効化できます。先に list_handoffs でIDを確認してください。

Inferred read-only
get_org_usage

組織の現在のプラン上限と利用状況を取得します。以下の用途に使用します: - 多数の転送を作成する前に月次クォータの残量を確認 - プランの上限(最大ファイルサイズ・最大受信者数・保持期間)を確認 - MCPエージェント機能が現在のプランで利用可能か確認 返却値:プラン名・上限値・当月の利用状況・残余クォータ・機能フラグ

Inferred read-only
verify_audit_integrity

組織の監査ログチェーンの改ざん防止整合性を検証します。 全監査イベントのSHA-256ハッシュチェーンを検証し、変更・削除がないことを確認します。返却値: - ok: チェーン全体が正常な場合 true - checked: 検査したイベントの総数 - verified: ハッシュが有効なイベント数 - legacy: ハッシュフィールドのない古いイベント数(スキップ) - failures: 整合性違反の一覧と理由 - summary: 人間が読める検証結果の文字列 コンプライアンス確認・セキュリティ監査・クライアントへのログ整合性証明に使用します。

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.sealith]
url = "https://agent.sealith.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sealith": {
      "type": "http",
      "url": "https://agent.sealith.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sealith
Remote MCP URL: https://agent.sealith.com/api/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": {
    "sealith": {
      "url": "https://agent.sealith.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sealith": {
      "type": "http",
      "url": "https://agent.sealith.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sealith",
  "transport": "streamable-http",
  "url": "https://agent.sealith.com/api/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.