MCP server for GetCourse API -- users, deals.
Valid MCP server (2 strong, 5 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
11 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GETCOURSE_DOMAIN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-theyahia-getcourse-mcp": {
"env": {
"GETCOURSE_DOMAIN": "your-getcourse-domain-here"
},
"args": [
"-y",
"@theyahia/getcourse-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for GetCourse LMS API. 3 tools for users, deals, and user creation.
Add to your 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 mcp add getcourse -- npx -y @theyahia/getcourse-mcp
Set env: GETCOURSE_DOMAIN + GETCOURSE_API_KEY.
{
"getcourse": {
"command": "npx",
"args": ["-y", "@theyahia/getcourse-mcp"],
"env": {
"GETCOURSE_DOMAIN": "myschool.getcourse.ru",
"GETCOURSE_API_KEY": "your-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 |
HTTP_PORT=3000 npx @theyahia/getcourse-mcp
# or
npx @theyahia/getcourse-mcp --http 3000
Endpoints: POST /mcp (JSON-RPC), GET /health (status).
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.