Layer 01 / Content
Operating · formerly Teachify

Loopwise

The course platform built for the agentic web.

Launch courses, run memberships, and let AI agents work with your content through MCP and OAuth — with the learner’s consent.

Founded 2022 (as Teachify)
Renamed May 2026 → Loopwise
Stage Series A · 800+ schools
Audience Course creators, training operators, devs
Pricing Free Starter · paid plans from $29/mo
URL loopwise.com
Three jobs
01

Launch a course

Sections, lessons, quizzes. HD video, global payments, completion certificates. Ship in an afternoon.

02

Run a membership

Recurring billing, tiered access, branded member portal.

03

Let agents work

Hosted MCP server. Scoped OAuth. Tools any AI client can invoke.

MCP tools

Every Loopwise school ships with a hosted MCP server. Agents authenticate via scoped OAuth, then invoke tools on a learner’s behalf.

POST  https://[school].loopwise.com/mcp
Authorization: Bearer <oauth-token, scope=enroll record>

▸ enroll_student(course_id, email)
▸ fetch_lesson(lesson_id) → { transcript, video_url, quiz }
▸ record_progress(lesson_id, completion: 0.0..1.0)
▸ list_certificates(student_id)
▸ submit_quiz(quiz_id, answers[])