Skool MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| skool_whoamiA | Confirm the Skool cookie works and list the communities you belong to. Call this first if other tools error — it isolates auth/cookie problems. |
| skool_list_postsA | List recent posts in your community feed (read-only). Returns each post's
id, |
| skool_get_postA | Read one full post and (by default) its comments. |
| skool_create_postA | Publish a NEW top-level post to your community feed. Writes publicly — confirm wording with the user first. Returns the new post id. |
| skool_comment_on_postA | Add a comment to a post. |
| skool_list_membersA | List members of your community (read-only): id, name, email, short bio. Use member ids with skool_start_chat to open a DM. |
| skool_list_coursesA | List the classroom courses in your community (read-only): id, title, description. Use a course id with skool_get_lesson to read its lessons. |
| skool_get_lessonA | Read a classroom course (read-only). |
| skool_list_conversationsA | Your DM inbox (read-only): conversations with channel_id, unread count, and last-message preview. Use a channel_id with skool_get_conversation to read it. |
| skool_get_conversationA | Read the messages in one DM conversation (read-only). Get the channel_id from skool_list_conversations. Returns sender, content, timestamp per message. |
| skool_send_messageA | Send a DM into an existing conversation. Writes — confirm wording first. Get the channel_id from skool_list_conversations. |
| skool_mark_readA | Mark a DM conversation as read. Get the channel_id from skool_list_conversations. |
| skool_start_chatA | Open a new DM with a member (by their user_id from skool_list_members). Returns the new conversation so you can then skool_send_message into it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Solnest-AI/skool-mcp-community'
If you have feedback or need assistance with the MCP directory API, please join our Discord server