← quizforge.ai

INDIVIDUAL MCP TOOL

compare_exams

Compare 2–8 certification exams side by side — price, duration, passing score, question count, and domain count.

quizforge.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.quizforge.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_exams and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

quizforge.ai

CONNECT 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.

Related tools

  • search_exams — Search the current Cert Atlas certification and professional exam index by name, code, certifying body, or vendor.
  • get_exam_blueprint — Get 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.
  • list_certifying_bodies — List the certifying bodies / vendors in the current Cert Atlas index with exam counts.