Helper connects your Skool community to Claude and any Model Context Protocol client. Manage posts, members, courses, the calendar, and DMs in plain language — or call the REST API directly from your own code.
Connect once with your Skool admin login · 36 tools exposed · no scraping setup
Helper exposes your community's real actions over MCP. Point an assistant at it and ask in natural language, or wire the same actions into automations.
Create, edit, comment, pin, and like posts across any connected community — the full feed, programmatically.
Approve or remove join requests, ban abusers, read application answers, pull payment history, export the roster as CSV.
Build courses, folders, and lessons; write Markdown bodies; upload or embed video. Spin up a curriculum from a prompt.
List, create, edit, and delete events — including daily/weekly/monthly recurrence with end conditions.
Find members, open a DM channel, and send messages in one call — onboarding nudges, replies, broadcasts.
OAuth 2.1 + PKCE, an encrypted credential vault, per-account rate limits, and a 30-day audit log of every action.
Register in seconds. Your key (sk_live_…) authenticates every call.
One call with your Skool admin login. Helper logs in, encrypts the session in a vault, and keeps it fresh — your password is never stored in plaintext.
Drop the connector URL into Claude (or any MCP client), or POST to /v1/execute. Then just ask: “approve all pending members” or “post this week's update.”
Add this as a custom connector in Claude or any MCP client.
Authenticate with Authorization: Bearer sk_live_…
Tool descriptions tell the model exactly what to call next, results come back as clean JSON, and every action is rate-limited and audited. The docs include copy-paste examples for MCP clients and raw HTTP.