Official remote MCP server for Color Me Shop.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-pepabo-colormeshop-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Official remote MCP server for Color Me Shop.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Make HTTP requests and fetch web content
Read, write, and manage files on the local filesystem
MCP Security Weekly
Get CVE alerts and security updates for io.github.pepabo/colormeshop-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
日本語版 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.
https://agent.colorme.app/api/mcp
Transport: Streamable HTTP. Authentication: OAuth 2.0 with Dynamic Client Registration (handled automatically by supported clients).
Access is scoped via Color Me Shop OAuth with least-privilege permissions.
MCP server access is free on all Color Me Shop plans. Standard Color Me Shop subscription fees apply as usual.
Before connecting, install the "Color Me Shop AI Connector" app from the Color Me Shop App Store.
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.
Settings → Connectors → Add custom connector → enter:
https://agent.colorme.app/api/mcp
OAuth is handled automatically by Claude.
Add to .cursor/mcp.json:
{
"mcpServers": {
"colormeshop": {
"url": "https://agent.colorme.app/api/mcp"
}
}
}
codex mcp add colormeshop --url https://agent.colorme.app/api/mcp
See the Gemini CLI MCP server documentation for adding remote MCP servers.
For clients that only support stdio transport, use mcp-remote:
{
"mcpServers": {
"colormeshop": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://agent.colorme.app/api/mcp"]
}
}
}