Labsco
MCP SERVER

LaunchMyStore Universal Agent Skill

by LaunchMyStore

Run a LaunchMyStore storefront from the conversation — products, orders, customers, themes, analytics — on one merchant token.

E-commerce & Marketplace Operations
Summary
A store's whole admin surface, reachable in one sentence.

This is not a read-only reporting connector: the same token that lists your orders can refund one, rewrite a product description, edit a theme file or open a POS shift, so the scopes you choose when you mint it are the real boundary. The skill exists so an assistant picks the right surface for what you asked — the CLI for scaffolding an app, Functions for a discount rule, MCP for anything touching live store data.

What it is

Two things in one repository. The skill is an intent router: you describe what you want and it loads the matching reference — the `lms` CLI, the App Bridge admin SDK, the six WASM Function types, Aqua theme authoring, or the merchant MCP server. The MCP server is LaunchMyStore's own and hosted, reached over SSE with a merchant bearer token, and it is where the 130-plus tools that actually operate a store live. The skill follows the SKILL.md standard, so the same files work in Claude Code, Claude.ai, the Claude API, Codex, Cursor, Gemini CLI and other hosts that read it.

What you get
  • Products created, updated and exported, with variants, options and metafields, descriptions generated, copy rewritten for SEO, and a listing built from a product image
  • Orders read, created by hand, updated and refunded, including the abandoned ones
  • Customers, wallet credit and credit history, newsletter subscribers and contact exports
  • Catalog content — categories, blogs, pages, FAQs, policies, menus and snippets
  • Themes: sections and blocks listed, created, reordered and configured, and theme files read and written directly
  • Analytics for sales, products, traffic and the dashboard, plus a nightly briefing, review summaries and a conversational query over your own numbers
  • Store settings: shipping zones, taxes, payment providers, checkout, warehouses, webhooks, staff and store details
  • POS shifts, selling plans and subscriptions, coupons, and work scheduled for later approval
  • Marketplace and developer apps installed, created, versioned and submitted for review, with their functions uploaded and tested
Requirements

A LaunchMyStore merchant account. The MCP server is hosted at api.launchmystore.io and takes a long-lived bearer token that you mint from a merchant session, with the read and write scopes you choose at that moment. It speaks the SSE flavour of MCP, so the client entry is an `sse` type pointed at `/mcp/sse` rather than `/mcp` — the project names that as the usual misconfiguration. The skill files themselves are MIT and need no account to read.

Setup effort

One command — npm install -g @launchmystore/claude-skill