The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Getcourse MCP listing page.
🗄 Репозиторий заархивирован
Разработка переехала в theYahia/WWmcp — монорепозиторий MCP-серверов для незападных API: СНГ, MENA, Африка, LATAM, Юго-Восточная Азия. Общее ядро
@theyahia/mcp-core, единый CI, единый релизный конвейер.Актуальная версия того, что лежало здесь:
servers/getcourse/Пакет в npm прежний —
@theyahia/getcourse-mcp, ставится и работает как раньше. Здесь больше ничего не обновляется. Задачи и pull request'ы — в WWmcp.Archived — development moved to theYahia/WWmcp, a monorepo of MCP servers for non-Western APIs. The current version of this package now lives at
servers/getcourse/. The npm package@theyahia/getcourse-mcpis unchanged. Please open issues and pull requests there.
MCP server for GetCourse LMS API. 3 tools for users, deals, and user creation.
Add to your claude_desktop_config.json:
Set env: GETCOURSE_DOMAIN + GETCOURSE_API_KEY.
| Tool | Description |
|---|---|
get_users | List users with optional status/date filters |
create_user | Create or update a user, add to group/deal |
get_deals | List deals (orders) with status/date filters |
| Variable | Required | Description |
|---|---|---|
GETCOURSE_DOMAIN | Yes | Account domain (e.g. myschool.getcourse.ru) |
GETCOURSE_API_KEY | Yes | API secret key from account settings |
Endpoints: POST /mcp (JSON-RPC), GET /health (status).
MIT