← sealith.com

INDIVIDUAL MCP TOOL

commerce_relay_jpyc_payment

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

sealith.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for commerce_relay_jpyc_payment and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

sealith.com

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.

Related tools

  • commerce_create_order — JPYC決済の注文を作成します。Agent Token、purpose、SKU、payer、予算、Human Approvalを検証し、Sealithが署名付きAction Manifestを内部発行します。AIクライアントはManifestや所有権を上書きできません。
  • esim_list_products — 一生eSIMの初回購入商品または追加チャージ商品を取得します。初回購入商品には在庫可否も含まれます。
  • esim_purchase — JPYC決済後に一生eSIMの保有在庫から初回eSIMを自動発行し、安全な受取リンクを購入者へ送ります。
  • esim_topup — 一生eSIMのチャージ注文を作成します。ICCIDはLuhn検証され、購入直前に見積価格からの変動も再検証されます。
  • threes_book — Threesスペースを支払期限までホールドし、JPYC決済注文を作成します。実API契約が有効な環境でのみ利用できます。
  • commerce_get_order_status — JPYC決済・リスク・履行とAction Firewallの許可effect概要を、同じAgent Tokenが所有する注文IDで取得します。
  • esim_get_topup_status — eSIMチャージ注文の現在状態を取得します。
  • threes_get_booking — Threes予約注文の現在状態を取得します。