Install
$ agentstack add mcp-satya00089-claude-certified-architect-foundations ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Claude Certified Architect – Foundations
> Independent study guide and practice repository for Claude Certified Architect – Foundations.
This repository contains structured study materials, practical notes, and hands-on examples for developers, architects, and AI engineers preparing for the Claude Certified Architect – Foundations certification.
It is designed to help learners understand the core concepts, workflows, and implementation patterns commonly associated with Claude-based production systems.
> This is an independent educational resource and is not an official Anthropic repository.
Why this repository exists
People looking for Claude Certified Architect – Foundations resources often have to piece information together from scattered documentation, examples, and tutorials.
This repository aims to make that easier by organizing useful learning material in one place.
What's included
- Study notes
- Hands-on exercises
- Code examples
- Certification-aligned domain coverage
- Prompting and context management examples
- Practical Claude API workflows
Exam Overview
| Detail | Info | |--------|------| | Format | Multiple choice (1 correct, 3 distractors) | | Scoring | Scaled score of 100–1,000 | | Passing Score | 720 | | Scenarios | 4 out of 6 selected at random | | Penalty for Guessing | None |
Content Domains & Weightings
| Domain | Weight | |--------|--------| | Agentic Architecture & Orchestration | 27% | | Tool Design & MCP Integration | 18% | | Claude Code Configuration & Workflows | 20% | | Prompt Engineering & Structured Output | 20% | | Context Management & Reliability | 15% |
Start Here
If you're new, follow this order:
- Claude API basics
- Multi-turn conversations
- System prompts
- Prompt engineering
- Structured output
- Streaming
- Evaluation and practice
- Architecture concepts
Recommended first folder:
accessing-claude-with-the-api/001_requests
Repository Structure
claude-certified-architect-foundations/
├── accessing-claude-with-the-api/
│ ├── 001_requests/
│ ├── 002_multi_turn_conversations/
│ ├── 003_chat_exercise/
│ ├── 004_system_prompts/
│ ├── 005_system_prompts_exercise/
│ ├── 006_temperature/
│ ├── 007_streaming/
│ └── 008_structured_data/
├── prompt-evaluation/
├── public/
├── LICENSE
└── README.md
Getting Started
Clone the repository
git clone https://github.com/satya00089/claude-certified-architect-foundations.git
cd claude-certified-architect-foundations
Create a virtual environment
python -m venv .venv
Activate the environment
macOS / Linux
source .venv/bin/activate
Windows PowerShell
.venv\Scripts\Activate.ps1
Install dependencies
Install dependencies inside the module you want to run.
Example:
cd accessing-claude-with-the-api/001_requests
pip install -r requirements.txt
> Note: Each folder has its own requirements.txt. Install per module as needed.
Suggested Study Approach
- Read the topic folder
- Run the example code
- Modify prompts and parameters
- Observe the outputs
- Compare behaviors
- Keep your own notes
This repository is most useful when treated as a practice lab, not just reading material.
Useful Official References
Helpful areas to review alongside this repository:
- Anthropic documentation
- Claude API docs
- Claude Code docs
- Model Context Protocol (MCP) docs
- Anthropic certification / learning resources
What's not included
- Official exam questions
- Brain dumps
- Leaked proprietary content
- Guaranteed exam answers
- Official Anthropic certification materials
Disclaimer
This repository is an independent educational resource created for learning and practice.
It is not affiliated with, endorsed by, or officially maintained by Anthropic.
All trademarks, product names, and platform names belong to their respective owners.
If you are preparing for any certification, always verify the latest requirements and domain coverage using official sources.
Support
If this repository helps you:
- Star the repo
- Fork it for your own notes
- Share it with others who may find it useful
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: satya00089
- Source: satya00089/claude-certified-architect-foundations
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.