# Wuolah Student Outreach Server

Enable seamless interaction with the Wuolah platform to post educational content, send bulk messages, and find students in AI/ML programs. Automate outreach and content management tasks to enhance en…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add samihalawa/wuolah-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list samihalawa/wuolah-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get samihalawa/wuolah-mcp-server wuolah_navigate_and_find

# Call a tool
npx -y @smithery/cli@latest tool call samihalawa/wuolah-mcp-server wuolah_navigate_and_find '{}'
```

## Tools (7)

- `wuolah_navigate_and_find` — Navigate to Wuolah and find AI/ML students
- `wuolah_bulk_message` — Send messages to multiple students
- `wuolah_post_content` — Post educational content to Wuolah
- `wuolah_find_programs` — Find relevant Wuolah degree and master programs
- `wuolah_extract_courses` — Extract all courses/subjects from a program page
- `wuolah_comment_on_post` — Comment on an existing Wuolah post
- `wuolah_update_profile` — Update your Wuolah profile information

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get samihalawa/wuolah-mcp-server <tool-name>
```

---

Source: https://github.com/samihalawa/wuolah-mcp | License: MIT
