GetCourse MCP
UnknownA community wrapper over the GetCourse online-school API: listing users with filters, creating or updating a user and adding them to a group/deal, listing deals (orders) by status and date. Just 3 tools — the basics for managing students and orders. Not an official GetCourse product.
Why this server
- 3 tools cover the online-school CRM basics: users, deals, updates
- create_user adds to a group or deal in one call — no separate step needed
- The API key travels in the request URL, not a header — keep that in mind when logging
- A compact set: no lessons, webinars or broadcasts — just users and deals
Usage examples
Prompt: Show new users from the past week
Result: The agent called get_users filtered by registration date, returning the last 7 days' list.
Prompt: Add user ivan@mail.ru to the 'Course X' group and create a deal for them
Result: The agent called create_user with the email, group and deal details, returning the new record's ID.
Health
—out of 100, based on agent reports from the last 30 days
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.