# Plantorama > Plantorama is a Danish garden-centre and e-commerce retailer (plantorama.dk). > We sell plants, garden furniture, pets and pet supplies, and home & garden > accessories, with physical centres across Denmark and online delivery and > click & collect. Site language is Danish (da-DK); prices are in DKK. ## Shopping via AI (MCP) Plantorama runs a public Model Context Protocol (MCP) server so AI assistants can shop on a customer's behalf: search the catalogue, build an anonymous basket, choose a fulfillment mode, and hand the shopper to checkout to pay. - [Shopping MCP endpoint](https://mcp.plantorama.dk/mcp): Search products and guides, create and fill an anonymous basket, set delivery or click & collect, and get a checkout handoff link. It does NOT take payment or addresses — the shopper finishes in Plantorama's normal checkout. - Checkout handoff link format: `https://www.plantorama.dk/kurv?basketID=` — opening it loads the MCP-built basket (lines, chosen fulfillment mode, fees) and re-validates stock. - Fulfillment rules: a product's `shippingMethod` gates options (DIRECT = delivery only, COLLECT = delivery and click & collect, STORE = in-store only / not sold online, UNKNOWN = unavailable). Delivery requires `onlineStockCount > 0`; click & collect requires a store with stock. ## Structured data - [Products](https://www.plantorama.dk): Product detail pages emit schema.org/Product JSON-LD (sku, price, availability, brand). - Guide / article pages use schema.org/Article markup. - Store pages use schema.org/LocalBusiness markup (address, geo, phone, opening hours). ## Notes - robots.txt welcomes reputable AI crawlers on product, guide and store pages; only Sitecore system paths and on-site search results are excluded from crawling. - Sitemap: https://www.plantorama.dk/sitemap.xml