← Back to Plugins
MCP Server MCP

io.github.EduBase/MCP

github By github 👁 1 views ▲ 0 votes

EduBase MCP server

Homepage Verified source GitHub

Install

npx -y @edubase/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.edubase.net/mcp",
      "headers": [
        {
          "description": "The integration app ID for EduBase",
          "name": "EduBase-Api-App"
        },
        {
          "description": "The secret key for the EduBase API",
          "isSecret": true,
          "name": "EduBase-Api-Secret"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@edubase/mcp",
      "version": "1.2.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "The base URL of the EduBase API (default: https://www.edubase.net/api)",
          "name": "EDUBASE_API_URL"
        },
        {
          "description": "The integration app ID for EduBase",
          "isRequired": true,
          "name": "EDUBASE_API_APP"
        },
        {
          "description": "The secret key for the EduBase API",
          "isRequired": true,
          "isSecret": true,
          "name": "EDUBASE_API_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...