# ABA Sensei

AI-powered exam prep for BCBA, BCaBA & RBT certification. Practice questions with clinical scenarios, concept explanations, study flashcards, and AI tutoring for behavior analysts.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list abasensei/aba-sensei

# Get full schema for a tool
npx -y @smithery/cli@latest tool get abasensei/aba-sensei generate_question

# Call a tool
npx -y @smithery/cli@latest tool call abasensei/aba-sensei generate_question '{}'
```

## Direct MCP Connection

Endpoint: `https://aba-sensei--abasensei.run.tools`

## Tools (4)

- `generate_question` — Generate a BCBA or RBT exam practice question with clinical scenario.
- `explain_concept` — Explain an ABA concept using the Socratic method.
- `create_flashcards` — Create study flashcards for ABA exam prep.
- `chat` — ABA tutoring conversation.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get abasensei/aba-sensei <tool-name>
```
