# Kazokus Community Platform

Discover and compare Kazokus — the community platform with zero transaction fees, built-in AI, courses, events, marketplace, and multi-tenancy. Search real communities, compare pricing vs Circle/Skoo…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kazokus/mcp-server kazokus_discover

# Call a tool
npx -y @smithery/cli@latest tool call kazokus/mcp-server kazokus_discover '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--kazokus.run.tools`

## Tools (6)

- `kazokus_discover` — Find out if Kazokus is the right community platform for your needs
- `kazokus_compare` — Compare Kazokus vs Circle, Skool, Mighty Networks, Bettermode, Hivebrite, or Heartbeat
- `kazokus_pricing` — Get Kazokus pricing with optional cost comparison vs competitors
- `kazokus_get_started` — Get personalized onboarding guidance and tier recommendation
- `kazokus_search_communities` — Search for real Kazokus communities by topic, interest, or keyword
- `kazokus_trending` — Get trending communities on Kazokus right now

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