关于
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.
主要功能
- 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.
使用案例
- Enabling Claude to access and process store data.
- Integrating customer and order information into AI applications.
- Building tools for customer service and support.