← learndiag.com

INDIVIDUAL MCP TOOL

get_bank_stats

Get counts of available practice questions per subtest and per content category.

learndiag.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://learndiag.com/mcp

No auth detected

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

learndiag.com

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.triumph]
url = "https://learndiag.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "triumph": {
      "type": "http",
      "url": "https://learndiag.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: triumph
Remote MCP URL: https://learndiag.com/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": {
    "triumph": {
      "url": "https://learndiag.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "triumph": {
      "type": "http",
      "url": "https://learndiag.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "triumph",
  "transport": "streamable-http",
  "url": "https://learndiag.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_subtests — List the four Praxis 5001 subtests (5002 reading, 5003 math, 5004 social studies, 5005 science) with question counts and content categories in the Learndiag bank.
  • get_questions — Fetch original Praxis 5001 practice questions with answer options, the correct answer and an explanation.
  • get_random_questions — Draw random original Praxis 5001 practice questions, optionally restricted to one subtest or category.
  • list_study_guides — List Learndiag’s free Praxis 5001 study-guide articles with their HTML and markdown URLs.