ED

EduBase

Created 6 months ago

Implementation of the Model Context Protocol (MCP) server for the EduBase platform.

development location documentation public education

What is EduBase?

Interact with [EduBase](https://www.edubase.net), a comprehensive e-learning platform with advanced quizzing, exam management, and content organization capabilities

Documentation

Tools Each documented API endpoint is available as a separate tool, named edubase__. For example, the tool for the GET /user endpoint is named edubase_get_user. See our developer documentation for more information. Configuration The MCP server can be configured using environment variables. The following variables are available: | Variable | Description | Required | Default value | |---|---|---|---| | EDUBASE_API_URL | The base URL of the EduBase API, most probably https://subdomain.edubase.net/api. | Yes | https://www.edubase.net/api | | 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 | The Secret key of your integration app on EduBase, the secret on the EduBase API. Find this along the App ID in the integration details window on EduBase. | Not if HTTP transport is used with authentication, otherwise Yes | - | | EDUBASE_SSE_MODE | Start MCP server in HTTP mode with SSE transport. Value must be true. | No | false | | EDUBASE_STREAMABLE_HTTP_MODE | Start MCP server in HTTP mode with streamable HTTP transport. Value must be true. | No | false | | EDUBASE_HTTP_PORT | HTTP server will listen on this port if SSE or streamable HTTP transport mode is used. | No | 3000 |

Server Config

{
  "mcpServers": {
    "edubase-server": {
      "command": "npx",
      "args": [
        "edubase"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: EduBase Team
Category: official
License: MIT
Tags:
development location documentation