๐๏ธ MCP - MCP for Commerce Platforms - Universal E-commerce Customer Support Assistant
@slavpilus
About ๐๏ธ MCP - MCP for Commerce Platforms - Universal E-commerce Customer Support Assistant
MCP for Commerce Platforms
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-slavpilus": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ๐๏ธ MCP - MCP for Commerce Platforms - Universal E-commerce Customer Support Assistant?
It is a platform-agnostic customer support assistant that connects to any e-commerce platform through pluggable strategies, using the MCP (Model Context Protocol) server and Gradio for the user interface. It is built for developers and support teams who need a single conversational interface to manage orders, returns, and cancellations across multiple eโcommerce backends.
How to use ๐๏ธ MCP - MCP for Commerce Platforms - Universal E-commerce Customer Support Assistant?
Clone the repository, run the setup script (scripts/setup_dev.sh) or manually create a virtual environment, install dependencies from requirements-dev.txt, copy .env.example to .env and configure it, then run python app.py. The application will be available at http://localhost:7860.
Key features of ๐๏ธ MCP - MCP for Commerce Platforms - Universal E-commerce Customer Support Assistant
- Order management: track orders, check status, view history
- Returns and refunds: initiate returns, process refunds
- Order cancellations: quick and easy cancellations
- Conversational interface using natural language
- Platform-agnostic, extensible via a strategy pattern
- Autoโdeployment to Hugging Face Spaces
Use cases of ๐๏ธ MCP - MCP for Commerce Platforms - Universal E-commerce Customer Support Assistant
- A single customerโfacing chat that handles orders from Shopify, Magento, WooCommerce, and other platforms
- Integrating a conversational support assistant into an existing multiโplatform eโcommerce operation
- Rapidly prototyping customer support for a new eโcommerce store using mock data
- Deploying a selfโhosted support assistant to Hugging Face Spaces for internal testing
FAQ from ๐๏ธ MCP - MCP for Commerce Platforms - Universal E-commerce Customer Support Assistant
Which eโcommerce platforms are supported out of the box?
The README lists MockData, Shopify, Magento, and WooCommerce as platform strategies, and the architecture is extensible to any platform via the strategy interface.
What are the runtime requirements?
Python 3.10 or higher, Git, and a virtual environment tool (venv) are required. All dependencies are listed in requirements-dev.txt.
How do I run the application locally after installation?
Execute python app.py from the project root. The Gradio interface will be available at http://localhost:7860.
How can I deploy the assistant to production?
The project is configured for automatic deployment to Hugging Face Spaces via GitHub Actions on pushes to the main branch, or manual deployment by adding the Spaces remote and pushing.
How do I add support for a new eโcommerce platform?
Create a new strategy class in mcp_server/strategies/ that inherits from EcommerceStrategy, implement the required methods, add tests, and update the strategy factory.
More AI & Agents MCP servers
Web Agent Protocol
OTA-Tech-AI๐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
ๆฌข่ฟๆฅๅฐ ๆบ่จๅนณๅฐ
Shy2593666979AgentChat ๆฏไธไธชๅบไบ LLM ็ๆบ่ฝไฝไบคๆตๅนณๅฐ๏ผๅ ็ฝฎ้ป่ฎค Agent ๅนถๆฏๆ็จๆท่ชๅฎไน Agentใ้่ฟๅค่ฝฎๅฏน่ฏๅไปปๅกๅไฝ๏ผAgent ๅฏไปฅ็่งฃๅนถๅๅฉๅฎๆๅคๆไปปๅกใ้กน็ฎ้ๆ LangChainใFunction CallใMCP ๅ่ฎฎใRAGใMemoryใHITLใSkillใMilvus ๅ ElasticSearch ็ญๆๆฏ๏ผๅฎ็ฐ้ซๆ็็ฅ่ฏๆฃ็ดขไธๅทฅๅ ท่ฐ็จ๏ผไฝฟ็จ FastAPI ๆๅปบ้ซๆง่ฝๅ็ซฏๆๅกใ
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Comments