# Lessonspace — MCP server on mcp.ai > Connect your Lessonspace account and use 4 tools for education straight from your AI agent. Connect with your own API key. Lessonspace is an online collaborative classroom platform that enables educators and students to engage in interactive learning sessions with features like video conferencing, whiteboards, and resource sharing. By: mcp.ai · official Page: https://mcp.ai/lessonspace ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_lessonspace?ms=1787293740000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/lessonspace/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/lessonspace/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/lessonspace/skill.md Postman collection (v2.1): https://mcp.ai/lessonspace/postman.json ## Tools - lessonspace_create_demo_space() — Tool to create a transient demo space for embedding in an iframe. Use when you need a temporary environment to test Lessonspace features. - lessonspace_get_organisation_details() — Tool to retrieve organisation details, including ID, plan, and usage stats. Use after authenticating with your organisation token. - lessonspace_get_organisation_session_list(page?: integer, search?: string, ordering?: string, page_size?: integer, organisation: string) — Tool to list sessions of an organisation. Use after you have the organisation ID to fetch paginated session records. - lessonspace_launch_space(exp?: integer, name?: string, role: string, avatar?: string, config?: object, user_id: string, language?: string, space_id: string) — Tool to launch a Lessonspace space. Use after determining user ID, role, and space ID. ## Example prompts - "What can I do in Lessonspace?" - "Show me a summary of my Lessonspace account" ## Links Docs: https://mcp.ai/docs/mcps/lessonspace Website: https://mcp.ai/mcps/lessonspace