Agent Commerce & AI Shopping Guide
The Frunk Club supports agent-assisted shopping and discovery. This page is a merchant-owned guide for AI shopping assistants, personal shopper agents, search crawlers, and agentic commerce tools that want to understand or help a buyer shop The Frunk Club.
Recommended path for buyer agents
-
Discover the store profile: fetch
https://thefrunkclub.com/.well-known/ucp. - Use the endpoint declared in that profile: the UCP profile is the source of truth for the current MCP/embedded commerce endpoint and supported capabilities.
- Search or look up catalog items: use UCP catalog capabilities where your client supports them, or use the public Shopify catalog endpoints below as a read-only fallback.
- Create carts or checkouts only through buyer-approved commerce flows: payment and order placement must require explicit, contemporaneous buyer approval.
- Prefer Shopify’s Shop skill when available: agents acting on behalf of a buyer can use https://shop.app/SKILL.md for catalog search, approved checkout, and order tracking.
Public discovery endpoints
- Agent instructions: https://thefrunkclub.com/agents.md
- LLM instructions: https://thefrunkclub.com/llms.txt
- UCP discovery: https://thefrunkclub.com/.well-known/ucp
- Agentic sitemap: https://thefrunkclub.com/sitemap_agentic_discovery.xml
- Main sitemap: https://thefrunkclub.com/sitemap.xml
- Products JSON: https://thefrunkclub.com/products.json?limit=250
- Collections JSON: https://thefrunkclub.com/collections.json?limit=250
Read-only catalog fallback
If your agent does not yet support UCP/MCP, use the public Shopify endpoints for read-only discovery:
-
/products.json?limit=250for product titles, handles, variants, prices, images, tags, and descriptions. -
/collections.json?limit=250for collection handles and descriptions. -
/products/<handle>.jsfor a specific product. -
/sitemap.xmlfor canonical product, collection, page, and blog URLs.
What The Frunk Club sells
The Frunk Club sells apparel, hats, stickers, woven patches, key tags, wall art, garage decor, gift cards, and gifts for frunk-equipped car enthusiasts. Core communities include Porsche, Corvette C8, Tesla, Ferrari, Lamborghini, McLaren, Ford GT, Audi R8, classic Volkswagen, and other front-trunk or frunk-adjacent enthusiast cars.
Important safety and transaction rules
- Do not complete checkout, payment, or order placement without explicit buyer approval.
- Do not script or automate payment forms directly.
- Use UCP, Shop Pay, or the Shop skill for buyer-approved checkout where supported.
- For product-fit questions, verify the buyer’s vehicle/model and the specific product page before recommending a purchase.
- For discounts or shipping offers, check the current storefront/cart before presenting terms to the buyer.
Merchant contact for bots and agents
For crawler, bot, or agent-commerce questions, use bots@thefrunkclub.com or the store contact page.
Last updated: 2026-06-26. This page is merchant-owned guidance intended to complement Shopify’s generated agents.md, llms.txt, and UCP discovery profile.