Office Supplies Inventory NANDA Service using MCP Server + NANDA Registry + NANDA host client
@phoenix-kd
What is the Office Supplies Inventory NANDA Service?
The Office Supplies Inventory NANDA Service is a demo project that implements a Model Context Protocol (MCP) server to provide information about office supplies inventory. It allows AI assistants to query and retrieve inventory data using a cloud-hosted server.
How to use the Office Supplies Inventory NANDA Service?
To use the service, deploy the server using the provided scripts, and then connect to it using a web-based NANDA host client. Users can query the inventory by sending requests to the server.
Key features of the Office Supplies Inventory NANDA Service?
- Provides a list of all available items in the inventory.
- Allows retrieval of detailed information about specific items by name.
- Supports cloud deployment, eliminating the need for local server installation.
Use cases of the Office Supplies Inventory NANDA Service?
- AI assistants can retrieve office supply information for users.
- Businesses can deploy a consumer-facing web app for inventory management.
- Educational institutions can use it for teaching inventory management concepts.
FAQ from the Office Supplies Inventory NANDA Service?
-
What technologies are required to run the service?
Python 3.9 or higher and the dependencies listed in
requirements.txtare required. -
Can I deploy this service on cloud platforms?
Yes, the service can be deployed on AWS AppRunner or similar cloud platforms.
-
How do I test the service locally?
After setting up the environment, run the server using
python officesupply.pyand access it athttp://localhost:8080.