← Registry

eCommerce

jpyc-service.com

Provides access to a Japanese e-commerce marketplace for browsing shops, products, and searching items available for purchase.

1 endpoint9 known toolsFirst detected May 29, 2026Last detected September 16, 2026

ENDPOINT 1

https://ec.jpyc-service.com/mcp

No auth detected

MCP server metadata

Name
jpyc-ec-platform
Version
0.1.0
Capabilities
tools.listChanged

Known tools 9

list_shops

JPYC EC Platform に出店している公開ショップの一覧を返す。減農薬の農産物・地酒・伝統工芸品など、生産者から直接買えるショップが中心。各ショップの name / slug / 説明 / 対応チェーン / 商品点数を含む。商品を探す起点として最初に呼ぶとよい。

Inferred read-only
get_shop

1 つのショップ(生産者・職人)の詳細を slug で取得する。ショップのストーリーや説明、対応ブロックチェーン、x402 決済が有効かどうかを返す。

Inferred read-only
list_products_in_shop

1 つのショップの公開中の商品をすべて返す。価格(JPYC 建て)・在庫・バリエーション・配送要否・対応チェーンを含む。list_shops でショップを見つけたあと、その品揃えを見るのに使う。

Inferred read-only
get_product

1 つの商品の詳細を product_id で取得する。価格(JPYC 建て)・在庫・SKU・バリエーション・配送要否・対応チェーンを返す。購入の前に必ず呼んで、requires_shipping(配送先が必要か)と has_variants(オプション選択が必要か)を確認すること。

Inferred read-only
search_products

JPYC EC Platform 上の公開商品を横断検索する。減農薬米・地酒・伝統工芸品など、生産者から直接 JPYC で購入できる商品が対象。text は自然言語のキーワード(例: 『丹波 米』)で、商品名と説明に部分一致する。category / tag(産地・認証種別など)、価格帯(min_price / max_price、JPYC)、shop_slug で絞り込める。売上順で最大 50 件返す。

Inferred read-only
quote_checkout

カートの内容で x402 チェックアウトの 1 回目を実行する。在庫を仮押さえし(有効期限は返り値 expires_at_unix_ms)、小計・割引・送料・合計(JPYC)と reservation_id、および PAYMENT-REQUIRED チャレンジ(base64url、x402 accepts 配列)を返す。accepts の決済方式: 『eip3009』(既定。通常の EOA ウォレットは常にこちらを選び、EIP-712 TransferWithAuthorization に署名する) と『erc20-transfer』(ecrecover 非対応のスマートコントラクトウォレット専用。payer_address を渡した予約にだけ提示される。extra.

Potential side effects
authorize_transfer

erc20-transfer 方式だけで、JPYC を送金する前に必ず呼ぶ。quote_checkout の選択した accept にある extra.

Potential side effects
submit_payment

quote_checkout で得た reservation_id と、エージェントが用意した x402 PaymentPayload(base64url)を渡して決済を確定する。quote_checkout の accepts から選んだ方式に応じて payload の中身が変わる: 『eip3009』なら { signature, authorization } (EIP-712 TransferWithAuthorization の署名)、『erc20-transfer』なら { payerAddress, txHash?

Potential side effects
get_order_status

ウォレットアドレスの注文履歴を新しい順で返す。x402 で購入した注文は即時に order_status=3(決済完了)となり tx_hash を持つ。

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.jpyc-ec-platform]
url = "https://ec.jpyc-service.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jpyc-ec-platform": {
      "type": "http",
      "url": "https://ec.jpyc-service.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jpyc-ec-platform
Remote MCP URL: https://ec.jpyc-service.com/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": {
    "jpyc-ec-platform": {
      "url": "https://ec.jpyc-service.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jpyc-ec-platform": {
      "type": "http",
      "url": "https://ec.jpyc-service.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jpyc-ec-platform",
  "transport": "streamable-http",
  "url": "https://ec.jpyc-service.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for jpyc-service.com was fetched 2026-08-23T18:44:33.271Z and is being refreshed.

Trust status Neutral

jpyc-service.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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