workademy-mcp-server
by workademy
Overview
Provides comprehensive integration with the Workademy LMS platform, enabling LLMs to manage courses, users, enrollments, learning paths, and generate reports.
Installation
node dist/index.jsEnvironment Variables
- WORKADEMY_API_KEY
- WORKADEMY_BASE_URL
Security Notes
CRITICAL: The server's authentication mechanism for obtaining an access token uses a hardcoded Basic Authentication credential ('Basic c3lzdGVtOkViNFRRaXpEdFlpYndJTHI=' which decodes to 'system:Eb4TQizDtYibwILr'). This static, hardcoded system credential is a severe security vulnerability, as it is exposed in the source code and could be exploited to compromise the token issuance process or gain unauthorized access if not properly secured on the Workademy API side. Additionally, the server interacts with the local file system (using `fs/promises` and `path`) to save and analyze CSV reports in a Claude-specific temporary directory, which introduces a potential vector for file system manipulation if not handled robustly.
Similar Servers
fhir-mcp-server
The FHIR MCP Server acts as a bridge between AI/LLM tools and FHIR APIs, enabling seamless search, retrieval, and analysis of clinical information.
MediaWiki-MCP-Server
An MCP server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki.
adyen-mcp
Integrates with Adyen APIs for payment processing, terminal management, account management, and legal entity onboarding, accessible via LLM function calling.
workflowy
Connect AI assistants to Workflowy data and outlines for search, bulk operations, and reporting, or manage Workflowy via CLI.