Install
$ agentstack add mcp-hyegojarllys-building-with-the-claude-api ✓ 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
Building with the Claude API — Hands-on Portfolio
A hands-on study portfolio focused on LLM Engineering, building agents, RAG pipelines, Evaluation and consuming language model APIs with the Anthropic Claude API.
About this repository
This repository documents my hands-on journey through Anthropic's "Building with the Claude API" course, covering everything from API access fundamentals to advanced agent and workflow architectures.
Each module contains notebooks, scripts, and functional projects that demonstrate real-world implementations—not just theory.
Main Stack: Python · Claude API · RAG · Tool Use · MCP · Embeddings · Prompt Engineering
Module One
- Acessing the claude code API for response the text question and making the request
- implement mult-turn conversation, whith function that append response the assistem and user prompt to the final prompt ( search for more ways to the implement this feature)
- configure prompt system using prompt engineering for more realiability in the final output
- configure temperature and add to the main function for distinc more asrerw deterministic or criative
- response streaming for more expresive user experiense and optimize the user adoption
- control model output using the stop sequence, this very utility for nlp and filter the content structured data as such JSON in Liz ouvidoria - ( pessoal project)
Module Two
- Prompt engineering optimization.
- tipical evaluation pipeline whit : create dataset, create judge agent whith prompt optimized for the evaluation or function whit api call ( grading model).
- run the pipeline, evaluation the asrwer and repeat whith optimization in the main prompt
Module Two
- Implement recent improvements for prompt engineering such :
- beeing clear and direct - ( use adjective in imperative mode )
- XLM tags, for more clarity and concision in the prompt
- Few-shot exemples(provide examples), for instruct llm to response the output whith caracteristics previsibility.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: HyegoJarllys
- Source: HyegoJarllys/Building-with-the-Claude-API
- 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.