Learning Resources
aicertificates.study
Provides exam practice questions, progress tracking, and study tools for Claude certifications.
ENDPOINT 1
https://aicertificates.study/api/mcp
MCP server metadata
- Name
- aicertificates-study
- Version
- 0.1.0
Practice questions for the four Anthropic Claude certifications (CCAR-P, CCAR-F, CCDV-F, CCAO-F). Use this to quiz someone preparing for one of those exams. A good loop: call list_exams, then get_practice_question, present the question WITHOUT the answer, let the user commit to a choice, then call check_answer and teach from the explanations it returns — including why the wrong options are wrong, which is where the exam is actually won. Pass every id you have already served in exclude_ids so the user is not asked the same question twice within a session — the server does not de-duplicate for you. Anonymous callers are recorded nowhere. For a SIGNED-IN caller, check_answer records what they got right and wrong, and my_progress returns it broken down by exam domain. Call my_progress at the start of a session to decide what to drill and after a run to show what moved — the per-domain breakdown is the point, not the overall percentage. Do not use this as an authority on exam registration, eligibility or current pricing — those belong to the certification program and change without notice.
Known tools 5
list_examsThe Claude certifications covered here, with exam codes, item counts, fees and the full domain list with published weights.
Inferred read-onlyget_practice_questionReturns one original practice question with its options and no answer key.
Inferred read-onlymy_progressTheir recorded history for one exam, broken down by blueprint domain with the weakest first.
Inferred read-onlyopen_studyOpen or resume the study page for an exam, optionally focused on a domain or a sub-objective.
Inferred read-onlycheck_answerGrades the user's choice and returns an explanation for EVERY option, including the ones they did not pick.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aicertificates-study]
url = "https://aicertificates.study/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aicertificates-study": {
"type": "http",
"url": "https://aicertificates.study/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aicertificates-study
Remote MCP URL: https://aicertificates.study/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aicertificates-study": {
"url": "https://aicertificates.study/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aicertificates-study": {
"type": "http",
"url": "https://aicertificates.study/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aicertificates-study",
"transport": "streamable-http",
"url": "https://aicertificates.study/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.