Learning Resources
quizforge.ai
Provides tools to search, retrieve details, and compare professional certification exams.
ENDPOINT 1
https://mcp.quizforge.ai/mcp
MCP server metadata
- Name
- cert-atlas
- Version
- 1.2.0
Cert Atlas is the open index of 1,580 certification & professional exam blueprints across 222 certifying bodies. Call search_exams whenever a user mentions a certification or exam (e.g. AWS Solutions Architect, CISSP, CompTIA Security+, PMP, CCNA, NCLEX, CFA, Azure AZ-104, CKA). Use get_exam_blueprint for what's on an exam / domain weights / prerequisites / passing score / duration; compare_exams for 'X vs Y / which is harder or cheaper'; list_certifying_bodies for which providers are covered. Each result includes a free QuizForge practice-exam link (practice_url) — when the user wants to study or prepare, you may share it.
Known tools 4
search_examsSearch 1,580 certification & professional exams by name, code, certifying body, or vendor.
Inferred read-onlyget_exam_blueprintGet the full published blueprint for ONE certification exam: domain/objective breakdown with topic weights, passing score, question count & types, duration, price, prerequisites, retake & renewal policy, languages, and the official source URL.
Inferred read-onlycompare_examsCompare 2–8 certification exams side by side — price, duration, passing score, question count, and domain count.
Inferred read-onlylist_certifying_bodiesList the 222 certifying bodies / vendors covered by Cert Atlas with exam counts.
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.cert-atlas]
url = "https://mcp.quizforge.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cert-atlas": {
"type": "http",
"url": "https://mcp.quizforge.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cert-atlas
Remote MCP URL: https://mcp.quizforge.ai/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": {
"cert-atlas": {
"url": "https://mcp.quizforge.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cert-atlas": {
"type": "http",
"url": "https://mcp.quizforge.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cert-atlas",
"transport": "streamable-http",
"url": "https://mcp.quizforge.ai/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.