Skip to main content
Glama
theYahia

@theyahia/getcourse-mcp

by theYahia

🗄 리포지토리가 보관됨

개발은 theYahia/WWmcp — 비서구 API용 MCP 서버 모노레포로 이전되었습니다: CIS, MENA, 아프리카, LATAM, 동남아시아. 공통 코어 @theyahia/mcp-core, 단일 CI, 단일 릴리스 파이프라인.

여기에 있던 것의 최신 버전: servers/getcourse/

npm 패키지는 기존과 동일합니다 — @theyahia/getcourse-mcp, 설치 및 작동은 이전과 같습니다. 여기서는 더 이상 아무것도 업데이트되지 않습니다. 이슈와 pull request는 WWmcp로 보내주세요.

보관됨 — 개발은 theYahia/WWmcp로 이전됨, 비서구 API용 MCP 서버 모노레포입니다. 이 패키지의 현재 버전은 servers/getcourse/에 있습니다. npm 패키지 @theyahia/getcourse-mcp는 변경되지 않았습니다. 이슈와 pull request는 해당 저장소에 열어 주세요.

@theyahia/getcourse-mcp

GetCourse LMS API용 MCP 서버입니다. 사용자, 거래, 사용자 생성을 위한 3가지 도구를 제공합니다.

npm license

Related MCP server: Gong MCP Server

빠른 시작

Claude Desktop

claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "getcourse": {
      "command": "npx",
      "args": ["-y", "@theyahia/getcourse-mcp"],
      "env": {
        "GETCOURSE_DOMAIN": "myschool.getcourse.ru",
        "GETCOURSE_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

claude mcp add getcourse -- npx -y @theyahia/getcourse-mcp

환경 변수 설정: GETCOURSE_DOMAIN + GETCOURSE_API_KEY.

Cursor / Windsurf

{
  "getcourse": {
    "command": "npx",
    "args": ["-y", "@theyahia/getcourse-mcp"],
    "env": {
      "GETCOURSE_DOMAIN": "myschool.getcourse.ru",
      "GETCOURSE_API_KEY": "your-api-key"
    }
  }
}

도구

도구

설명

get_users

상태/날짜 필터를 선택적으로 적용하여 사용자 목록 조회

create_user

사용자 생성 또는 업데이트, 그룹/거래에 추가

get_deals

상태/날짜 필터를 선택적으로 적용하여 거래(주문) 목록 조회

인증

변수

필수

설명

GETCOURSE_DOMAIN

계정 도메인 (예: myschool.getcourse.ru)

GETCOURSE_API_KEY

계정 설정의 API 비밀 키

HTTP 전송

HTTP_PORT=3000 npx @theyahia/getcourse-mcp
# or
npx @theyahia/getcourse-mcp --http 3000

엔드포인트: POST /mcp (JSON-RPC), GET /health (상태).

스킬

  • skill-students -- GetCourse 학생 조회 및 관리

  • skill-deals -- 상태 및 날짜별 GetCourse 거래/주문 조회

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • RD Station Marketing, contacts/leads (get, upsert, funnel), conversion events and webhooks via the o

  • LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.

  • Create and manage short links, track clicks, and automate URL management

View all MCP Connectors

Latest Blog Posts

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/theYahia/getcourse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server