Skip to main content
Glama
theYahia

@theyahia/getcourse-mcp

by theYahia

🗄 仓库已归档

开发已迁移至 theYahia/WWmcp —— 面向非西方 API 的 MCP 服务器单体仓库:独联体、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 保持不变。 请在此处提交 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