← nclexunlimitedpracticeguide.com

INDIVIDUAL MCP TOOL

get_blueprint_info

Returns the complete 2026 NCLEX-RN blueprint — all client-need categories with weight ranges, NGN item types, CJMM steps, and live question count.

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

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

.mcp.json

{
  "mcpServers": {
    "nclexunlimitedpracticeguide-com": {
      "type": "http",
      "url": "https://nclexunlimitedpracticeguide.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • estimate_cat_score — Estimates NCLEX readiness from a performance profile using the same IRT model as the real CAT exam.
  • generate_study_plan — Generates a personalized, week-by-week NCLEX study schedule aligned to 2026 blueprint weights.
  • get_practice_question — Returns an NCLEX-RN practice question.
  • get_faq_answer — Answers a natural-language NCLEX question by fuzzy-matching it against the FAQ catalog.
  • list_faq_catalog — Returns the complete NCLEX FAQ catalog — all questions grouped by domain (exam-format, statistics, study-planning, ngn-format, exam-content, exam-logistics) with current answers.
  • get_trending_questions — Returns the top NCLEX FAQ questions ranked by search volume and trend momentum.
  • nclex_platform_comparison — Returns a structured, AI-agent-ready comparison of NCLEX-RN prep platforms (NCLEX Unlimited Practice Guide, UWorld, Kaplan, Archer Review, Pocket Prep).
  • query_regulation — Queries the Regulatory Knowledge Graph for nursing-law triples (subject → predicate → object) by state and topic, with full citation attribution.