MCP

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

Operator
Internal
Store Builder
Internal
Auth
OAuth + token

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

ToolStatusWhat it does
get_store
read · catalog:read
Internal onlyActive store profile, currency, plan, integrations status.
get_store_summary
read · analytics:read
Internal onlyToday/period sales, pending orders, low stock, overdue follow-ups.

Catalog

ToolStatusWhat it does
search_products
read · catalog:read
Internal onlySearch catalog by name, SKU, category. Includes stock and variants.
get_product
read · catalog:read
Internal onlyFull product: variants, images, price, stock.
create_product
write · catalog:write
Internal onlyCreate a product in the token’s store (name, price, stock, category, images).
update_product
write · catalog:write
Internal onlyPatch name, description, price, category, status (active/inactive).
update_stock
write · catalog:write
Internal onlySet stock on a product or a specific variant.

Orders

ToolStatusWhat it does
list_orders
read · orders:read
Internal onlyFilter by status, city, date, customer.
get_order
read · orders:read
Internal onlyOrder details, items, payment, shipping timeline.
update_order_status
write · orders:write
Internal onlyMove order status (pending → confirmed → shipped…). No refunds in v1.

CRM

ToolStatusWhat it does
list_contacts
read · crm:read
Internal onlySearch customers / contacts.
get_contact
read · crm:read
Internal only360 view: orders, chats, follow-ups, pipeline.
list_follow_ups
read · crm:read
Internal onlyOpen / overdue follow-ups and calendar items.

Inbox

ToolStatusWhat it does
list_unread_chats
read · inbox:read
Internal onlyUnread / 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

ToolStatusWhat it does
list_section_types
read · storefront:read
Internal onlyRegistry section types: variants, defaultContent, addable. No icons.
list_theme_packs
read · storefront:read
Internal onlyBuilt-in mood themes and full-store starters. No section JSON.
get_storefront_summary
read · storefront:read
Internal onlyPages, section ids, chrome, live URL. No full section content.
get_section
read · storefront:read
Internal onlyFull section including content and codeOverride.
apply_theme_pack
write · storefront:write
Internal onlyApply a built-in mood theme or full-store starter. Preserves store identity.
add_section
write · storefront:write
Internal onlyAdd a registry section (hero, products, faq, custom_html, …) to a page.
update_section
write · storefront:write
Internal onlyUpdate section content, variant, visibility, name, or codeOverride HTML.
remove_section
write · storefront:write
Internal onlyRemove an unlocked section from a page.
create_page
write · storefront:write
Internal onlyCreate a custom or collection page; optionally add to nav.
update_page
write · storefront:write
Internal onlyPatch page name, slug, visibility, or collection filter. Cannot change kind.
delete_page
write · storefront:write
Internal onlyDelete a custom or collection page and matching nav items.
update_storefront_style
write · storefront:write
Internal onlyPatch colors, typography, header/footer, nav, logo, language, direction, storeName.
publish_storefront
write · storefront:write
Internal onlyMigrate + 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