← Index

io.github.EduBase/MCP

io.github.EduBase/MCP·v1.2.5·Other
Quality Score
80
/100

EduBase MCP server

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://www.edubase.net/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@edubase/mcp"
      ],
      "env": {
        "EDUBASE_API_URL": "<edubase_api_url>",
        "EDUBASE_API_APP": "<edubase_api_app>",
        "EDUBASE_API_SECRET": "<your-edubase_api_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@edubase/mcp"
      ],
      "env": {
        "EDUBASE_API_URL": "<edubase_api_url>",
        "EDUBASE_API_APP": "<edubase_api_app>",
        "EDUBASE_API_SECRET": "<your-edubase_api_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @edubase/mcp
§02  Environment variables
EDUBASE_API_URL

The base URL of the EduBase API (default: https://www.edubase.net/api)

EDUBASE_API_APP
required

The integration app ID for EduBase

EDUBASE_API_SECRET
requiredsecret

The secret key for the EduBase API

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other