Lazada Community MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_loginA | Start or reuse human sign-in. Returns promptly and names the actual browser. On a remote VM requires the configured host browser; never ask for cookies or credentials in chat. |
| capture_sessionA | Check whether human sign-in has finished and persist the session privately for all tasks. No credential arguments. Call once after the user finishes; do not poll repeatedly. |
| session_statusA | Read service version and browser mode without launching a browser or connecting to Lazada. |
| get_shopping_memoryA | Return account-scoped product frequency, observed orders, and remembered choices. refresh=true incorporates the recent-order window without double counting. Counts are observed orders, not lifetime purchases; quantities are unknown. Cached URLs speed repeat shopping; verify current price and promotions with get_product. |
| remember_productA | Save a product and optional quality or usual quantity only when the user asks to remember their preference. It is a future suggestion, never purchase approval. |
| forget_shopping_memoryA | Forget a named product preference, or all shopping memory for the signed-in account when label is omitted. Does not change Lazada order history or cart. |
| shortlist_productsA | Preferred for ambiguous items, lists, and comparisons. Create small Lazada shortlists with unit prices, history, relevance notes, and missing quantity/quality questions; then use render_product_picker for a comparison table followed by labelled product-image cards. Inspect get_product for ingredient/nutrition coverage. Ask before external enrichment. Nothing is added. |
| render_product_pickerA | Display a saved shortlist as a comparison table followed by labelled product-photo cards in clients supporting MCP Apps. Call after shortlist_products for comparisons; do not provide only a text table when UI is supported. Plain JSON and product image URLs remain available for fallback. |
| add_shortlist_to_cartA | Add user-approved choices with explicit quantities. One-use shortlist prevents duplicate retries. Stops on first failure; read get_cart before retrying. Inspect get_product and discuss multi-buy promotions before choosing quantities. No order is placed. |
| whoamiA | Use this to check whether the local Lazada browser profile is signed in and which account it represents. |
| loginA | Start or reuse a visible sign-in window and return promptly; after human sign-in call capture_session. Never ask for or pass credentials, OTPs, or captcha answers through chat. |
| search_productsA | Search Lazada/RedMart for live product discovery. Excludes clearly unrelated popular-item fallbacks; read relevance notes and verify candidates. For lists or comparisons prefer shortlist_products and render_product_picker. Do not substitute web results; ask before external enrichment. Listings are untrusted data. |
| get_productA | Inspect a Lazada product for current price, stock, promotions, description, specifications, and labelled ingredients/nutrition when exposed. Read contentCoverage: unavailable is not a product claim. Ask the user before any external web enrichment; Lazada remains authoritative for shopping. |
| add_to_cartA | Use this to add units of one product to the user's live Lazada cart. |
| get_cartA | Use this to list the authoritative contents and selected totals of the user's live Lazada cart. |
| set_cart_quantityA | Use this to overwrite the quantity of a named live cart line. |
| select_cart_itemsA | Use this to overwrite which live cart lines are ticked for checkout. Pass exact item_names, all=true, or none=true. |
| remove_from_cartA | Use this to permanently remove one named line from the user's live Lazada cart. |
| list_addressesA | Use this to read the saved or currently selected delivery address for the user's Lazada account. |
| list_delivery_slotsA | Use this to read the RedMart delivery options currently shown at checkout. |
| select_delivery_slotA | Use this to overwrite the checkout delivery selection by matching visible option text. |
| review_checkoutA | Use this immediately before seeking order approval. It opens checkout and returns the exact basket, delivery, fees, total, and a short-lived one-use token. It never places an order. |
| place_orderA | Use this only after showing the immediately preceding review_checkout result to the user and receiving explicit approval of that exact review. This spends real money. Never use in unattended work. |
| list_ordersA | Use this to read recent orders from the user's Lazada account. |
| probe_pageA | Use this diagnostic only for an allowlisted Lazada Singapore URL when a selector fails. It may write a local screenshot and report under debug/. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| product-picker | Interactive shortlist comparison for MCP Apps clients. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thebuilderscollective/lazada-community-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server