{
  "serverInfo": {
    "name": "Truvisory AI Agent",
    "version": "1.0.0",
    "vendor": "Truvisory",
    "homepage": "https://truvisory.com"
  },
  "transport": {
    "type": "http",
    "url": "https://truvisory.com/api/chat"
  },
  "capabilities": {
    "tools": [
      {
        "name": "chat",
        "description": "Ask Truvisory's AI agent any question about the company, services, federal contracting posture, or scheduling.",
        "endpoint": "https://truvisory.com/api/chat",
        "inputContentType": "application/json",
        "outputContentType": "application/json"
      }
    ]
  },
  "note": "This endpoint currently uses a plain JSON request/response protocol (POST {sessionId, message} -> {reply}), not MCP JSON-RPC. The server card is published as a discovery stub so agent crawlers can find the chat capability; full MCP JSON-RPC transport compliance on /api/chat is a planned upgrade. For the live HTTP schema, see https://truvisory.com/docs/api/chat.json."
}
