mcp-store

mcp-store

3.2

If you are the rightful owner of mcp-store 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@mcpreview.com.

A Model Context Protocol (MCP) server for retrieving customer and order information from a store API.

The MCP Store project implements a Model Context Protocol server that facilitates interaction with a store's customer and order data. It provides functionalities to retrieve a list of all customers, search for customers by name, and fetch all orders associated with a specific customer. The server is designed to work with a local API server running on http://localhost:3000, which supplies the necessary customer and order data. The project requires Node.js for installation and operation. Users can clone the repository, install dependencies, and build the project to start using the MCP server. The server supports various data models, including Customer, Order, and Product, each with specific attributes to manage store data effectively.

Features

  • Retrieve a list of all customers in the store database.
  • Search for customers by name and return matching results.
  • Fetch all orders placed by a specific customer.

Tools

  1. get-all-customers

    Return to the list of all customers in the store database

  2. get-customer-by-name

    Search for customers by name and return all matching results

  3. get-all-orders-by-customer

    Search all orders for a specific customer