The Mock E-commerce Server provides a robust, general-purpose backend built with Java, Spring Boot, and Spring AI, designed specifically to integrate with AI chatbots. It offers a complete e-commerce ecosystem, covering everything from product search and cart management to checkout, payment, order fulfillment, and customer support. By exposing 28 Model Context Protocol (MCP) tools over HTTP/SSE, it enables AI clients like Claude, GPT, or Gemini to discover and invoke complex e-commerce operations across five major product categories: Grocery, Fashion, Electronics, Beauty, and Home, all while generating mock data on demand for frictionless development and testing.
主要功能
01Exposes 28 Model Context Protocol (MCP) tools for a full e-commerce lifecycle
02Supports 5 product categories: Grocery, Fashion, Electronics, Beauty, Home
030 GitHub stars
04Generates mock product data on-demand for frictionless testing
05Implements session-based authentication via phone number and platform secret
06Utilizes Server-Sent Events (SSE) for real-time tool invocation by AI clients