Alegra MCP
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., "@Alegra MCPMuéstrame productos con stock bajo"
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.
🎯 Alegra MCP - Instalación Rápida
🚀 Opción 1: Instalación Automática (Recomendada)
Ejecuta el instalador y sigue las instrucciones:
python setup.pyEl instalador hará:
✅ Verificar Python y dependencias
✅ Instalar paquetes necesarios
✅ Configurar tus credenciales de Alegra
✅ Probar la conexión
✅ Configurar Claude Desktop automáticamente
Related MCP server: MCP VTEX Server
📝 Opción 2: Instalación Manual
Paso 1: Instalar dependencias
pip install -r requirements.txtPaso 2: Configurar credenciales
Crea un archivo .env con:
ALEGRA_EMAIL=tu-email@alegra.com
ALEGRA_TOKEN=tu-token-apiPaso 3: Probar
python test_alegra_mcp.pyPaso 4: Configurar Claude Desktop
Edita claude_desktop_config.json (ver ubicación abajo) y agrega:
{
"mcpServers": {
"alegra": {
"command": "python",
"args": ["/RUTA/COMPLETA/alegra_mcp_server.py"],
"env": {
"ALEGRA_EMAIL": "tu-email@alegra.com",
"ALEGRA_TOKEN": "tu-token-api"
}
}
}
}Ubicación de claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
🔐 Obtener Credenciales de Alegra
Configuración → API - Integraciones
Copia tu email y token API
✅ Verificar que funciona
Después de configurar, reinicia Claude Desktop y prueba:
"Busca productos en Alegra"
"¿Cuánto stock tengo del producto 123?"
"Muéstrame productos con stock bajo"
📚 Documentación
INSTALACION.md: Guía detallada paso a paso
QUICK_START.md: Ejemplos y casos de uso
README_ALEGRA_MCP.md: Documentación técnica completa
🆘 Problemas Comunes
"Authentication failed"
Verifica email y token en https://app.alegra.com
Revisa que no haya espacios extras
"Module not found"
pip install -r requirements.txt"No aparecen las herramientas en Claude"
Verifica la ruta absoluta en la configuración
Reinicia Claude Desktop completamente
🎉 ¡Listo!
Una vez instalado, podrás:
✅ Buscar productos con lenguaje natural
✅ Consultar inventario y stock
✅ Actualizar precios rápidamente
✅ Hacer consultas complejas sobre tu inventario
¿Necesitas ayuda? Lee INSTALACION.md para instrucciones detalladas.
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
- FlicenseBquality-maintenanceEnables AI assistants to interact with Inflow Inventory API for managing ingredients/products and inventory operations. Supports product creation, updates, search, and stock adjustments through natural language commands.9
- AlicenseBqualityDmaintenanceEnables complete VTEX e-commerce platform integration through natural language, allowing management of catalog, inventory, pricing, promotions, orders, marketplace operations, checkout, customer data, and payment configurations via AI conversations.84191MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with ECOUNT ERP through natural language, providing tools for products, inventory, sales, purchases, and more.23402MIT
- Alicense-qualityDmaintenanceEnables interaction with the SkuVault inventory management system API for product management, inventory control, warehouse operations, and analytics through natural language.1MIT
Related MCP Connectors
Manage your Jumpseller store with AI. Products, orders, customers, and more.
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
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/koutaxd2-dev/MCP-ALEGRA-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server