LogoSTMCP
Download
MCP

EduBase MCP server

EduBase MCP server enables AI assistants like Claude to interact with the EduBase educational platform, providing access to quizzes, content management, and analytics through standardized MCP protocols.

Tools

Oops! Something went wrong

[next-mdx-remote-client] error compiling MDX: Expected a closing tag for `<endpoint>` (4:25-4:35) before the end of `atxHeading` 2 | Retrieve user information from the EduBase API. 3 | > 4 | ### 2. edubase_<method>_<endpoint> | ^ 5 | Access any documented EduBase API endpoint as a tool, following the naming pattern edubase_<method>_<endpoint>. More information: https://mdxjs.com/docs/troubleshooting-mdx

Open Graph image for EduBase MCP server

JSON Config

{
  "mcpServers": {
    "edubase": {
      "command": "node",
      "args": [
        "/path/to/dist/index.js"
      ],
      "env": {
        "EDUBASE_API_URL": "https://domain.edubase.net/api",
        "EDUBASE_API_APP": "your_integration_app_id",
        "EDUBASE_API_KEY": "your_integration_secret_key"
      }
    }
  }
}

Information