{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "serverInfo": {
    "name": "Casa Academy MCP",
    "version": "1.0.0",
    "description": "Read-only MCP endpoint for the Casa Academy public catalog (nationwide exam prep plus Florida school products).",
    "homepage": "https://casaacademy.com",
    "contact": {
      "email": "support@onlinerealestateschool.com"
    }
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://casaacademy.com/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    }
  },
  "authentication": {
    "type": "none"
  },
  "instructions": "Public read-only catalog. Tools: list_courses, get_exam_prep_info, get_enrollment_url. OpenAPI is /openapi.json. Introspectable GraphQL is /api/catalog/graphql. Do not use Payload CMS GraphQL at /api/graphql (introspection disabled). Do not invent enrollment prices; fetch the live enroll page or catalog note."
}