UCP Gateway
AI Shopping tools for product search, comparison, and safe checkout Commerce Gateway — an infrastructure layer that enables open-source AI agents to participat
About
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.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
Screenshots
Install UCP Gateway
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"ucp-gateway": {
"url": "https://…",
"transport": "http"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"ucp-gateway": {
"url": "https://…"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"ucp-gateway": {
"type": "http",
"url": "https://…"
}
}
}Reviews
No reviews yet. Be the first!
Discussion(0)
No comments yet.