Store
byn0119566
0Provides access to customer and order data from a store API using the Model Context Protocol.
Acerca de
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.
Características Principales
- 0 GitHub stars
- Searches for customers by name.
- Defines data models for Customer, Order, and Product.
- Retrieves all orders for a specific customer.
- Retrieves a list of all customers.
Casos de Uso
- Enabling Claude to access and process store data.
- Integrating customer and order information into AI applications.
- Building tools for customer service and support.