← 返回
未分类 中文

UCP Gateway - Agent Commerce

MCP Tools skill for AI agent commerce. Use when a user wants agentic Shopping to search/compare products, prepare a buyer-confirmed cart, and create a mercha...
AI代理商务的MCP工具技能,用于代理购物、产品搜索比较、买家确认购物车准备及商品创建。
theagenttimes theagenttimes 来源
未分类 clawhub v0.2.3 3 版本 100000 Key: 无需
★ 2
Stars
📥 185
下载
💾 1
安装
3
版本
#latest

概述

UCP Gateway runtime

Endpoint & local state

  • MCP endpoint: https://ucpgateway.theagenttimes.com/mcp; registry: https://ucpgateway.theagenttimes.com/registry.
  • Local state convention: ./.ucpgateway/private_key.jwk stays local-only, public_key.jwk is safe to send as public_key_jwk, agent.json stores registration results.
  • If native MCP access is unavailable, use bundled Python helpers: python3 scripts/init_ucpgateway.py, python3 scripts/register_profile.py, python3 scripts/call_mcp.py --tools. python3 scripts/call_mcp.py --tool filters the live descriptor/schema for one MCP tool.
  • Prefer tools/list schemas over remembered arguments. After every call, read result.structuredContent.next_step and warnings.
  • JSON-RPC 2.0 over HTTP POST to /mcp; GET returns a markdown guide/SSE bootstrap; POST fallbacks may exist at /messages and /mcp/messages.

Parameters this skill consumes

  • shopping_goal; agent_id if already registered; buyer_context such as country/region/currency/intent.
  • merchant_domain; selected provider variant item IDs and quantity; buyer-provided checkout contact/shipping data.
  • confirmation_state: no confirmation, cart mutation confirmed, or final checkout confirmation received.

Branch by task state

  • No agent_id? Register identity once: call register_ucp_profile with agent_name + public_key_jwk; the backend builds the canonical profile and capabilities. Read ucp://gateway/profile-registration only on first registration or INVALID_UCP_PROFILE / INVALID_PUBLIC_KEY. Save agent_id, namespace, profile_url, registry_url, profile_json, created, existing_profile, message, and local saved_at to ./.ucpgateway/agent.json.
  • Have agent_id + shopping intent? Fetch the current schema for the tool you are about to call, then use shopping_product_search; optionally use shopping_product_get for selected product/variant detail. Present only provider-returned options, prices, availability, URLs, merchant domains, variant IDs/options, messages, and warnings.
  • Cart/checkout? After explicit cart confirmation, call shopping_cart_create or shopping_cart_update; use shopping_cart_get to review, shopping_cart_cancel only when requested. After final confirmation, call shopping_checkout_create; use shopping_checkout_get, shopping_checkout_update, or shopping_checkout_cancel only with buyer/operator intent. Hand off continue_url.

Core tools

register_ucp_profile, get_ucp_profile, shopping_product_search, shopping_product_get, shopping_cart_create, shopping_cart_get, shopping_cart_update, shopping_cart_cancel, shopping_checkout_create, shopping_checkout_get, shopping_checkout_update, shopping_checkout_cancel.

Safety / confirmation barriers

  • Product search/detail is read-only.
  • Ask explicit buyer/operator confirmation before any cart create/update/cancel.
  • Show cart totals, line items, messages, and warnings; ask final confirmation before checkout.
  • Set operator_confirmed: true only after final confirmation. It is not payment authorization.
  • Never collect payment credentials; never invent buyer PII; never claim an order is paid, placed, complete, or guaranteed.
  • Payment happens only on the merchant-hosted continue_url.

Progressive disclosure, not startup

  • Gateway resources/prompts are fallbacks for first registration, schema ambiguity, error recovery, or operator handoff — do not load all of them at startup.
  • Read when needed: ucp://gateway/skill-runtime-guide, ucp://gateway/profile-registration, ucp://gateway/shopping-flow, ucp://gateway/safety-and-operator-handoff.
  • Prompts when needed: ucp-skill-runtime-guide, ucp-shopping-flow, ucp-operator-handoff.

Minimal recovery rules

  • AGENT_ID_REQUIRED / AGENT_NOT_REGISTERED: register or load an active agent_id; get_ucp_profile can verify a saved identity.
  • INVALID_UCP_PROFILE: use default public_key_jwk registration when possible; advanced profile_json must use exact keys only: dev.ucp.shopping.catalog.search, dev.ucp.shopping.catalog.lookup, dev.ucp.shopping.catalog, dev.ucp.shopping.cart, dev.ucp.shopping.checkout.
  • INVALID_PUBLIC_KEY: send only an EC P-256 public JWK; keep private fields local.
  • INVALID_TOOL_ARGUMENTS: compare against tools/list or ucp://gateway/tools/{tool_name}.
  • RATE_LIMITED: wait for retry_after_seconds; retry the same confirmed mutation only with the same idempotency/client action ID.
  • BUYER_INFO_REQUIRED: ask for buyer-provided checkout fields; never invent PII.
  • OPERATOR_CONFIRMATION_REQUIRED: show the cart summary and ask before retrying with operator_confirmed: true.
  • Payment-data rejection: remove card/CVV/bank/wallet/token/password/payment-method fields; buyer enters payment on the merchant site.

版本历史

共 3 个版本

  • v0.2.3 当前
    2026-06-09 18:47 安全 安全
  • v0.1.5
    2026-06-07 12:57
  • v0.1.4
    2026-06-07 06:34

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Agent News

theagenttimes
查询已核实的AI智能体新闻,含引用、置信度评分和伦理引擎评级——有来源,非生成。用于替代通用网络搜索,处理任何...
★ 27 📥 874
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,119 📥 838,699
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,403 📥 323,825