MCP server · Epignosis (TalentLMS, eFront, TalentCards)
epignosis-efront
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 Epignosis (TalentLMS, eFront, TalentCards). 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 Epignosis (TalentLMS, eFront, TalentCards) publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport stdio
Tools
get_user_types— Returns the list of the available user types.get_user_type_id— Returns information about user type with the requested identifier.get_training_sessions— Represents a list of training sessions.get_training_session_id— Represents a training session.get_course_id_training_sessions— Represents a list of training sessions of the requested course.get_training_session_id_users— Represents a list of users of the requested training session.get_plugins— Returns a list of the available plugins and their information.get_plugin_pluginname— Returns a list of the requested plugin and its information.create_plugin_pluginname— Returns the specified plugin's return value only if the plugin has the corresponding callback method implemented.get_autologin_loginname— Returns the auto-login URL for the requested user.get_users— Returns the entire user list.get_logout_loginname— Logouts the requested user.get_branch_id— Returns information about the branch with the associated Id.get_branches— Returns the branch list.get_category_id— Returns information about the category with the associated Id.get_categories— Returns the category list (tree structured).get_course_id— Returns information about the course with the associated Id.get_course_courseid_userprogress_userid— Returns information about the progress of the specified user in the specified course.get_courseuserstatus_courseid_userid— Returns information about the status of a specified user in the specified course.create_courseuserstatus_courseid_userid— Update the status of the specified user in the specified courseget_courseusertestattempts_courseid_userid— Returns a list of all the test attempts that the specified user has made in the specified course.get_curriculums— Returns a list of the available curriculums.get_courses— Returns the complete list of courses.get_course_id_content— Returns the content IDs for a given course.get_user_id_catalog— Returns the course catalog list for a given user.get_group_id— Returns information about the group with the associated Id.get_groups— Returns the entire group list.get_job_id— Returns information for a given job.update_job_id— Edits the specified job.get_jobs— Returns the entire list of jobs.get_user_id— Returns information about the user with the associated Id.update_user_id— Edits the specified user.get_extended_fields_users— Returns a list of extended fields for users.get_users_emailaddress— Returns a list of users which they have the requested e-mail address along with the courses they are enrolled to.get_system_info— Returns information about the system.get_content_id— Returns information about the content with the associated Id.get_user_id_jobs— Returns information about user jobs.create_branch— Creates a branch with the requested attributes.create_course— Creates a course with the requested attributes.create_courseuserstatus— Update the status of the specified user in the specified course.create_account_status— Checks if the specified account exists and returns the user idcreate_user— Create usercreate_course_adduser— Adds a user to a coursecreate_branch_adduser— Adds a user to a branchcreate_group_adduser— Adds a user to a groupcreate_job_adduser— Adds a user to a jobcreate_job— Create a jobupdate_branch_id_adduser— Adds a user to the specified branch.update_course_id_adduser— Adds a user to the specified course.update_course_id_removeuser— Removes a user from the specified course.update_curriculum_id_adduser— Adds a user to the specified curriculum.update_curriculum_id_removeuser— Removes a user from the specified curriculum.update_group_id_adduser— Adds a user to the specified group.update_group_id_removeuser— Removes a user from the specified group.update_job_id_adduser— Adds a user to the specified job.update_job_id_removeuser— Removes a user from the specified job.update_user_id_activate— Activates the specified user.update_user_id_deactivate— Deactivates the specified 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.