{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "Baan Talay Demo Resort",
    "version": "1.0.0",
    "description": "Room search, photos and booking links for Baan Talay Demo Resort, Koh Samet, Rayong, Thailand."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://agr-next.justar.dev/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://agr-next.justar.dev/mcp"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "authentication": {
    "type": "oauth2",
    "required": false,
    "resourceMetadata": "https://agr-next.justar.dev/.well-known/oauth-protected-resource"
  }
}