mcp-demo-server

mcp-demo-server

3.2

If you are the rightful owner of mcp-demo-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides product review data and search functionality.

The MCP Product Reviews Server is designed to facilitate the retrieval and searching of product review data. It exposes a list of products as resources and provides tools for searching reviews by product ID, rating, and keywords. The server is built using a mock API based on AWS Lambda functions, which are located in the `/product-api/functions/` directory. It is designed to be used with CLINE as an SSE server, allowing for seamless integration and communication between the MCP Client and Server. The server can be run directly or through the MCP CLI, and it supports both local and remote deployment options. The project uses 'uv' for dependency management, ensuring that all necessary packages are installed and up-to-date.

Features

  • Exposes product list as resources
  • Provides tools for searching reviews by product ID, rating, and keywords
  • Mock API based on AWS Lambda functions
  • Designed to be used with CLINE as an SSE server

Tools

  1. get_products

    Get a list of all available products

  2. get_product_reviews

    Get reviews for specific products

  3. search_reviews_by_rating

    Search for comments with the lowest rating

  4. search_reviews_by_keyword

    Search for comments containing specific keywords