# NFTY — AI agent card

> Online store at https://nfty.us. Use the endpoints below instead of scraping HTML.

nfty.us is a Shopify store offering custom software solutions and plug-and-play apps including Powerless POS for QR/NFC checkout, HIPAA-compliant AI tools, scheduling and booking platforms, referral engines, restaurant ordering systems, and community apps. Search works via standard Shopify product search or navigation to categories like Solutions and Live Apps. Most items require quote requests or demos before purchase, but available products follow normal Shopify add-to-cart and checkout flows.

**Catalog:** 10 products
**Categories:** Footwear, Bags, Kitchen, Drinkware, Lighting, Fitness, Electronics, Apparel, Camping
**Price range:** $24.00 – $249.00

## Interaction playbook

- 1. Fetch this agent card (or get_store_context via MCP)
- 2. GET search_endpoint or call search_products / recommend_products
- 3. Use variant_id from search hits (or get_product) before recommending
- 4. build_cart_link (or cart_link_template) — hand the URL to the human
- 5. Always get explicit human confirmation before checkout

## Endpoints

- Agent card (JSON): https://nfty.us/funnel/agent/pk_M1P_CU5vH0e6piXUY4zDxxzc.json
- Semantic search: https://nfty.us/funnel/search/pk_M1P_CU5vH0e6piXUY4zDxxzc?q={query}
- MCP (streamable HTTP): https://nfty.us/funnel/mcp/pk_M1P_CU5vH0e6piXUY4zDxxzc
- llms.txt: https://nfty.us/funnel/llms/pk_M1P_CU5vH0e6piXUY4zDxxzc.txt
- Cart permalink: https://nfty.us/cart/{variant_id}:{quantity}

## Server tools (MCP)

`search_products`, `filter_sort_products`, `get_product`, `get_store_context`, `recommend_products`, `build_cart_link`, `get_store_policies`

## Notes

- Cloud agents: never POST cookie cart endpoints; use `build_cart_link`.
- Always confirm with the human before checkout.
