
MCP
Wire your coding agent to EduBase so it can call the EduBase platform API for courses, users, or learning workflows without hand-rolling HTTP clients.
Overview
EduBase MCP is a MCP server for the Build phase that connects AI agents to the EduBase platform API using app ID and secret authentication.
What is this MCP server?
- Dual transport: npm @edubase/mcp stdio and hosted remote at https://www.edubase.net/mcp (streamable-http)
- Auth via EduBase-Api-App plus EduBase-Api-Secret headers or EDUBASE_API_APP / EDUBASE_API_SECRET env vars
- Configurable EDUBASE_API_URL (default https://www.edubase.net/api)
- Published server schema version 1.2.5 on npm package @edubase/mcp
- GitHub source at EduBase/MCP for self-hosted or registry-based setup
- Server version 1.2.5
- 2 transport modes: stdio and streamable-http remote
Community signal: 26 GitHub stars.
What problem does it solve?
Solo builders waste time writing brittle EduBase HTTP glue instead of letting the agent call platform operations through one MCP surface.
Who is it for?
Indie edtech or B2B training builders who already use EduBase and want agent-driven admin or content workflows during integration sprints.
Skip if: Builders without an EduBase account, app ID, and secret who only need generic quiz or course authoring offline.
What do I get? / Deliverables
After install, your agent can invoke EduBase API capabilities through MCP with credentials wired once via env vars or remote headers.
- Registered EduBase MCP server in your agent config
- Authenticated agent access to EduBase API base URL
- Repeatable EduBase operations without custom HTTP scripts per task
Recommended MCP Servers
Journey fit
EduBase is an external platform hook you add while assembling product and agent tooling, not a discovery or launch tactic. Canonical shelf is integrations because the server exists to expose EduBase API operations to MCP-capable agents via stdio npm or remote streamable HTTP.
How it compares
EduBase API bridge via MCP, not a lesson-planning agent skill or Skillselion skill bundle.
Common Questions / FAQ
Who is io.github.EduBase/MCP for?
Solo and small-team builders using EduBase who want Claude Code, Cursor, or Codex to call EduBase API operations through MCP.
When should I use io.github.EduBase/MCP?
During Build when you are integrating an agent with EduBase courses, users, or automation and need stdio or streamable-http transport.
How do I add io.github.EduBase/MCP to my agent?
Add @edubase/mcp with EDUBASE_API_APP and EDUBASE_API_SECRET (and optional EDUBASE_API_URL), or point remote MCP at https://www.edubase.net/mcp with EduBase-Api-App and EduBase-Api-Secret headers.