← aicertificates.study

INDIVIDUAL MCP TOOL

open_study

Open or resume the study page for an exam, optionally focused on a domain or a sub-objective.

aicertificates.studynone authenticationAvailability not checked

LIVE ENDPOINT

https://aicertificates.study/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for open_study 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

aicertificates.study

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

Related tools

  • list_exams — The Claude certifications covered here, with exam codes, item counts, fees and the full domain list with published weights.
  • get_practice_question — Returns one original practice question with its options and no answer key.
  • my_progress — Their recorded history for one exam, broken down by blueprint domain with the weakest first.
  • check_answer — Grades the user's choice and returns an explanation for EVERY option, including the ones they did not pick.