← Back to search
75
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 ai-plugin missing +15 structured API
ecommerce llms-txtai-pluginopenapiapimcpsearchecommerce

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 75/100

            

llms.txt Content

# Agent Instructions — Packrift Source: PACKRIFT-ROOT-AGENTS-SHOPIFY-FIRST-2026-07-11-R01 Canonical store: https://packrift.com This is Packrift's canonical agent-discovery file. Packrift sells shipping and packaging supplies. Use Shopify Catalog and Shopify's UCP interfaces for product discovery, live product facts, cart, and checkout. Do not treat a separate Packrift integration as the product feed for Shopify Catalog or ChatGPT. ## Authoritative Product Discovery 1. **Shopify Catalog** is the authoritative product data feed for Packrift's activated agentic storefronts, including ChatGPT product discovery where supported. It carries product titles, descriptions, options, images, prices, availability, and structured attributes from Shopify. 2. **Shopify Global Catalog** is the cross-merchant discovery surface. Use `POST https://catalog.shopify.com/api/ucp/mcp` for natural-language search, identifier lookup, product evaluation, and seller comparison across Shopify merchants. 3. **Packrift Storefront Catalog / native UCP** is the single-store discovery and transaction surface. Use the Packrift endpoints below when the buyer wants Packrift products specifically. 4. **Canonical Packrift product pages** are the buyer-facing source for an individual offer and checkout handoff. ## Packrift Native UCP - Discovery: `GET https://packrift.com/.well-known/ucp` - Storefront Catalog and commerce endpoint: `POST https://packrift.com/api/ucp/mcp` - Supported UCP versions: - 2026-04-08 (latest stable) - 2026-01-23 - UCP requests require `meta.ucp-agent.profile` pointing to the calling agent's UCP profile. - Use `search_catalog` for a natural-language packaging need, `lookup_catalog` for a known product/variant identifier or Packrift URL, and `get_product` for full options, availability, pricing, and checkout links. ## Read-Only Storefront Sources - All products: `GET https://packrift.com/collections/all` - Product page: `GET https://packrift.com/products/{handle}`

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "Packrift MCP Discovery Adapter", "version": "0.3.0", "description": "REST discovery adapter for Packrift MCP. Use the hosted Streamable HTTP MCP endpoint for live exact-spec packaging search, price, inventory, shipping, and measured cart handoff. These REST paths help legacy AI agents and crawlers discover the MCP surface.", "contact": { "email": "farhan@packrift.com" } }, "servers": [ { "url": "https://mcp.pac