Skip to main content
Glama

E-commerce MCP Server

E-commerce Chatbot with MCP Server (Model Context Protocol)

This project refactors your existing LangChain + FAISS vector database e-commerce chatbot to use MCP (Model Context Protocol) server for real-time product data access.

Key Changes

Removed:

  • FAISS vector database and embeddings
  • Static JSON file loading
  • Vector similarity search

Added:

  • MCP Server for MongoDB integration
  • Real-time product queries
  • Structured database operations
  • MongoDB text search indexing

Features

  • Real-time Data: Always up-to-date product information
  • Structured Queries: Price range, category filtering
  • Product Recommendations: Based on category and price similarity
  • Text Input: Supports text queries
  • Session Management: Maintains conversation context
  • Coreference Resolution: Handles pronouns and references

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables in .env
  2. Start MongoDB:
docker-compose up mongodb -d
  1. Run the application:
uvicorn main:app --reload

API Endpoints

  • POST /api/v1/chat/ - Text-based chat

Benefits of MCP Integration

  1. Real-time Inventory: Always current stock levels
  2. Complex Queries: Price ranges, category filters
  3. Better Performance: Optimized database queries
  4. Scalability: Direct MongoDB connection
  5. Flexibility: Easy to extend with new query types

The MCP server provides a clean abstraction layer between your LLM and database, enabling more sophisticated product queries while maintaining the conversational interface your users expect.

-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol server that provides real-time access to MongoDB product data, enabling sophisticated e-commerce queries with price range filters, category searching, and product recommendations through a conversational interface.

  1. Key Changes
    1. Removed:
    2. Added:
  2. Features
    1. Setup
      1. API Endpoints
        1. Benefits of MCP Integration

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides access to MongoDB databases. This server enables LLMs to inspect collection schemas and execute read-only queries.
            Last updated -
            8
            817
            217
            TypeScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.
            Last updated -
            8
            10
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.
            Last updated -
            340
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.
            Last updated -
            340
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Noyonchandrasaha/MCP-E-commerce-Chatbot'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server