WTS-bupt-unOfficial-mcp
WTS-bupt-unOfficial-mcp
Servicio MCP (Model Context Protocol) no oficial para la gestión académica móvil de la Universidad de Correos y Telecomunicaciones de Beijing (BUPT): consulta de aulas vacías de hoy, horario de clases y consulta combinada de ambos.
La solicitud del servicio se basa en el proyecto de código abierto where_to_study, adaptado del mismo.
⚠️ Este proyecto es un servicio no oficial, destinado únicamente al aprendizaje y la comunicación. No lo utilices de forma abusiva. Al usarlo, aceptas asumir el riesgo sobre tu cuenta.
Funcionalidades (Herramientas MCP)
Herramienta | Descripción |
| Información de los campus (Xitucheng 01 / Shahe 04) y los principales edificios docentes |
| Consulta de aulas vacías hoy, con filtros por |
| Consulta del horario de clases, por defecto la semana actual; admite |
| Consulta combinada: clases de hoy + número de aulas libres por sesión + aulas libres en la sesión actual + todas las aulas libres del día |
Related MCP server: mydy-lms
Inicio rápido
1. Clonar e instalar
git clone https://github.com/Nemoyuzx/WTS-bupt-unOfficial-mcp.git
cd WTS-bupt-unOfficial-mcp
npm install
npm run build2. Configurar las variables de entorno
export BUPT_USER_NO=你的学号
export BUPT_PWD=你的移动教务密码
export BUPT_CAMPUS_ID=01 # 可选,默认 01=西土城;04=沙河
export BUPT_TERM_START_DATE= # 可选,学期开学日 YYYY-MM-DD(无法从接口推断时兜底)3. Ejecutar directamente
node dist/index.js4. Conectar a clientes MCP como Claude Desktop / Cursor
En la configuración del cliente MCP, añadir (modo stdio):
{
"mcpServers": {
"wts-bupt": {
"command": "node",
"args": ["/绝对路径/WTS-bupt-unOfficial-mcp/dist/index.js"],
"env": {
"BUPT_USER_NO": "你的学号",
"BUPT_PWD": "你的密码",
"BUPT_CAMPUS_ID": "01"
}
}
}
}Ejemplos de uso
Pregunta al cliente MCP:
«Consulta qué aulas vacías hay hoy en el campus de Shahe en la sesión 3»
«¿Qué clases tengo esta semana?»
«¿Qué aulas están libres ahora?» (consulta combinada:
get_today_overview)
Desarrollo y pruebas
npm test # 使用 where_to_study 的原始响应样例做解析器单测
npm run build # 编译到 dist/Estructura de directorios
src/
├── index.ts # MCP 服务入口(4 个工具)
├── api.ts # 移动教务 HTTP 客户端(登录/课表/空教室)
├── date.ts # 北京时区日期/周次/节次工具
├── parsers/
│ ├── classrooms.ts # 空教室响应解析(移植 SJDClassroomParser)
│ └── schedule.ts # 课表响应解析(移植 SJDScheduleParser + ScheduleLogic)
└── types.ts # 数据模型(Course / Classroom / 节次时刻表)
test/
└── run-tests.ts # 单元测试(含参考项目原始响应样例)Licencia
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server for the Bakaláři v3 API that provides access to the popular Czech school management system. It enables users to retrieve schedules, permanent timetables, absence records, and grades through a standardized interface.3MIT
- Flicense-qualityCmaintenanceAn MCP server for interacting with the MyDy (Moodle-based) LMS, enabling attendance viewing, course browsing, assignment and grade checking, announcement reading, and material downloading.7
- Flicense-qualityBmaintenanceMCP server for NTUT iSchool+ that enables AI to query course schedules, syllabi, files, bulletins, and more through natural language.
- Flicense-qualityBmaintenanceMCP server that aggregates department notices and provides structured answers to queries about courses, schedules, and academic dates via tool calling.
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
An MCP server for deep research or task groups
MCP server for Zooza — class scheduling, attendance, and booking for activity businesses.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nemoyuzx/WTS-bupt-unOfficial-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server