{
  "$schema": "https://mcp-manifest.dev/schema/v0.1.json",
  "version": "0.1",
  "server": {
    "name": "triumph",
    "displayName": "Triumph — Praxis 5001 Study Tool",
    "description": "Free Praxis 5001 (Elementary Education: Multiple Subjects) study tool: 969 original practice questions across four subtests, bank statistics, and study-guide articles. Read-only; no account required.",
    "version": "1.0.0",
    "homepage": "https://praxis5001.com/",
    "provider": {
      "name": "Triumph",
      "url": "https://praxis5001.com/about",
      "contact": "abc15531888397@gmail.com"
    }
  },
  "install": [
    {
      "method": "streamable-http",
      "url": "https://praxis5001.com/mcp",
      "priority": 0,
      "label": "Connect directly (Streamable HTTP)"
    }
  ],
  "transport": "streamable-http",
  "transports": ["streamable-http"],
  "url": "https://praxis5001.com/mcp",
  "protocolVersions": ["2025-06-18", "2025-03-26"],
  "auth": {
    "type": "none",
    "description": "All MCP tools are public and read-only. A scoped API key (X-API-Key) is optional for the REST API."
  },
  "config": [],
  "tools": [
    "list_subtests",
    "get_questions",
    "get_random_questions",
    "get_bank_stats",
    "list_study_guides"
  ],
  "endpoints": {
    "mcp": "https://praxis5001.com/mcp",
    "openapi": "https://praxis5001.com/openapi.json",
    "openapi_yaml": "https://praxis5001.com/api/openapi.yaml",
    "rest_base": "https://praxis5001.com/api/v1/",
    "agent_skills_index": "https://praxis5001.com/.well-known/agent-skills/index.json",
    "llms_txt": "https://praxis5001.com/llms.txt"
  },
  "keywords": ["praxis", "praxis-5001", "teacher-certification", "education", "practice-questions", "study-guide", "test-prep"]
}
