MCP Servers / productivity / Qingma Yizhan Auto Answer

Qingma Yizhan Auto Answer

JSON →
none2productivity

An MCP server that provides an automatic answering function for the Qingma Yizhan platform.

Install
How to run this server

No install command recorded.

server path: qingma-yizhan-auto-answer
Tools
What this server exposes
get_courses
获取用户的课程列表。参数:JSESSIONID (str) - 用户的会话ID。返回课程字典,格式:{课程ID: 课程名称}
get_question
获取指定课程的下一道题目。参数:JSESSIONID (str) - 用户的会话ID, course_id (str) - 课程ID。返回题目信息字典,包含题目描述、类型、选项、选项数量、UUID
submit_question
提交题目答案。参数:JSESSIONID (str) - 用户的会话ID, course_id (str) - 课程ID, question_id (str) - 题目UUID, answer (str) - 答案选项(如A、B、C、D)。返回'答题正确'或'答题错误'
Configuration
Environment & auth
authnone
Resources
Qingma Yizhan Auto Answer — MCP Server · libregistry