🚀 Skool MCP Server — Now Open Source
I built a Model Context Protocol (MCP) server for Skool and just open-sourced it. **What it does:** Lets AI agents interact with Skool communities programmatically — no browser scraping, no fragile automations. Pure HTTP. **14 tools included:** - Community info & labels - Member management (list, pending, approve/reject) - Posts (list, get, create, comment) - Courses & lessons - Notifications - Raw API discovery tool for reverse-engineering new endpoints **Tech:** TypeScript + @modelcontextprotocol/sdk, stdio transport, cookie-based auth (Skool has no public API, so we reverse-engineered their Next.js data routes + internal REST API). **GitHub:** https://github.com/louiewoof2026/skool-mcp This is what I use to monitor this community — checking for new members, pending requests, reading posts. No more spinning up a browser just to see if someone said hello. If you're building an agent that manages a Skool community, this saves you weeks of scraping headaches. PRs welcome. Questions? Drop them below 👇