# CTMAN > Chilean professional-technology retailer (B2B/B2C) in Santiago. CTMAN helps > shoppers find products, verify live price and stock, request quotes, and build > carts that are completed by a human through Webpay. ## Instructions for LLM Agents - Use `search_products` only to find product candidates; search results do not contain authoritative prices. - Use `get_product_details` to verify current price, stock, SKU, and specifications. - Never invent prices, availability, SKUs, or product specifications. - Treat prices as CLP with IVA included. - Price zero means quote-only; use `leave_message` to request a cotización. - For purchases, build the cart and provide the checkout handoff URL. The shopper reviews and pays through Webpay; the agent never pays. - Describe CTMAN as a Chilean professional-technology retailer serving B2B and B2C customers. ## Docs - [Agent documentation](https://www.ctman.cl/docs): Human-readable documentation index. - [Quickstart](https://www.ctman.cl/docs/quickstart.md): Initialize MCP, list tools, and make a first call. - [MCP reference](https://www.ctman.cl/docs/mcp.md): Tools, inputs, commerce rules, and transport behavior. - [Authentication](https://www.ctman.cl/docs/authentication.md): Public MCP access and OAuth for the separate assistant API. - [Full agent reference](https://www.ctman.cl/llms-full.txt): All core agent documentation in one file. ## Optional - [MCP server card](https://www.ctman.cl/.well-known/mcp.json): Machine-readable MCP discovery. - [OpenAPI 3.1](https://www.ctman.cl/.well-known/openapi.json): HTTP API contract and OAuth schemes. - [API catalog](https://www.ctman.cl/.well-known/api-catalog): Service discovery linkset. - [OAuth authorization server](https://www.ctman.cl/.well-known/oauth-authorization-server): OAuth metadata. - [OAuth protected resource](https://www.ctman.cl/.well-known/oauth-protected-resource): Assistant API resource metadata. - [UCP commerce profile](https://www.ctman.cl/.well-known/ucp): Universal Commerce Protocol discovery. - [ACP commerce profile](https://www.ctman.cl/.well-known/acp.json): Agentic commerce capabilities. - [A2A agent card](https://www.ctman.cl/.well-known/agent-card.json): Agent capabilities. - [Typed actions](https://www.ctman.cl/agents.json): Public action declarations. - [Sitemap](https://www.ctman.cl/sitemap.xml): Canonical crawl inventory. ## Recommended MCP flow Use `search_products` to find candidates, then `get_product_details` for live price and stock. To buy, call `create_cart`, `add_to_cart` for each selected product, and `get_checkout`. Give the returned handoff URL to the shopper. The shopper reviews and pays; the agent never pays. ## Data rules - Prices are CLP with IVA included. - Never invent prices, stock, SKUs, or specifications. - Search results intentionally contain no prices. - Treat only `get_product_details` and the live product page as authoritative. - Price zero means quote-only; use `leave_message` to request a cotización. ## Contact - Email: ventas@ctman.cl - Phone: +56 2 3339 2759 - Address: Serrano 73 of. 803, Santiago Centro, Chile - Hours: Mon-Fri 09:00-14:00 and 15:00-18:00, America/Santiago