Color Me Shop
OfficialColor 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/mcpTransport: Streamable HTTP. Authentication: OAuth 2.1 with Dynamic Client Registration (handled automatically by supported clients).
Related MCP server: mcp-server-woocommerce
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/mcpThen 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/mcpOAuth 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/mcpGemini 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceThe official remote Model Context Protocol (MCP) server for Muumuu Domain — a domain registration service operated by GMO Pepabo, Inc. Search and register domains, manage owned domains and contracts, and configure DNS records — all through natural language conversations with AI assistants.111MIT
- AlicenseAqualityCmaintenanceMCP server for managing WooCommerce stores through AI assistants like Claude. Provides 101 tools covering products, orders, customers, coupons, shipping, taxes, webhooks, settings, reports, and more.1001001MIT
- AlicenseAqualityCmaintenanceThe first MCP server for the wafle commerce platform. It enables Claude, agents, and MCP-compatible clients to manage stores, products, orders, pricing, gateways, and more through natural language.100MIT
- AlicenseCqualityCmaintenanceMCP Server for the LINE Shopping API, enabling AI agents and tools to interact with LINE Shopping data and operations via the Model Context Protocol.2223MIT
Related MCP Connectors
Official remote MCP server for SUZURI.
Official remote MCP server for Lolipop Rental Server by GMO Pepabo.
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pepabo/colormeshop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server