Adaptive certification prep powered by the Model Context Protocol.
Ace the Claude Certified Architect exam
Adaptive certification prep powered by the Model Context Protocol. 390 questions. Guided capstone build. 30 concept handouts. 6 reference projects. Practice exams. Interactive dashboard. Spaced repetition. Zero sycophancy.
Quick Start • Learning Path • Interactive Experience • Assessment • Handouts • Practice • Capstone Build • Practice Exams • Dashboard • Reference Projects • Tools • Architecture
What is Architect Cert?
Architect Cert is a free, open-source MCP server that turns Claude into your personal certification tutor for the Claude Certified Architect — Foundations exam. No courses, no slides, no video lectures — just ask Claude and study.
It ships with:
- 390 scenario-based questions across all 5 exam domains and 30 task statements
- Interactive clickable UI — answer questions with A/B/C/D buttons, select follow-ups, pick domains with checkboxes — all inside Claude
- Lessons-first assessment — learn each domain's concepts before being tested on them
- Guided capstone build — shape your own project, then build it step-by-step while learning every task statement hands-on
- 30 concept handouts — one per task statement, with code examples and common mistakes
- 6 reference projects — runnable TypeScript codebases demonstrating each domain in practice
- Practice exams — 60-question weighted exams with history tracking and improvement trends
- Progress dashboard — glassmorphism visual dashboard with mastery levels, exam history chart, activity timeline
- Visual progress tracking — todo checklists track your progress through assessments, exams, and capstone builds in real time
- Interactive follow-ups — wrong answer? Click to see code examples, concept lessons, handouts, or reference projects
- PDF generation — branded handout PDFs with the Architect Cert logo for offline study
- Spaced repetition — SM-2 algorithm schedules reviews at optimal intervals
- Deterministic grading — pure function grading, no LLM judgment, zero sycophancy
Everything runs locally. No cloud, no accounts, no telemetry.
Quick Start
1. Install
npm install -g connectry-architect-mcp
2. Configure Your MCP Client
Claude Code — One-liner
claude mcp add connectry-architect -- connectry-architect-mcp
That's it. Restart Claude Code and the server starts automatically.
Claud
Tools (3)
get_questionRetrieves a scenario-based question for the Claude Certified Architect exam.submit_answerSubmits an answer to a specific question and returns grading results.get_handoutRetrieves a concept handout for a specific task statement.Configuration
{"mcpServers": {"connectry-architect": {"command": "npx", "args": ["-y", "connectry-architect-mcp"]}}}