llms.txt Content
# Regenique Elegance - AI Commerce API
## About
Regenique Elegance is a premium luxury skincare store offering AI-powered shopping through the Model Context Protocol (MCP).
## MCP Endpoint
https://agents.regenique-elegance.com/mcp
## Capabilities
- Product search and discovery
- Collection browsing (serums, moisturizers, masks, etc.)
- Shopping cart management
- Checkout URL generation
## API Endpoints
- MCP JSON-RPC: https://agents.regenique-elegance.com/mcp
- MCP Server Card: https://agents.regenique-elegance.com/.well-known/mcp/server-card.json
- UCP Discovery: https://agents.regenique-elegance.com/.well-known/ucp
- Catalog API: https://agents.regenique-elegance.com/mcp/catalog
- Checkout API: https://agents.regenique-elegance.com/mcp/checkout
## Available Tools
### Catalog Tools
- search_products: Search products by keyword
- get_product: Get product details by handle
- list_collections: List all collections
- get_collection_products: Get products in a collection
- filter_products: Filter by price, brand, type
### Checkout Tools
- create_cart: Create new shopping cart
- add_to_cart: Add item to cart
- get_cart: Get cart contents
- update_cart: Update quantities
- remove_from_cart: Remove items
- update_buyer_info: Set customer email/phone
- get_checkout_url: Get Shopify checkout link
## Example Usage (MCP JSON-RPC)
POST /mcp
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_products","arguments":{"query":"serum","limit":3}}}
## Contact
support@regenique-elegance.com