eCommerce
jpyc-service.com
Provides access to a Japanese e-commerce marketplace for browsing shops, products, and searching items available for purchase.
ENDPOINT 1
https://ec.jpyc-service.com/mcp
MCP server metadata
- Name
- jpyc-ec-platform
- Version
- 0.1.0
Known tools 8
list_shopsJPYC EC Platform に出店している公開ショップの一覧を返す。減農薬の農産物・地酒・伝統工芸品など、生産者から直接買えるショップが中心。各ショップの name / slug / 説明 / 対応チェーン / 商品点数を含む。商品を探す起点として最初に呼ぶとよい。
Inferred read-onlyget_shop1 つのショップ(生産者・職人)の詳細を slug で取得する。ショップのストーリーや説明、対応ブロックチェーン、x402 決済が有効かどうかを返す。
Inferred read-onlylist_products_in_shop1 つのショップの公開中の商品をすべて返す。価格(JPYC 建て)・在庫・バリエーション・配送要否・対応チェーンを含む。list_shops でショップを見つけたあと、その品揃えを見るのに使う。
Inferred read-onlyget_product1 つの商品の詳細を product_id で取得する。価格(JPYC 建て)・在庫・SKU・バリエーション・配送要否・対応チェーンを返す。購入の前に必ず呼んで、requires_shipping(配送先が必要か)と has_variants(オプション選択が必要か)を確認すること。
Inferred read-onlysearch_productsJPYC EC Platform 上の公開商品を横断検索する。減農薬米・地酒・伝統工芸品など、生産者から直接 JPYC で購入できる商品が対象。text は自然言語のキーワード(例: 『丹波 米』)で、商品名と説明に部分一致する。category / tag(産地・認証種別など)、価格帯(min_price / max_price、JPYC)、shop_slug で絞り込める。売上順で最大 50 件返す。
Inferred read-onlyquote_checkoutカートの内容で x402 チェックアウトの 1 回目を実行する。在庫を 5 分間仮押さえし、小計・割引・送料・合計(JPYC)と reservation_id、および署名対象の x402 PAYMENT-REQUIRED チャレンジ(base64url)を返す。エージェントはこのチャレンジを自分のウォレットで EIP-3009 TransferWithAuthorization 署名し、submit_payment に渡す。全 item は同一ショップである必要がある。配送が必要な商品があれば shipping を、贈答なら gift_recipient を必ず渡すこと。
Potential side effectssubmit_paymentquote_checkout で得た reservation_id と、エージェントが署名した x402 PaymentPayload(base64url)を渡して決済を確定する。サーバは facilitator 経由で on-chain settle し、確定した注文(order_number / tx_hash)を返す。署名は quote_checkout が返した payment_required の 内容に対する EIP-3009 TransferWithAuthorization であること。
Inferred read-onlyget_order_statusウォレットアドレスの注文履歴を新しい順で返す。x402 で購入した注文は即時に order_status=3(決済完了)となり tx_hash を持つ。
Inferred read-onlyCONNECT 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.
jpyc-service.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.