Cert Atlas
Rank #15,677io.github.hans6883/cert-atlas
Search 1,562 certification exam blueprints: domains, scoring, prerequisites, compare. No API key.
Cert Atlas is a Model Context Protocol (MCP) server published by hans6883. It ranks #15,677 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Cert Atlas is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 7, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 99,914 of 115,591 servers on MCP Toplist.
Use Cert Atlas
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cert-atlas https://mcp.quizforge.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add cert-atlas -- npx -y cert-atlas-mcp[mcp_servers.cert-atlas]
url = "https://mcp.quizforge.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.cert-atlas]
command = "npx"
args = ["-y", "cert-atlas-mcp"]Add to ~/.codex/config.toml.
https://mcp.quizforge.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cert-atlas": {
"command": "npx",
"args": [
"-y",
"cert-atlas-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cert-atlas": {
"url": "https://mcp.quizforge.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cert-atlas": {
"command": "npx",
"args": [
"-y",
"cert-atlas-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cert-atlas": {
"type": "http",
"url": "https://mcp.quizforge.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"cert-atlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cert-atlas-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cert-atlas": {
"serverUrl": "https://mcp.quizforge.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cert-atlas": {
"command": "npx",
"args": [
"-y",
"cert-atlas-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cert-atlas": {
"url": "https://mcp.quizforge.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cert-atlas": {
"command": "npx",
"args": [
"-y",
"cert-atlas-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hans6883%2Fcert-atlas)<a href="https://mcptoplist.com/server/io.github.hans6883%2Fcert-atlas"><img src="https://mcptoplist.com/badge/io.github.hans6883%2Fcert-atlas.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
hans6883
Other servers by hans6883
View all hans6883 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.2.1 | Jun 7, 2026 |
Frequently asked questions
- Who maintains Cert Atlas?
- Cert Atlas is maintained by hans6883, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Cert Atlas listed on the Official MCP Registry?
- Yes — Cert Atlas is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Cert Atlas have?
- MCP Toplist tracks 1 version of Cert Atlas, most recently published on Jun 7, 2026.
- Where can I find the source code for Cert Atlas?
- The source code for Cert Atlas is hosted at github.com/hans6883/cert-atlas.