SellioAI MCP
Run your store from Claude, Cursor, or ChatGPT — catalog, orders, CRM — and build the storefront from Sellio sections and custom HTML.
Updated 2026-08-10
What this is
MCP is a standard protocol. Your AI client connects to Sellio and calls named tools on your store — dashboard power, from Claude or Cursor.
The WhatsApp sales bot is for shoppers. In-app Sellio AI is inside the dashboard. This is the third layer: you (or Claude) operate the store from outside.
How to connect
Server URL: https://sellioai.com/api/mcp
Create a token in Settings → MCP, then add it as a Bearer header in Claude Desktop or Cursor (Streamable HTTP). For Claude.ai, paste the MCP URL only and sign in.
Operator — now
Ops reads + create/update products, stock, and order status. No messaging, ads, or wallet in v1.
Store
| Tool | Status | What it does |
|---|---|---|
get_storeread · catalog:read | Internal only | Active store profile, currency, plan, integrations status. |
get_store_summaryread · analytics:read | Internal only | Today/period sales, pending orders, low stock, overdue follow-ups. |
Catalog
| Tool | Status | What it does |
|---|---|---|
search_productsread · catalog:read | Internal only | Search catalog by name, SKU, category. Includes stock and variants. |
get_productread · catalog:read | Internal only | Full product: variants, images, price, stock. |
create_productwrite · catalog:write | Internal only | Create a product in the token’s store (name, price, stock, category, images). |
update_productwrite · catalog:write | Internal only | Patch name, description, price, category, status (active/inactive). |
update_stockwrite · catalog:write | Internal only | Set stock on a product or a specific variant. |
Orders
| Tool | Status | What it does |
|---|---|---|
list_ordersread · orders:read | Internal only | Filter by status, city, date, customer. |
get_orderread · orders:read | Internal only | Order details, items, payment, shipping timeline. |
update_order_statuswrite · orders:write | Internal only | Move order status (pending → confirmed → shipped…). No refunds in v1. |
CRM
| Tool | Status | What it does |
|---|---|---|
list_contactsread · crm:read | Internal only | Search customers / contacts. |
get_contactread · crm:read | Internal only | 360 view: orders, chats, follow-ups, pipeline. |
list_follow_upsread · crm:read | Internal only | Open / overdue follow-ups and calendar items. |
Inbox
| Tool | Status | What it does |
|---|---|---|
list_unread_chatsread · inbox:read | Internal only | Unread / escalated inbox summary. No send in v1. |
Store Builder — internal
Build a full storefront from Sellio sections (~40 types), starter themes, and custom HTML. Locked commerce pages (PDP, cart, checkout, auth) stay.
Storefront
| Tool | Status | What it does |
|---|---|---|
list_section_typesread · storefront:read | Internal only | Registry section types: variants, defaultContent, addable. No icons. |
list_theme_packsread · storefront:read | Internal only | Built-in mood themes and full-store starters. No section JSON. |
get_storefront_summaryread · storefront:read | Internal only | Pages, section ids, chrome, live URL. No full section content. |
get_sectionread · storefront:read | Internal only | Full section including content and codeOverride. |
apply_theme_packwrite · storefront:write | Internal only | Apply a built-in mood theme or full-store starter. Preserves store identity. |
add_sectionwrite · storefront:write | Internal only | Add a registry section (hero, products, faq, custom_html, …) to a page. |
update_sectionwrite · storefront:write | Internal only | Update section content, variant, visibility, name, or codeOverride HTML. |
remove_sectionwrite · storefront:write | Internal only | Remove an unlocked section from a page. |
create_pagewrite · storefront:write | Internal only | Create a custom or collection page; optionally add to nav. |
update_pagewrite · storefront:write | Internal only | Patch page name, slug, visibility, or collection filter. Cannot change kind. |
delete_pagewrite · storefront:write | Internal only | Delete a custom or collection page and matching nav items. |
update_storefront_stylewrite · storefront:write | Internal only | Patch colors, typography, header/footer, nav, logo, language, direction, storeName. |
publish_storefrontwrite · storefront:write | Internal only | Migrate + save theme; return live URL and visible page count. |
Not in v1
- —
send_whatsapp / send_instagram / send_facebook - —
create_broadcast - —
create_ad / boost_ad - —
wallet_recharge / buy_addon - —
delete_product / delete_store - —
invite_team_member / change_roles