Back to search
100
MCP live http

UCP Checker

ucpchecker/ucp-checker

A universal commerce gateway for AI agents to interact with UCP-enabled stores. Enables live product discovery, real-time catalog search, and checkout generation across verified Shopify stores (e.g., Allbirds, Gymshark). Use this to find products, verify merchant capabilities, and facilitate end-to-end shopping journeys via the Universal Commerce Protocol.

Uptime
100.0%
22 probes
Response
648ms
last probe
Tools
10
callable

Tools · 10

list-stores

List verified UCP stores, optionally filtered by category and minimum score. Use when the user wants to shop by category — e.g., "find me a pet store" or "what shoe stores are available?"…

list-categories

List all available store categories with store counts. Use to discover what kinds of stores are available before narrowing down. Returns categories sorted by number of stores (most stores…

check-domain

Check if a domain supports Universal Commerce Protocol (UCP). Returns the UCP status, manifest version, capabilities, response latency, and AI bot access policies (GPTBot, ClaudeBot, Goog…

discover-store

Discover available shopping tools on a UCP-enabled store. Connects to the store's MCP endpoint and lists all available tools (search, cart, shipping, etc.). Use this to understand wha…

search-catalog

Search for products on any UCP-enabled Shopify store. Searches the store's live product catalog via UCP/MCP and returns matching products with titles, prices, variants, and images. E…

search-all

Search for products across all verified UCP stores at once. Fans out the query to multiple stores concurrently and returns aggregated results grouped by store. Fast stores respond first; …

search-policies

Search store policies on any UCP-enabled Shopify store. Query return policies, shipping policies, refund policies, privacy policies, terms of service, or any other store policy. Returns t…

get-product-details

Get full product details including variant IDs from a UCP-enabled store. Use this after search-catalog to resolve variant IDs needed for add-to-cart. Pass the Product ID from search resul…

add-to-cart

Add a product to cart on any UCP-enabled Shopify store and get a checkout URL. Requires a variant ID from the search-catalog or get-product-details results. Returns the cart contents, che…

build-bundle

Build a multi-store shopping cart in one call. Pass an array of items (each with domain + variantId) and get back per-store checkout URLs. Items on the same store share one cart. Req…

Similar MCP servers embedding-nearest

Shopify Storefront MCP
Per-store agentic commerce server. Connects an AI agent to a specific storefront's product catalog, cart, and shop policies so customers can
0 tools
io.github.codespar/mcp-ucp
Google UCP — agentic shopping, cart, checkout, orders, delivery
0 tools
Shopify Global Catalog MCP
Cross-merchant product discovery. Lets an AI agent search the entire Shopify ecosystem (not just one store) to find products matching a natu
0 tools
UCP
Agentic shopping, cart, checkout, orders, and delivery via Google UCP.
0 tools
xyz.trusteed/mcp-gateway
Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.
0 tools · streamable-http
Shopify Checkout MCP
Programmatic checkout-session creation + management. Used by buyer agents after Catalog/Storefront discovery to actually complete a purchase
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ucp_checker": {
      "url": "https://ucpchecker.com/",
      "transport": "http"
    }
  }
}