MCP server · Uplimit
uplimit-organization
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Uplimit. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Uplimit publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
create_user— Create a new user account on Uplimit and enroll them into your organization (enrolls the existing user if the email already exists).enroll_user_into_session— Enroll an existing user into a specific session.enroll_user_into_course— Enroll an existing user into a course using a session-selection policy.get_user_information— Get information about a user by email address or Uplimit user ID.list_active_users— List all active users in the organization (skip/take pagination).list_inactive_users— List all inactive users in the organization (skip/take pagination).list_courses— List all courses in the organization.list_enrollments_in_session— List all active enrollments in a session, with completion status.list_sessions_in_course— List all sessions of a course.toggle_user_activation— Activate or deactivate a user in the organization.healthcheck— Check platform health and validate the API key; returns the organization id and name.start_learner_activity_export— Start an asynchronous job to export learner activity for given sessions (all sessions if none provided).get_learner_activity_export— Get the status of a learner-activity export job; returns a download URL when complete.unenroll_user_from_session— Remove a user from a session they are enrolled in.add_user_authentication_method— Add an SSO authentication method (SAML or OAUTH2) to a user.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.