← quizforge.ai

INDIVIDUAL MCP TOOL

search_exams

Search 1,580 certification & professional exams by name, code, certifying body, or vendor.

quizforge.ainone authenticationAvailability not checked

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 endpoint

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

  • 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.
  • compare_exams — Compare 2–8 certification exams side by side — price, duration, passing score, question count, and domain count.
  • list_certifying_bodies — List the 222 certifying bodies / vendors covered by Cert Atlas with exam counts.