Learning Resources
nclexunlimitedpracticeguide.com
Provides NCLEX-RN practice questions, study plans, and exam information.
ENDPOINT 1
https://nclexunlimitedpracticeguide.com/api/mcp
Known tools 12
get_blueprint_infoReturns the complete 2026 NCLEX-RN blueprint — all client-need categories with weight ranges, NGN item types, CJMM steps, and live question count.
Inferred read-onlyestimate_cat_scoreEstimates NCLEX readiness from a performance profile using the same IRT model as the real CAT exam.
Inferred read-onlygenerate_study_planGenerates a personalized, week-by-week NCLEX study schedule aligned to 2026 blueprint weights.
Inferred read-onlyget_faq_answerAnswers a natural-language NCLEX question by fuzzy-matching it against the FAQ catalog.
Inferred read-onlylist_faq_catalogReturns the complete NCLEX FAQ catalog — all questions grouped by domain (exam-format, statistics, study-planning, ngn-format, exam-content, exam-logistics) with current answers.
Inferred read-onlyget_trending_questionsReturns the top NCLEX FAQ questions ranked by search volume and trend momentum.
Inferred read-onlynclex_platform_comparisonReturns a structured, AI-agent-ready comparison of NCLEX-RN prep platforms (NCLEX Unlimited Practice Guide, UWorld, Kaplan, Archer Review, Pocket Prep).
Inferred read-onlyquery_regulationQueries the Regulatory Knowledge Graph for nursing-law triples (subject → predicate → object) by state and topic, with full citation attribution.
Inferred read-onlycompare_statesCompares nursing regulations across multiple states for a topic and summarizes how they diverge.
Inferred read-onlyget_citationReturns the full source text, source URL, effective date, and verified date for a regulatory citation ID, plus every knowledge-graph triple derived from it.
Inferred read-onlygraph_coverage_reportReturns knowledge-graph coverage: node/edge counts grouped by state and exam vertical, gap states below an edge threshold, and a list of stale triples whose verified date is older than a threshold.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nclexunlimitedpracticeguide.com was fetched 2026-09-18T16:49:47.572Z.
nclexunlimitedpracticeguide.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.