The EduBase MCP server enables Claude and other LLMs to interact with EduBase's comprehensive e-learning platform through the Model Context Protocol (MCP).
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.EDUBASE_API_APP— The 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 -EDUBASE_API_KEY— "": "your_integration_secret_key"EDUBASE_API_MAXRATEEDUBASE_API_MAXRATE60EDUBASE_API_URL— The base URL of the EduBase API, most probably https://subdomain.edubase.net/api. Yes https://www.edubase.net/apiEDUBASE_HTTP_PORT— HTTP server will listen on this port if SSE or streamable HTTP transport mode is used. No 3000EDUBASE_OAUTHEDUBASE_OAUTH_AUTHORIZATION_SERVER— Public base URL of the EduBase deployment acting as the OAuth IdP. Used to advertise the authorization server in the protected-resource metadata document. No derived from EDUBASE_API_URLEDUBASE_OAUTH_RESOURCE_URL— Public base URL of this MCP server (the OAuth resource indicator). Used in the WWW-Authenticate header and resource metadata. No derived from EDUBASE_API_URLEDUBASE_SSE_MODE— Start MCP server in HTTP mode with SSE transport. Value must be true. No falseEDUBASE_STATIC_URLEDUBASE_STREAMABLE_HTTP_MODE— Start MCP server in HTTP mode with streamable HTTP transport. Value must be true. No falseEDUBASE_URLPORT[](https://m8ven.ai/mcp/edubase-mcp-2gn2bf)