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.
主な機能
010 GitHub stars
02Searches for customers by name.
03Defines data models for Customer, Order, and Product.
04Retrieves all orders for a specific customer.
05Retrieves a list of all customers.
ユースケース
01Enabling Claude to access and process store data.
02Integrating customer and order information into AI applications.
03Building tools for customer service and support.