MCP¶
Model Context Protocol (MCP) is an open standard for connecting AI clients (Claude, Cursor, custom agents) to external systems through structured tool calls. PlusPlus is building an MCP server so AI agents can read and update your learning platform on a learner's behalf.
Coming soon
The PlusPlus MCP server is in early development. This page is a placeholder; specifics will land here when the server is ready for preview customers.
What's planned¶
- A standalone MCP sidecar served alongside the Public API.
- Authentication via the same bearer tokens you use for the REST API — no separate credentials.
- Tool surface mirroring Public API v2: list/get/create/update for users, content, assignments, enrollments, and more.
- Streamable HTTP transport for compatibility with the broadest set of MCP clients.
Want early access?¶
Email support@plusplus.co and let us know what you're building. We're looking for design partners.
Reading list¶
- Model Context Protocol — official spec
- Authentication — the same bearer tokens will power MCP access.
- API reference — every REST capability we plan to expose as a tool.