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: Inventory MCP 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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Manage a Foundry IMS catalog: products, variants, BOMs, plus invoices read from supplier docs.
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
Inventory management for small organizations: search, assign, report, order, set up by chat.
Personal finance tracker — log transactions, view summaries, and browse a dashboard
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables management of retail e-commerce products with CRUD operations, AI-powered product description generation, and inventory tracking through SQLite database integration.MIT
- FlicenseNot gradedqualityDmaintenanceManages inventory operations using Supabase/PostgreSQL database, enabling users to add, remove, check stock levels, and list inventory items across multiple locations.-
- FlicenseNot gradedqualityDmaintenanceAn MCP server for managing product inventory with SQLite, enabling CRUD operations and statistical queries such as total value, out-of-stock items, and most expensive product.-
- FlicenseNot gradedqualityDmaintenanceA Python-based MCP server that manages a product inventory using SQLite, allowing CRUD operations and analytic queries such as total value, out-of-stock products, and most expensive product.-
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