adix®

  • Browse the catalog in chat
  • Filter, search, in-stock only
  • Live prices, live stock
  • One server, two assistants

Agentic commerce

Your store shouldn’t wait at a URL.Laanya’s catalog runs as an MCP app inside your AI assistant — real products, live prices, live stock, without leaving the conversation.

© 2026 adix® · Laanya
Live connector
https://laanya-mcp.adix-ai.workers.dev/mcp
Fastify + DrizzleNeon PostgresCloud Run · asia-southeast1Next.js 16Expo 57MCP Apps SDK
The shift(01)

Assistants can talk about your brand.They can’t show your shelf.

Discovery is moving into the chat window. A storefront that exists only at an address can’t appear there.

The assistant has no hands

Ask an assistant about haircare and it answers from a training snapshot — months stale, no prices, no stock, no way to act. Your catalog changes daily. The model has no route to it.

That isn’t a content problem. It’s a plumbing problem.

001Products served through the connector
002Categories, filterable from the conversation

catalog v9 · read live on every tool call

Live demo(6)

This isn’t a mockup.It’s the response.

What browse-catalog returns, rendered the way an assistant renders it — inline, in a sandboxed frame, from the same /v1/catalog the storefront and the mobile app read.
Tool inputs
categorystring?Filter to one category slug
searchstring?Match name and description
in_stock_onlybool?Drop out-of-stock variants

Try it yourself

Paste the connector URL into your AI assistant and ask it to show you Daniya hair oil. Same data, same second, no copy of anything.

https://laanya-mcp.adix-ai.workers.dev/mcp
How it works(03)

Three moving parts.That’s the entire system.

The hard part was never the AI. It was having an API worth calling.

No migration, no rewrite, no data export. Laanya’s Fastify API serves the same /v1/catalog it already served to the web store and the mobile app.

A thin server declares what the assistant is allowed to do — browse, filter, search — and ships an interactive UI resource alongside each tool. Roughly 150 lines.

The assistant calls the tool, gets structured data back, and renders your interface inside the conversation. The shopper never opens a tab.

The arc(06)

Browsing works today.Buying is next.

Every capability carries what it actually does right now. Anything not marked LIVE isn’t built yet — including checkout.
001Browse the catalog in chat, rendered as a gridshippedlive
002Filter by category, search, in-stock onlyshippedlive
003Product detail, specs, shipping estimatetools in progressnext
004Add to cart from the conversationAPI ready, tools pendingnext
005Checkout and pay in chatnot built · no datenext
006Order status and invoices in chatqueuedlater

When one moves to LIVE, we say so. We’d rather ship the ledger than the pitch.

One protocol(02)

Write it once.It runs everywhere MCP does.

MCP is the standard the assistant surfaces agreed on. Build the integration once and every host that speaks the protocol can use it — no second codebase, no per-vendor rewrite.

Vendor plugin formats came and went. MCP is what replaced them — an open protocol the assistant surfaces implement instead of each inventing its own.

That’s the part most people miss. One server. Every front door. No second codebase.

liveMCPStreamable HTTP · works in any MCP host
directories

Not listed yet

Laanya’s server implements the MCP Apps spec today. Connector directory listings haven’t been submitted — we’ll mark them LIVE when they land.

Until then, the connector works by pasting the URL directly.

Real infrastructure(01)

We built this for our own store first.Then we shipped the plumbing.

adix.ai is the company behind Laanya. Same team, same repos, same on-call.The MCP server talks to a production commerce API doing real orders — GST-aware pricing, multi-store stock cascade, coupons, invoices, Delhivery fulfilment.

Fastify + DrizzleNeon PostgresCloud Run · asia-southeast1Next.js 16Expo 57MCP Apps SDK
Live now

Put a storein the conversation.

Add the Laanya connector to your AI assistant and browse Daniya haircare from chat. One paste, about fifteen seconds. Read-only — no account, no signup, no card.

https://laanya-mcp.adix-ai.workers.dev/mcp
Build this for my store