eClass MCP Server provides integration with the Open eClass platform, specifically tailored for UoA's SSO authentication system. Built with Python and the MCP protocol, it handles authentication, session management, and course access through a modular architecture that separates concerns like HTML parsing and course management. The server exposes tools for logging in, retrieving course lists, and managing authentication state, making it valuable for students and faculty who need to access eClass resources through AI assistants.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Log in to eClass using SSO authentication. Parameters: random_string (any_value)
Retrieve a list of enrolled courses (requires login first). Parameters: random_string (any_value)
Log out from eClass. Parameters: random_string (any_value)
Check the current authentication status. Parameters: random_string (any_value)