office-supply-mcp-server

office-supply-mcp-server

3.1

If you are the rightful owner of office-supply-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Office Supplies Inventory NANDA Service using MCP Server + NANDA Registry + NANDA host client.

This project implements a NANDA service using MCP server code that serves office inventory data from a CSV file. It provides tools that allow AI assistants to get a list of all available items in the inventory and retrieve detailed information about specific items by name. The service is designed to be deployed on a cloud-hosted server and accessed via a web-based NANDA host client, eliminating the need for a local server installation. The framework can be used to deploy a consumer-facing web app for any standard inventory. The server is built using Python and requires dependencies listed in a `requirements.txt` file. The main server implementation is contained in `officesupply.py`, and the inventory data is stored in `inventory.csv`. The project includes scripts for setting up the environment and running the server, and it supports deployment to AWS AppRunner.

Features

  • Provides a list of all available items in the inventory.
  • Retrieves detailed information about specific items by name.
  • Cloud-hosted server with no need for local installation.
  • Deployable consumer-facing web app for standard inventory.
  • Integration with NANDA Registry and NANDA host client.