Production-ready PrestaShop module that exposes Model Context Protocol (MCP) tools to provide real-time commerce analytics to AI agents. Sales tracking, tax declarations, stock alerts and profitability metrics—all accessible in natural language.
# User prompt:
"Give me a sales overview for the last 30 days"
# AI Agent calls:
sales_analytics_dashboard()
{
"total_orders": 1,247,
"revenue": €89,432.50,
"avg_cart": €71.72
}