Labsco
MCP SERVER

Color Me Shop

by pepabo

Run a Color Me Shop storefront by conversation — orders, stock, customers and coupons, over the official remote server.

E-commerce & Marketplace Operations
Summary
The install step that trips people is in the dashboard, not the config file.

Connecting takes one command because OAuth is handled by the client, but nothing works until the AI Connector app is installed on the shop itself — that is the gate, and it is easy to skip when reading a config snippet. Once it is on, the useful property is scope: OAuth grants least-privilege permissions, so an assistant reading orders does not automatically get the ability to change settings.

What it is

The official remote MCP server for Color Me Shop, the Japanese e-commerce platform run by GMO Pepabo. It is hosted, so there is nothing to install: the client connects over Streamable HTTP and authorises with OAuth, then shop operations become questions like 'show me today's unprocessed orders'.

What you get
  • Order work — list and search orders by date, customer or payment status, update or cancel them, read sales statistics, send order emails and generate payment URLs
  • Product work — list and search products, register and update them, manage inventory, categories and groups, and configure featured products
  • Customer work — list and search customers, register and update records, award points, manage membership ranks
  • Coupons — create, update and delete them
  • Shop settings you can inspect rather than change: delivery methods, payment methods, gift settings and product reviews
  • Access scoped through Color Me Shop OAuth with least-privilege permissions
Requirements

A Color Me Shop account, and the 'Color Me Shop AI Connector' app installed from the Color Me Shop App Store before you connect. The endpoint is `https://agent.colorme.app/api/mcp` over Streamable HTTP, with OAuth 2.1 and Dynamic Client Registration handled automatically by supported clients — `claude mcp add --transport http` then `/mcp` to authenticate is the whole setup. Clients that only speak stdio can bridge through `mcp-remote`. MCP access is free on all plans; the usual subscription still applies.

Setup effort

One command — claude mcp add --transport http colormeshop https://agent.colorme.app/api/mcp