UCP Protocol v1.0 is Live

Connect Commerce to AI Intelligence

UCPsearch creates the bridge between e-commerce inventory and AI agents. Give your bots the power to search, discover, and transact with the world's products in real-time.

search_agent.py
# Simulating AI Agent Request via UCP
ucp.search(query="ergonomic chair under $300", format="json")
2.5M+
Products Indexed
50ms
Latency
100%
AI Compatible
Global
Merchant Network

How UCP Works

Standardizing the language of commerce so machines can understand it.

Merchants Connect

Stores (Shopify, WooCommerce, Custom) install the UCP plugin or API to broadcast their inventory in real-time.

The Protocol

UCP Standardizes

We index, normalize, and structure the data into an AI-readable format (JSON-LD+), ensuring zero hallucinations.

Agents Transact

LLMs, chatbots, and personal assistants query UCP to find products, verify stock, and execute orders via API.

For Developers

Built for the AI Era.

Stop scraping websites. Use our unified endpoint to access millions of SKUs with rich metadata, price history, and affiliate link generation.

  • REST and GraphQL endpoints
  • Semantic Search & Vector Embeddings
  • Webhooks for Price Drops & Stock
Read the Documentation
search.js
const ucp = require('ucp-sdk');

// Initialize with API Key
const client = new ucp.Client(process.env.UCP_KEY);

// Find products for user intent
async function findGear() {
  const results = await client.search({
    query: "noise cancelling headphones",
    minPrice: 100,
    maxPrice: 400,
    availability: "in_stock"
  });

  // JSON Ready for LLM Context
  return results.items;
}

Ready to Sell to AI Agents?

The future of commerce isn't just humans scrolling feeds. It's AI agents buying on behalf of users. Get your products into the UCP index today.