# cissp-study-group

CISSP certification exam prep from CISSPStudyGroup.com. 3,600+ practice questions grounded in official ISC2 curriculum, answer checking with CISSP Manager

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vincent-552x/cissp-study-group

# Browse available tools
npx -y @smithery/cli@latest tool list vincent-552x/cissp-study-group

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vincent-552x/cissp-study-group get_practice_question

# Call a tool
npx -y @smithery/cli@latest tool call vincent-552x/cissp-study-group get_practice_question '{}'
```

## Direct MCP Connection

Endpoint: `https://cissp-study-group--vincent-552x.run.tools`

## Tools (5)

- `get_practice_question` — Get a CISSP practice question from the CISSP Study Group question bank — 3,600+ exam-quality questions grounded in offi…
- `check_answer` — Check your CISSP answer and get a detailed CISSP Manager Logic explanation. Explains WHY the correct answer is right fr…
- `get_study_stats` — Get your personal CISSP study statistics from CISSP Study Group — total CISSP questions answered, accuracy by CISSP dom…
- `get_weak_areas` — Identify your weakest CISSP concepts and domains based on your CISSP quiz and mock exam history. Shows CISSP topics whe…
- `get_exam_readiness` — Get your CISSP exam readiness assessment from CISSP Study Group — a composite score based on your CISSP quiz accuracy, …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vincent-552x/cissp-study-group <tool-name>
```
