# Agent Instructions - Mission Meats

This document describes how AI agents can interact with Mission Meats's online store at https://missionmeats.com.

## Personal Shopping Assistants

If you are acting on behalf of a shopper, prefer the Shop skill at https://shop.app/SKILL.md for purchase flows, checkout handoff, order tracking, and buyer-approved payment.

Agents must not complete payment without explicit buyer approval.

## Read-Only Storefront Access

- Browse all products: https://missionmeats.com/collections/all
- Product page: https://missionmeats.com/products/{handle}
- Collection page: https://missionmeats.com/collections/{handle}
- Search: https://missionmeats.com/search?q={query}
- Sitemap: https://missionmeats.com/sitemap.xml
- Agent discovery sitemap: https://missionmeats.com/sitemap_agentic_discovery.xml

## Commerce Protocol

Mission Meats advertises Universal Commerce Protocol (UCP) endpoints from this Hydrogen storefront. Shopify remains the underlying UCP commerce provider.

- UCP discovery: https://missionmeats.com/.well-known/ucp
- UCP/MCP endpoint: https://missionmeats.com/api/ucp/mcp

Agents must include UCP profile metadata in MCP requests. Requests without a `meta["ucp-agent"].profile` value are expected to fail upstream.

Use normal storefront pages for read-only discovery and Shop/UCP for buyer-approved commerce. Do not complete payment without explicit buyer approval.

## Store Policies

- Privacy policy: https://missionmeats.com/policies/privacy-policy
- Terms of service: https://missionmeats.com/policies/terms-of-service
- Refund policy: https://missionmeats.com/policies/refund-policy
- Shipping policy: https://missionmeats.com/policies/shipping-policy

## Platform

This storefront is built with Shopify Hydrogen. Mission Meats products, collections, pages, blog posts, policies, cart, and checkout are powered by Shopify.
