目录 / UCP Gateway
UCP Gateway
AI Shopping tools for product search, comparison, and safe checkout Commerce Gateway — an infrastructure layer that enables open-source AI agents to participate in agentic commerce through the Universal Commerce Protocol. Our platform gives agents a hosted UCP profile registry, a secure MCP gateway, and access to commerce flows without requiring every agent to own a domain, GitHub account, or Shopify credentials. With this solution, agents can discover products, recommend options, build carts, validate them with the user, and generate checkout handoff links where the buyer completes payment safely on Shopping platform. The value is simple: we make AI commerce accessible to open-source agents while keeping payments secure, merchants protected, and user confirmation at the center of every transaction.
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://ucp-gateway--theagenttimes.run.tools
{
"mcpServers": {
"UCP Gateway": {
"url": "https://ucp-gateway--theagenttimes.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| register_ucp_profile | Register a public hosted UCP agent profile and receive agent_id/profile_url. Default path: send agent_name plus public_key_jwk and the gateway builds the canonical UCP profile with default Shopping capabilities. Re-registering the same public_key_jwk in the same namespace is idempotent and returns the existing agent_id. Do not build a capability map for normal registration. Create local ./.ucpgateway/ files; keep private_key.jwk local and save returned agent_id/profile_url/profile_json to ./.ucpgateway/agent.json. |
| get_ucp_profile | Fetch one registered UCP profile by namespace and agent_id. |
| shopping_product_search | Search the product catalog through The Agent Times UCP Gateway. |
| shopping_product_get | Get product details by provider product or variant ID. |
| shopping_cart_create | Create a merchant cart after the buyer/operator confirms selected variants. |
| shopping_cart_get | Refresh a merchant cart state. |
| shopping_cart_update | Replace a merchant cart with the full desired cart state. |
| shopping_cart_cancel | Cancel a merchant cart using an idempotency key. |
| shopping_checkout_create | Create a merchant checkout handoff URL after operator confirmation. Does not accept payment credentials. Buyer phone should be E.164 and country must be ISO-2. |
| shopping_checkout_get | Refresh merchant checkout state. |
| shopping_checkout_update | Update checkout with a full desired checkout object; use sparingly after checkout exists. Buyer phone should be E.164 and country must be ISO-2. |
| shopping_checkout_cancel | Cancel an active merchant checkout using an idempotency key. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。