{
  "status": "ok",
  "server": "Seven Hills Operations MCP",
  "version": "2.1.0",
  "mcp_endpoint": "/mcp",
  "data_profile": {
    "stores": 25,
    "skus": 250,
    "inventory_rows": 6250,
    "customers": 1000,
    "sales_orders": 10000,
    "suppliers": 15,
    "purchase_orders": 300,
    "employees": 80,
    "promotions": 10,
    "sales_history": "2025-09-04 to 2026-09-04",
    "currency": "EUR"
  },
  "tools": [
    "get_stores",
    "get_products",
    "get_inventory",
    "get_sales",
    "get_suppliers",
    "get_purchase_orders",
    "get_promotions",
    "get_employees",
    "get_customers",
    "get_sales_summary",
    "get_top_products",
    "get_inventory_valuation",
    "get_customer_insights",
    "get_test_customer"
  ]
}