Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ›’ E-Commerce
  3. Colormeshop MCP
Colormeshop MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 4:45:38 PM

Colormeshop MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
e-commerceordersinventorycustomerscoupons

Manage Color Me Shop orders, products, customers, coupons, inventory, and settings through an OAuth-authenticated MCP connection.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pepabo-colormeshop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent.colorme.app/api/mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ›’ More in E-Commerce

Overview

pepabo/colormeshop-mcp MCP server connects MCP-compatible AI clients to Color Me Shop through a hosted Streamable HTTP endpoint. It supports store operations including order handling, product and inventory management, customer records, coupons, and shop settings. OAuth 2.1 with Dynamic Client Registration handles authentication, while access is limited by Color Me Shop permissions. Use it when an agent needs to inspect or update a Color Me Shop store through natural-language requests.

Use cases

β€’Review unprocessed orders by date or payment status
β€’Update products and monitor low inventory
β€’Manage customer records, points, and membership ranks
β€’Create and maintain store coupons
β€’Inspect delivery and payment settings

Key features

β€’Order search, updates, cancellations, and payment URLs
β€’Product, inventory, category, and featured-product management
β€’Customer records, points, and membership ranks
β€’Coupon creation, updates, and deletion
β€’Shop settings and product review inspection
β€’OAuth 2.1 with scoped permissions

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Colormeshop MCP.

Extracted Tool Capabilities
Order search, updates, cancellations, and payment URLs
Product, inventory, category, and featured-product management
Customer records, points, and membership ranks
Coupon creation, updates, and deletion
Shop settings and product review inspection
OAuth 2.1 with scoped permissions

How Colormeshop MCP works

What pepabo/colormeshop-mcp MCP server does

pepabo/colormeshop-mcp MCP server provides an MCP interface for Color Me Shop, a Japanese e-commerce platform operated by GMO Pepabo. It connects AI clients to store-management functions through a hosted service rather than requiring the repository to run locally.

The supported areas include:

  • Orders: list and search orders using conditions such as date, customer, or payment status; update or cancel orders; view sales statistics; send order emails; and create payment URLs.
  • Products: list and search products, register or update them, manage inventory, and organize categories and groups. Featured-product configuration is also supported.
  • Customers: list and search customer records, register and update customers, award points, and manage membership ranks.
  • Coupons: create, update, and delete coupons.
  • Shop settings: inspect delivery methods, payment methods, gift settings, and product reviews.

How it works

The service is available at https://agent.colorme.app/api/mcp over Streamable HTTP. An MCP-compatible client connects to that endpoint and exposes the available Color Me Shop operations to an AI assistant. Requests can be expressed as natural-language tasks, such as finding unprocessed orders or identifying products below a stock threshold, subject to the permissions granted to the connection.

Authentication uses OAuth 2.1 and Dynamic Client Registration. Supported clients handle registration and the authorization flow during setup. Access is scoped through Color Me Shop OAuth permissions, which follows a least-privilege model rather than granting unrestricted store access.

Setup and configuration

A Color Me Shop account is required, along with the β€œColor Me Shop AI Connector” app installed from the Color Me Shop App Store. After installation, add the remote endpoint to an MCP client and complete the OAuth authorization process.

Claude Code can register the endpoint with its HTTP transport. Claude Desktop and claude.ai accept the same URL as a custom connector. Cursor can use a remote server entry in .cursor/mcp.json. OpenAI Codex CLI and Gemini CLI also support remote MCP server configuration according to their respective client instructions.

Clients that only support stdio can use an external mcp-remote bridge, but that bridge is not the Color Me Shop service itself. The hosted endpoint remains the target MCP server.

Tools and capabilities

pepabo/colormeshop-mcp MCP server is intended for operational work in an existing Color Me Shop shop. Typical tasks include reviewing current orders, changing order state, checking stock, editing product information, maintaining customer data, administering coupons, and inspecting store configuration.

The connector is useful when the desired workflow combines search and mutation. For example, an agent can locate records using supported filters and then perform an update or cancellation when the authorized account permits that action. Exact available actions depend on the Color Me Shop OAuth scope assigned during authentication.

Limitations and notes

The service requires a Color Me Shop account and the AI Connector app; connecting an MCP client alone is not sufficient. Standard Color Me Shop subscription charges continue to apply, although access to the MCP server is free across Color Me Shop plans.

This listing documents a remote service, not a local standalone implementation. The repository’s setup instructions identify the hosted endpoint and client configuration methods rather than a package that must be installed and executed locally. Service-related questions should go to Color Me Shop support, while repository-specific problems can be reported through GitHub Issues.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in E-Commerce View all alternatives
  • Agent Central MCP logoAgent Central MCP

    Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, and other AI clients, exposing inventory, orders, catalog, finance, fulfillment, and advertising data through a remote MCP endpoint.

    πŸ›’ E-Commerce4 views
    Compare vs Agent Central MCP β†’
  • Woocommerce MCP logoWoocommerce MCP

    Read-only MCP server for WordPress + WooCommerce. Five tools over the existing WP/WooCommerce REST APIs: list/search products, product details, recent orders, sales reports (week/month/lastmonth/year), and public blog-post search. No writes, no store-side plugin to install. Built by WPPoland. Install: git clone + npm run build.

    πŸ›’ E-Commerce4 views
    Compare vs Woocommerce MCP β†’
  • MCP Server logoMCP Server

    AI agent service marketplace with x402 micropayments (USDC on Base). 30 tools for browsing services, purchasing, managing conversation threads, listing services as a provider, handling subscriptions, and tracking earnings. Install via npx -y @the402/mcp-server.

    πŸ›’ E-Commerce2 views
    Compare vs MCP Server β†’
  • MCP Cn Commerce logoMCP Cn Commerce

    Read-only merchant data connector for 8 Chinese e-commerce platforms β€” Tmall/Taobao, JD.com, Pinduoduo, Douyin Shop + Qianchuan ads, Kuaishou, Xiaohongshu, and WeChat Store. Orders, products, after-sales, inventory, and ad reports for AI agents. Published on the official MCP Registry. Install via pip install mcp-cn-commerce.

    πŸ›’ E-Commerce8 views
    Compare vs MCP Cn Commerce β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Colormeshop MCP

Use the hosted endpoint at https://agent.colorme.app/api/mcp; install the Color Me Shop AI Connector app first, then add the endpoint to an MCP-compatible client.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewColormeshop MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pepabo-colormeshop-mcp?style=directory)](https://allmcps.com/mcp/pepabo-colormeshop-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/pepabo-colormeshop-mcp"><img src="https://allmcps.com/api/badge/pepabo-colormeshop-mcp?style=directory" alt="Colormeshop MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ›’E-Commerce
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthOAuth
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
9/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 4, 2026
49Quality signal: Fair Β· 49/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ›’ E-Commerce β†’Best MCP servers for E-Commerce β†’Alternatives to Colormeshop MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code