colormeshop-mcp
Official remote MCP server for Color Me Shop
Documentation
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/mcpTransport: 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/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
Frequently asked questions
What is colormeshop-mcp?
colormeshop-mcp is Official remote MCP server for Color Me Shop
How do I install colormeshop-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is colormeshop-mcp open source?
Yes — it is hosted on GitHub at https://github.com/pepabo/colormeshop-mcp and has 1 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
👾 Open Computer Use – Open-Source Alternative to Codex Computer Use
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Give your AI agent eyes for PDFs — structured text, tables, OCR, visual evidence, and page-level citations via MCP. Native Rust, local-first.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP