{
  "name": "JARVIS MCP Server",
  "version": "1.0.0",
  "description": "Supabase-backed MCP intelligence layer for JARVIS agents",
  "endpoints": {
    "sse": "/sse",
    "message": "/message",
    "health": "/health"
  },
  "tools": [
    {
      "name": "get_client_context",
      "description": "Fetch context about the current JARVIS client/tenant — their name, goals, coach inventory, and any active config. Use this at the start of a call to load the client profile."
    },
    {
      "name": "get_competitor_intel",
      "description": "Pull competitor and market intelligence relevant to the Loki Coach business — pricing comparisons, competitive positioning, dealer network insights. Use when a prospect asks how Loki compares to competitors."
    },
    {
      "name": "log_action_item",
      "description": "Log an action item or follow-up task captured during a JARVIS call. Use when the prospect requests a callback, brochure, site visit, or any next step that needs tracking."
    },
    {
      "name": "search_market_intel",
      "description": "Search the empire market intelligence database for industry data, pricing trends, buyer personas, or any research relevant to the current conversation."
    }
  ]
}