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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables comprehensive product management for e-commerce with CRUD operations, AI-powered product description generation, inventory tracking, and MySQL database integration.121MIT
- Alicense-qualityDmaintenanceEnables management of retail e-commerce products with CRUD operations, AI-powered product description generation, and inventory tracking through SQLite database integration.MIT
- Flicense-qualityDmaintenanceManages inventory operations using Supabase/PostgreSQL database, enabling users to add, remove, check stock levels, and list inventory items across multiple locations.
- Flicense-qualityDmaintenanceEnables SQLite database interactions including querying, updating, and schema management through structured tools.3
Related MCP Connectors
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events.
The stock market, in SQL — scan, replay, or subscribe across ~12k US tickers and top 100 cryptos.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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