Tbank Edu
БесплатноНе проверенMCP server that connects AI assistants to T-Bank Education, enabling access to courses, timetable, deadlines, and user profile via tools like get_timetable, get
Описание
MCP server that connects AI assistants to T-Bank Education, enabling access to courses, timetable, deadlines, and user profile via tools like get_timetable, get_my_courses, and get_deadlines.
README
MCP server for edu.tbank.ru — connect your AI assistant to T-Bank Education.
Built with TypeScript on Cloudflare Workers. Uses the Model Context Protocol so Claude Desktop, Cursor, and other MCP clients can access your courses, timetable, and deadlines.
Python API client: mollyvita/tbank-edu-api
What It Does
| Tool | What you get |
|---|---|
get_timetable |
Upcoming events — meetups, deadlines, course starts |
get_my_courses |
Your enrolled courses and activities |
get_deadlines |
Deadlines with progress tracking |
get_completed_activities |
Finished courses |
search_catalogue |
Search all available courses |
get_selections |
Exam selections and applications |
get_notifications |
Notification count |
get_favorites |
Your favorited courses |
get_streams |
Available programs and streams |
get_user_info |
Your profile — name, email, roles |
login / logout / refresh_session |
Session management |
Quick Start
1. Deploy
Click the button above, or deploy manually:
git clone https://github.com/mollyvita/tbank-edu-mcp.git
cd tbank-edu-mcp
npm install
npx wrangler login
npm run deploy
2. Add Your Credentials
npx wrangler secret put TBANK_EMAIL
npx wrangler secret put TBANK_PASSWORD
This lets the server auto-login. Without secrets, you'd call the login tool manually each session.
3. Connect Your AI Client
Add to Claude Desktop or Cursor MCP config:
{
"mcpServers": {
"tbank-edu": {
"url": "https://tbank-edu-mcp.<your-subdomain>.workers.dev/mcp"
}
}
}
That's it. Ask your AI about your courses, deadlines, or timetable.
Local Dev
npm install
npm run dev # http://localhost:8787/mcp
npm run typecheck # tsc --noEmit
For local testing, point your MCP client at http://localhost:8787/mcp.
Environment Variables
| Variable | Default | Description |
|---|---|---|
TBANK_BASE_URL |
https://edu.tbank.ru |
API base URL |
TBANK_EMAIL |
— | Auto-login email (Cloudflare secret) |
TBANK_PASSWORD |
— | Auto-login password (Cloudflare secret) |
How It Works
src/
├── index.ts # Worker entry point + routing
├── api-client.ts # HTTP client — handles CSRF tokens + cookies
└── tools.ts # MCP tool definitions
- Uses
@modelcontextprotocol/sdkwith Streamable HTTP transport (SSE) - CSRF token extracted from
x-edu-csrf-tokenresponse header - Auth via JWT cookies from
/api/auth/signin/v8 - Stateless per request — authenticates fresh using stored secrets
License
MIT
Установка Tbank Edu
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mollyvita/tbank-edu-mcpFAQ
Tbank Edu MCP бесплатный?
Да, Tbank Edu MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Tbank Edu?
Нет, Tbank Edu работает без API-ключей и переменных окружения.
Tbank Edu — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Tbank Edu в Claude Desktop, Claude Code или Cursor?
Открой Tbank Edu на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Tbank Edu with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
