# Locus Coffee > Locus Coffee Roasters catalog, featuring fresh-roasted specialty coffee, rare micro-lots, and brewing accessories. This is a Single Page Application (SPA) showcasing a flavor wheel catalog of coffee lots. Users can select coffee lots, choose grind options, configure drip bags, authenticate via a personal account, and checkout via Robokassa. All interactive forms on the page are marked with standard WebMCP annotations (`toolname`, `tooldescription`, `toolparamdescription`, `toolautosubmit`). Browser-based AI agents can discover these forms dynamically and submit them on behalf of the user. ## Interactive Views and Forms - [Interactive Catalog](index.html): The main SPA page containing the flavor wheel catalog, login, registration, and password recovery forms. - [Shopping Cart](views/cart.html): The order checkout form, supporting CDEK shipping options or self-pickup. - [Wholesale Portal](views/wholesale.html): The wholesale order form for orders from 5 kg. - [Customer Dashboard](views/dashboard.html): The customer personal account page with loyalty stats, order history, and feedback form. ## API Tools for Agents - [User Login Form](index.html#view-login): Auth login tool (`user_login`) with email and password parameters. - [User Registration Form](index.html#view-register): Auth registration tool (`user_register`) with email and password parameters. - [Password Recovery Form](index.html#view-forgot-password): Recovery tool (`user_forgot_password`) to send a reset link. - [Password Reset Form](index.html#view-reset-password): Password update tool (`user_reset_password`) with new password parameters. - [Checkout Form](views/cart.html#cart-summary-block): Order placement tool (`place_order`) with recipient name, phone, email, CDEK info, and promo code parameters. - [Wholesale Order Form](views/wholesale.html#wholesale-order-form): Wholesale order placement tool (`place_wholesale_order`) with email, phone, requirements, and urgency flag parameters.