Shopify AI Ops Agent
🛍️ Agente de Operaciones de IA para Shopify
Un agente autónomo de operaciones de comercio electrónico de nivel de producción construido con LangGraph v1, Model Context Protocol (MCP 2026-07-28), FastAPI, PostgreSQL + pgvector, Redis, OpenTelemetry y una estricta gobernanza de riesgos con Human-in-the-Loop (HITL).
📖 Documentación Técnica Completa
Para una arquitectura en profundidad, terminologías y Registros de Decisiones Arquitectónicas (ADR) escritos en ASD-STE100 (Inglés Técnico Simplificado), consulta:
👉 DOCUMENTATION.md
Descarga el PDF de presentación visual:
👉 architecture_diagram.pdf (o en http://localhost:8000/architecture.pdf)
🏗️ Invariantes Arquitectónicos Centrales
Puerta de Riesgo y Política Pre-Ejecución: Las eliminaciones destructivas, los presupuestos financieros y las comunicaciones salientes activan una interrupción de LangGraph (
interrupt_before) que requiere aprobación humana.Capa de Herramientas MCP Desacoplada: Todas las capacidades de negocio se empaquetan como 5 servidores de herramientas MCP sin estado (
Shopify,Analytics,Meta Ads,Communications,Trend Intelligence).Analítica de Negocio Determinista: Las métricas financieras se calculan mediante rutinas SQL deterministas, eliminando las alucinaciones aritméticas del LLM.
Sensores Anti-Victoria-Prematura: El agente vuelve a consultar el estado en vivo para verificar matemáticamente que las mutaciones ocurrieron antes de informar la finalización.
Evaluaciones y Trazabilidad Shift-Left: 28 suites de pruebas automatizadas pytest, un benchmark de evaluación dorado de 17 casos y una auditoría independiente del Agente Crítico (Puntuación: 98.5/100, Calificación: A+).
📁 Estructura del Repositorio
shopify-ai-ops-agent/
├── DOCUMENTATION.md # Full technical documentation (ASD-STE100)
├── architecture_diagram.pdf # 2-slide landscape architecture diagram
├── docker-compose.yml # Postgres (pgvector) + Redis + Jaeger + API
├── pyproject.toml # Dependencies & packaging
├── app/
│ ├── api/ # FastAPI routes (agent, approvals, health)
│ ├── agent/ # LangGraph state machine & specialized nodes
│ ├── mcp_servers/ # 5 Stateless MCP tool servers
│ ├── core/ # Security (HMAC-SHA256), Idempotency, Database
│ ├── rag/ # Hybrid Vector + BM25 search & brand guidelines
│ ├── static/ # Executive SaaS Cockpit UI & Command Palette
│ └── evals/ # Golden datasets & Critic Agent audit
└── tests/ # 28 automated unit, safety, and integration tests🚀 Inicio Rápido y Configuración
1. Desarrollo Local
# Install dependencies
pip install -r requirements.txt
# Start the application server & dashboard
python -m uvicorn app.api.main:app --reload --port 8000Panel de Control:
http://localhost:8000/(PresionaCtrl + Kpara la Paleta de Comandos)Documentación Interactiva de la API:
http://localhost:8000/docsPDF de Arquitectura:
http://localhost:8000/architecture.pdf
🧪 Verificación y Evaluaciones
# Run full automated test suite (28 tests)
python -m pytest tests/ -v
# Run independent Critic Agent technical audit
python -m app.evals.judge_agentThis 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
Get recommended by Amazon's AI. Hosted MCP server for Amazon listing compliance & generation.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Connect e-commerce and marketing data to AI assistants via MCP.
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/Thebeardedambivert/shopify-ai-ops-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server