AI Boutique Assistant
Exposes an online boutique's microservices through a standardized Model Context Protocol (MCP) server, enabling AI assistants and LLMs to interact with e-commerce functionalities.
About
The AI Boutique Assistant MCP Server provides a standardized interface for an online boutique's extensive suite of 18 microservices, covering products, cart management, checkout, payments, and shipping. Built with Google's Agent Development Kit (ADK) patterns, this server allows any MCP-compatible client, including large language models (LLMs) like Gemini, Claude, or ChatGPT, to seamlessly access and orchestrate complete e-commerce functionality. It supports both HTTP and Stdio modes for flexible integration, features dynamic environment variable-based configuration, and includes robust logging and error handling, making it production-ready for AI-driven e-commerce applications.
Key Features
- Complete E-commerce: 18 microservice functions for products, cart, checkout, payments, shipping
- Standard MCP Protocol: Works with any MCP client (Claude, ChatGPT, custom tools)
- Google ADK Integration: Built using Google Agent Development Kit patterns
- Dynamic Configuration: Environment variable based configuration
- Production Ready: Comprehensive logging and error handling
- 0 GitHub stars
Use Cases
- Provide unified API gateway access to distributed e-commerce services
- Facilitate testing and integration of e-commerce workflows with a standard protocol
- Connect any LLM to e-commerce microservices for AI agents