{"name":"com.ucpchecker/ucp-checker","slug":"ucpchecker-ucp-checker","title":"UCP Checker","description":"Check any domain for UCP support and resolve verified UCP storefronts. Read-only, keyless.","url":"https://mcp.market/server/ucpchecker-ucp-checker","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:01:15.633Z","last_ok_at":"2026-09-20T21:01:15.633Z","latency_ms":538},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://ucpchecker.com/agents","version":"2.0.0","remotes":[{"type":"streamable-http","url":"https://ucpchecker.com/mcp"}],"packages":[],"tools":[{"name":"check-domain","description":"    Check if a domain supports Universal Commerce Protocol (UCP).\n\n    Returns the UCP status, manifest version, capabilities, response latency,\n    and AI bot access policies (GPTBot, ClaudeBot, Google-Extended, etc.).\n\n    If the store's edge rate-limits the live attempt, the result says so and\n    reports the last OBSERVED state and when it was observed — an unobserved\n    attempt is never presented as a verdict about the store.\n\n    The domain is automatically normalized (removes protocol, www, paths).\n    Examples: \"shopify.com\", \"https://www.example.com/path\" → \"example.com\"\n\n    A negative result is information, not permission. It reports what UCP\n    Checker has observed — it does not say a store cannot be used, and it is\n    not a reason to stop. If a store matters to your task, try discover-store\n    or connect to it directly regardless of what this returns.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"description":"The domain to check for UCP support (e.g., \"shopify.com\", \"example.com\"). Protocol, www prefix, and paths are automatically removed.","type":"string"}},"required":["domain"]}},{"name":"discover-store","description":"    Discover available shopping tools on a UCP-enabled store.\n\n    Connects to the store's MCP endpoint and lists all available\n    tools (search, cart, shipping, etc.). Use this to understand\n    what a store supports before shopping.\n\n    Example: domain: \"allbirds.com\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"description":"The store domain to discover (e.g., \"allbirds.com\")","type":"string"}},"required":["domain"]}},{"name":"get-product-details","description":"    Get full product details including variant IDs from a UCP-enabled store.\n\n    Use after search-catalog to see a product's full declared detail, including its variants.\n    Pass the Product ID from search results to get all variants with their IDs.\n\n    Example: domain: \"allbirds.com\", productId: \"gid://shopify/Product/123456\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"description":"The store domain (e.g., \"allbirds.com\")","type":"string"},"productId":{"description":"The product ID from search-catalog results (e.g., \"gid://shopify/Product/123456\")","type":"string"}},"required":["domain","productId"]}},{"name":"list-categories","description":"    List store categories with store counts.\n\n    Categories exist only for the deeply audited subset of verified stores,\n    so this is a way to browse, not the whole index: list-stores and\n    search-all cover every verified storefront. Sorted by number of stores\n    (most first).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list-stores","description":"    List verified UCP storefronts across every platform, best-evidenced first.\n\n    Use when the user wants to browse stores — e.g., \"what stores can I shop\n    at?\" or \"show me Wix stores\". To find stores that sell something, prefer\n    search-all.\n\n    Each store carries what we have actually observed about it, not what it claims:\n\n    - `transactable` — declares checkout and we have read its catalogue\n    - `catalogued` — we have read its catalogue\n    - `resolvable` — its endpoint resolves, we have not probed it yet\n    - `declared` — a valid manifest, nothing observed beyond it\n\n    Filter by `platform` (shopify, wix, woocommerce, bigcommerce, shopware…).\n    `category` narrows to the smaller set of deeply audited stores (see\n    list-categories), so leave it out unless the user asks for a category.\n    Developer previews and staging hosts are not listed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"platform":{"description":"Restrict to one platform, e.g. \"wix\", \"shopify\", \"woocommerce\".","type":"string"},"category":{"description":"Optional. Limit to the deeply audited stores in one category (e.g., \"footwear\"); see list-categories. Most browsing is better without it.","type":"string"},"limit":{"description":"Maximum number of stores to return (default: 10, max: 50)","type":"integer"}}}},{"name":"search-all","description":"    Search for products across verified UCP stores at once.\n\n    Fans the query out, concurrently, to the stores whose observed catalogue\n    best matches it, and returns results grouped by store with each store's\n    UCP score and evidence. Rare query words count for more than common ones.\n    If no store's catalogue matches well enough, it searches no one and says\n    \"No strong match\", naming the words no store carries and the closest weak\n    matches, so you can go to a store you know instead of rewording. Slow or\n    failing stores are skipped.\n\n    `category` narrows the fan-out to the smaller set of deeply audited\n    stores; leave it out for most queries.\n\n    Example: query: \"mattress topper\", maxStores: 5","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Product search term (e.g., \"running shoes\", \"hoodie\")","type":"string"},"category":{"description":"Optional. Limit the fan-out to the deeply audited stores in one category (e.g., \"footwear\"); see list-categories. Most queries search better without it.","type":"string"},"country":{"description":"ISO country code for localized pricing (e.g., \"US\", \"GB\"). Optional.","type":"string"},"maxStores":{"description":"Maximum number of stores to search (default: 5, max: 10)","type":"integer"}},"required":["query"]}},{"name":"search-catalog","description":"    Search for products on any UCP-enabled Shopify store.\n\n    Searches the store's live product catalog via UCP/MCP and returns\n    matching products with titles, prices, variants, and images.\n\n    Examples:\n    - domain: \"allbirds.com\", query: \"tree topper\"\n    - domain: \"gymshark.com\", query: \"hoodie\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"description":"The store domain (e.g., \"allbirds.com\", \"gymshark.com\"). Must be a UCP-enabled Shopify store.","type":"string"},"query":{"description":"Product search term (e.g., \"tree topper\", \"wool runners\", \"hoodie\")","type":"string"},"country":{"description":"ISO country code for localized pricing/inventory (e.g., \"US\", \"GB\", \"CA\"). Optional — defaults to store default.","type":"string"}},"required":["domain","query"]}},{"name":"search-policies","description":"    Search store policies on any UCP-enabled Shopify store.\n\n    Query return policies, shipping policies, refund policies, privacy policies,\n    terms of service, or any other store policy. Returns the matching policy text.\n\n    Use this when a user asks about a store's policies before or after purchase —\n    e.g., \"what is the return policy?\", \"do they offer free shipping?\", \"refund window?\"\n\n    Example: domain: \"allbirds.com\", query: \"return policy\"","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"description":"The store domain (e.g., \"allbirds.com\")","type":"string"},"query":{"description":"Policy search term (e.g., \"return policy\", \"shipping\", \"refund window\", \"privacy policy\")","type":"string"}},"required":["domain","query"]}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T20:03:07.990Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:03:07.981Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1244ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://ucpchecker.com/mcp","reachable":true,"authRequired":false,"latencyMs":1244,"serverInfo":{"name":"UCP Checker","version":"2.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://ucpchecker.com/apple-touch-icon.png","source":"registry","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}