{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "aria-os-mcp",
    "title": "Aria OS by TrivianEdge",
    "version": "1.0.0",
    "vendor": "TrivianEdge",
    "homepage": "https://www.trivian-aria.com",
    "documentation": "https://www.trivian-aria.com/answers",
    "contact": "support@trivian-aria.com"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://xqwrejhveadzblwpvgfk.supabase.co/functions/v1/mcp"
  },
  "auth": {
    "type": "oauth2",
    "protectedResource": "https://www.trivian-aria.com/.well-known/oauth-protected-resource",
    "authorizationServer": "https://www.trivian-aria.com/.well-known/oauth-authorization-server"
  },
  "capabilities": {
    "tools": { "listChanged": true },
    "resources": { "listChanged": false, "subscribe": false },
    "prompts": { "listChanged": false },
    "logging": {}
  },
  "instructions": "Aria OS HR platform. Query HR data, employees, leave, payroll, and analytics for the authenticated tenant."
}