74
grade C
2 days ago
mcp_so

EduBase MCP server

The EduBase MCP server enables Claude and other LLMs to interact with EduBase's comprehensive e-learning platform through the Model Context Protocol (MCP).

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
3 tools verified — handlers match their declared behaviour
2 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: EDUBASE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configEDUBASE_API_APPThe App ID of your integration app on EduBase, the app on the EduBase API. Find this in the integration details window on EduBase. Not if HTTP transport is used with authentication, otherwise Yes -
🔐 secretEDUBASE_API_KEY"": "your_integration_secret_key"
configEDUBASE_API_MAXRATE
configEDUBASE_API_MAXRATE60
configEDUBASE_API_URLThe base URL of the EduBase API, most probably https://subdomain.edubase.net/api. Yes https://www.edubase.net/api
configEDUBASE_HTTP_PORTHTTP server will listen on this port if SSE or streamable HTTP transport mode is used. No 3000
configEDUBASE_SSE_MODEStart MCP server in HTTP mode with SSE transport. Value must be true. No false
configEDUBASE_STREAMABLE_HTTP_MODEStart MCP server in HTTP mode with streamable HTTP transport. Value must be true. No false
configPORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/edubase-mcp-2gn2bf)](https://m8ven.ai/mcp/edubase-mcp-2gn2bf)
commit: 841882a69c0d2ceecb848706f9387b6818f498dd
code hash: d306bf97db55fd84e8d85f7baab5b8b46db82e21ef1d0368feca3a6bbbba5d97
verified: 4/18/2026, 6:08:26 PM
view raw JSON →