Provides access to customer and order data from a store API using the Model Context Protocol.
This project implements a Model Context Protocol server that enables interaction with a store's customer and order data. It offers tools for retrieving customer lists, searching for customers by name, and fetching all orders associated with a specific customer. The server is designed to be used with Claude and assumes a local API server providing the customer and order data.