MCP Inventory
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP InventoryShow me the total value of my inventory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🗃️ MCP Inventory — Servidor MCP para Gestión de Inventario
Proyecto desarrollado para el curso Computación Cognitiva para Big Data.
Implementa un servidor MCP en Python que expone operaciones CRUD y consultas analíticas sobre una base de datos SQLite de inventario.
📋 Requisitos
Herramienta | Versión mínima |
Python | 3.8+ |
SQLite3 | Incluido en Python |
fastmcp | última |
Related MCP server: MCP E-commerce Server
🚀 Instalación
# 1. Clonar el repositorio
git clone https://github.com/<tu-usuario>/mcp_inventory.git
cd mcp_inventory
# 2. Crear y activar entorno virtual (recomendado)
python -m venv venv
source venv/bin/activate # Linux / macOS
venv\Scripts\activate # Windows
# 3. Instalar dependencias
pip install -r requirements.txt▶️ Ejecución
python server.pyEl servidor MCP quedará disponible para que un cliente (p. ej. Claude Desktop) lo consuma a través del protocolo MCP.
🛠️ Herramientas disponibles
CRUD
Herramienta | Descripción |
| Agrega un nuevo producto al inventario |
| Busca un producto por su |
| Modifica la cantidad de un producto |
| Elimina un producto por su |
| Lista todos los productos |
Analíticas
Herramienta | Descripción |
| Suma |
| Lista productos con cantidad = 0 |
| Producto con el precio unitario más alto |
| Total, promedios y valor total del inventario |
📁 Estructura del proyecto
mcp_inventory/
├── server.py # Servidor MCP con todas las herramientas
├── database.py # Inicialización de la base de datos SQLite
├── requirements.txt # Dependencias del proyecto
├── README.md # Este archivo
└── inventory.db # Base de datos (generada automáticamente)🧪 Pruebas sugeridas
Desde un cliente MCP conectado al servidor, ejecutar:
Crear cinco productos de distintas categorías.
Consultar un producto por id.
Actualizar la cantidad de un producto.
Eliminar un producto.
Listar todos los productos.
Calcular el valor total del inventario.
Consultar productos agotados.
Identificar el producto más costoso.
Ver estadísticas generales del inventario.
📄 Licencia
MIT — libre uso académico.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/David-Felipe-Trejos/mcp_inventory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server