streamable-httpupdated 4mo ago
The official remote Model Context Protocol (MCP) server for Color Me Shop โ a Japanese e-commerce platform operated by GMO Pepabo, Inc.
What can you do with Color Me Shop MCP Server?
Color Me Shop MCP Server
ๆฅๆฌ่ช็ README ใฏใใกใ / Japanese README
The official remote Model Context Protocol (MCP) server for Color Me Shop โ a Japanese e-commerce platform operated by GMO Pepabo, Inc.
Run your online store through natural conversation with AI. "Show me today's unprocessed orders" or "List products with 5 or fewer in stock" โ delegate your shop operations to Claude and other MCP-capable AI tools.
Endpoint
https://agent.colorme.app/api/mcp
Transport: Streamable HTTP. Authentication: OAuth 2.1 with Dynamic Client Registration (handled automatically by supported clients).
Features
- Order management โ list and search orders (by date, customer, payment status), update, cancel, view sales statistics, send order emails, and generate payment URLs
- Product management โ list and search products, register, update, manage inventory/categories/groups, configure featured products
- Customer management โ list and search customers, register, update, award points, manage membership ranks
- Coupon management โ create, update, and delete coupons
- Shop settings โ inspect delivery methods, payment methods, gift settings, and product reviews
Access is scoped via Color Me Shop OAuth with least-privilege permissions.
Pricing
MCP server access is free on all Color Me Shop plans. Standard Color Me Shop subscription fees apply as usual.
Quick Start
Before connecting, install the "Color Me Shop AI Connector" app from the Color Me Shop App Store.
Claude Code
claude mcp add --transport http colormeshop https://agent.colorme.app/api/mcp
Then run /mcp inside Claude Code and select Authenticate to complete the OAuth flow.
Claude Desktop / claude.ai
Settings โ Connectors โ Add custom connector โ enter:
https://agent.colorme.app/api/mcp
OAuth is handled automatically by Claude.
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"colormeshop": {
"url": "https://agent.colorme.app/api/mcp"
}
}
}
OpenAI Codex CLI
codex mcp add colormeshop --url https://agent.colorme.app/api/mcp
Gemini CLI
See the Gemini CLI MCP server documentation for adding remote MCP servers.
Local stdio bridge (advanced)
For clients that only support stdio transport, use mcp-remote:
{
"mcpServers": {
"colormeshop": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://agent.colorme.app/api/mcp"]
}
}
}
Documentation
Requirements
- A Color Me Shop account
- The "Color Me Shop AI Connector" app installed from the App Store
- An MCP-compatible client (Claude Desktop, Claude Code, Cursor, OpenAI Codex CLI, Gemini CLI, etc.)
Support
- For service-related inquiries: Color Me Shop contact
- For issues with this repository: please open a GitHub Issue
Install
Add Color Me Shop MCP Server to your client. Pick the one you use.
claude mcp add --transport http color-me-shop-mcp-server https://agent.colorme.app/api/mcpcodex mcp add color-me-shop-mcp-server --url https://agent.colorme.app/api/mcp{
"mcpServers": {
"color-me-shop-mcp-server": {
"url": "https://agent.colorme.app/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"color-me-shop-mcp-server": {
"type": "http",
"url": "https://agent.colorme.app/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"color-me-shop-mcp-server": {
"url": "https://agent.colorme.app/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"color-me-shop-mcp-server": {
"serverUrl": "https://agent.colorme.app/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 133 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Apr 21, 2026 |