Skip to main content
Glama
theYahia

@theyahia/getcourse-mcp

by theYahia

🗄 リポジトリはアーカイブされました

開発は theYahia/WWmcp に移転しました — 非西洋API(СНГ、MENA、アフリカ、LATAM、東南アジア)向けのMCPサーバーのモノレポです。共通コア @theyahia/mcp-core、統一CI、統一リリースパイプライン。

ここにあったものの現行バージョン: servers/getcourse/

npmパッケージは以前と同じ @theyahia/getcourse-mcp — 以前と同じようにインストールして動作します。 ここでは何も更新されません。Issueとpull requestはWWmcpへ。

アーカイブ済み — 開発は theYahia/WWmcp に移転しました、 非西洋API向けのMCPサーバーのモノレポです。 このパッケージの現行バージョンは servers/getcourse/ にあります。 npmパッケージ @theyahia/getcourse-mcp は変更されていません。 Issueや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