Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Goingparabolic/painprep-mcp-server

NPM · PAINPREP-MCP-SERVER · SCANNED AUG 3

Interventional pain medicine MCP: Medicare checklists, CPT/ICD-10, ASRA, prior-auth & appeals

Available components

+23 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1065 tokens (~118/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · painprep-mcp-server

# add to Claude Code
claude mcp add goingparabolic-painprep-mcp-server -- npx -y painprep-mcp-server
# add to Codex CLI
codex mcp add goingparabolic-painprep-mcp-server -- npx -y painprep-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "goingparabolic-painprep-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "painprep-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add goingparabolic-painprep-mcp-server --command npx --arg -y --arg painprep-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  goingparabolic-painprep-mcp-server:
    command: "npx"
    args: ["-y", "painprep-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "goingparabolic-painprep-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "painprep-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +40
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Maintenance: pass → unverified functional
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −39
    • Known CVEs: partial → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 29 Jul 26 +54
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 28 Jul 26 −21
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 9 exposed · ~970 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_documentation_completeness ~118

Given a procedure and the list of items already documented in the chart, audits the note against the Medicare required-documentation checklist and returns what is satisfied, what is still missing (with rationale and suggested wording), a spotlight on commonly-missed gaps, and an overall completeness score. PREMIUM tier.

NameTypeReqDescription
documentedarrayyesItems already documented — checklist item ids or free-text phrases (e.g. "MRI findings", "conservative care 8 weeks").
procedurestringyesProcedure name, id, or CPT code.

No output schema declared.

No examples provided.

get_contraindications ~84

Given a procedure, returns its bleeding-risk level and the ASRA-aligned anticoagulant/antiplatelet stop-and-restart guidance (per agent), special considerations, and general pre-procedure safety checks. Always verify against the current ASRA guidelines and institutional policy. PREMIUM tier.

NameTypeReqDescription
procedurestringyesProcedure name, id, or CPT code.

No output schema declared.

No examples provided.

get_cpt_codes ~73

Given a procedure (name, id, or CPT code), returns the primary CPT code(s), add-on codes, work RVUs, typical facility setting (office/ASC/hospital), and billing notes. FREE tier.

NameTypeReqDescription
procedurestringyesProcedure name, id, or a CPT code to look up.

No output schema declared.

No examples provided.

get_denial_reasons ~62

Given a procedure, returns the common payer denial reasons with their relative frequency, the concrete fix/remedy for each, and a ready-to-adapt appeal letter snippet. PREMIUM tier.

NameTypeReqDescription
procedurestringyesProcedure name, id, or CPT code.

No output schema declared.

No examples provided.

get_icd10_codes ~63

Given a procedure, returns the approved/supportive ICD-10 diagnosis codes, codes to AVOID (common denial triggers), and coding tips for medical-necessity support. PREMIUM tier.

NameTypeReqDescription
procedurestringyesProcedure name, id, or CPT code.

No output schema declared.

No examples provided.

get_medicare_checklist ~71

Given a procedure, returns the full Medicare/LCD documentation checklist: required documentation items with rationale and suggested chart wording, top denial triggers, and pre-submission admin checks. Flags items that are commonly missed. PREMIUM tier.

NameTypeReqDescription
procedurestringyesProcedure name, id, or CPT code.

No output schema declared.

No examples provided.

get_prior_auth_letter ~341

Generates a formal, payer-ready prior-authorization / medical-necessity letter for a procedure, merging supplied patient and clinical details with the procedure’s CPT codes, recommended primary ICD-10 code, evidence grade, and necessity rationale. Any field left unspecified is rendered as a clearly-marked fill-in blank. The structured medical-necessity worksheet is appended when available. PREMIUM tier.

NameTypeReqDescription
conservativeCarestringFailed conservative care with durations, e.g. "8 weeks PT, NSAIDs x6 weeks".
diagnosisstringPrimary diagnosis narrative (e.g. "left L5 radiculopathy").
functionalLimitationsstringFunctional limitations narrative.
icd10stringPrimary ICD-10 code; defaults to the recommended primary code.
imagingFindingsstringRelevant MRI/CT/X-ray findings with date.
includeWorksheetbooleanAppend the structured medical-necessity worksheet template (default true).
memberIdstringInsurance member / Medicare beneficiary ID.
painScorestringPain score, e.g. "7/10 at rest, 9/10 with activity".
patientDOBstringPatient date of birth.
patientNamestringPatient full name.
payerstringPayer / insurance company name.
procedurestringyesProcedure name, id, or CPT code.
providerNPIstringOrdering provider NPI.
providerNamestringOrdering provider name and credentials.
symptomDurationstringSymptom duration, e.g. "5 months".

No output schema declared.

No examples provided.

get_procedure_list ~89

Returns the full catalog of interventional pain medicine procedures, grouped by category. Each entry includes the procedure id (used by other tools), display name, short name, and headline CPT code(s). Optionally filter by a category id or name. FREE tier.

NameTypeReqDescription
categorystringOptional category filter (id like "epidural" or label like "Epidural Injections").

No output schema declared.

No examples provided.

get_research_evidence ~69

Given a procedure, returns the overall evidence grade, a summary of the evidence base, and the key supporting studies (title, journal, year, and headline finding) for use in notes and appeals. PREMIUM tier.

NameTypeReqDescription
procedurestringyesProcedure name, id, or CPT code.

No output schema declared.

No examples provided.