Interventional pain medicine MCP: Medicare checklists, CPT/ICD-10, ASRA, prior-auth & appeals
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An MCP server for interventional pain medicine β Medicare documentation checklists, CPT/ICD-10 coding, ASRA anticoagulation guidance, prior-authorization letters, denial appeals, and research evidence for 85+ procedures.
Built from PainPrep by Keith Schmidt, MD (triple board-certified pain medicine). This server makes PainPrep's clinical reference data available to any MCP client β Claude Desktop, Claude Code, or your own agent.
β οΈ Clinical decision-support, not medical advice. All output must be reviewed by a licensed clinician. Coding, coverage, and anticoagulation guidance change frequently β always verify against current CMS/LCD policy and the latest ASRA guidelines.
| Tool | Tier | Description |
|---|---|---|
get_procedure_list | Free | Full catalog of procedures grouped by category, with ids and headline CPT codes. |
get_cpt_codes | Free | Primary + add-on CPT codes, work RVUs, facility setting, and billing notes. |
get_medicare_checklist | Premium | Full LCD/Medicare documentation checklist with rationale, suggested wording, denial triggers, and admin checks. |
get_icd10_codes | Premium | Approved/supportive ICD-10 codes, codes to avoid, and coding tips. |
get_contraindications | Premium | Bleeding-risk tier + per-medication ASRA hold/resume guidance + safety checks. |
get_prior_auth_letter | Premium | Generates a payer-ready prior-authorization / medical-necessity letter from patient details + procedure data. |
get_denial_reasons | Premium | Common denial reasons with frequency, the fix for each, and an appeal letter snippet. |
get_research_evidence | Premium | Evidence grade, summary, and key studies with citations. |
check_documentation_completeness | Premium | Audits a note against the required checklist and scores completeness, highlighting commonly-missed gaps. |
Every tool accepts a procedure as a name, id, or CPT code (e.g. "Lumbar/Sacral Interlaminar ESI", "lesi", or "62323"). Unrecognized queries return "did you mean" suggestions.
The fastest way to run the server β npx clones, builds, and launches it in one step:
Or wire it straight into an MCP client (see examples/claude_desktop_config.json):
The repository ships with the extracted JSON in
src/data/, sonpm run extractis only needed to regenerate it from an updated PainPrep source.
Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):
Restart Claude Desktop. You'll then be able to ask things like:
See examples/claude_desktop_config.json for an npx variant.
The same tools are served over Streamable HTTP for remote deployment (MCPize, a VPS, or serverless):
The HTTP transport is stateless and multi-tenant: the per-customer license key is read from a request header, so a single deployment can serve many customers.
| Tier | Price | Tools included |
|---|---|---|
| Free | $0 | get_procedure_list, get_cpt_codes |
| Premium | $29/month | All 9 tools β Medicare checklists, ICD-10 guidance, ASRA anticoagulation checks, prior-auth letters, denial appeals, research evidence, documentation auditing |
Purchase a Premium license key via Stripe:
After subscribing you'll receive a license key in the format PP-XXXX-XXXX-XXXX. Set it in your MCP client configuration (see setup instructions above).
PainPrep is available on multiple MCP marketplaces:
The server has a built-in free / premium split designed to be wired to a billing provider (Stripe, MCPize) with minimal change.
get_procedure_list, get_cpt_codes.Premium tools are still discoverable (they appear in tools/list so clients can advertise the upgrade), but calling one without a valid entitlement returns an upgrade prompt instead of data.
Configured via environment variables (stdio) or request headers (HTTP):
| Variable | Purpose |
|---|---|
PAINPREP_LICENSE_KEY | The customer's license key. |
PAINPREP_TIER | Force premium or free (self-hosted / enterprise override). |
PAINPREP_VALID_KEYS | Comma-separated allowlist of keys treated as valid premium (manual provisioning / testing). |
PAINPREP_LICENSE_VERIFY_URL | Optional HTTP endpoint for remote key verification. When set, keys are validated against this service instead of locally. |
A locally-issued key matches the format PP-XXXX-XXXX-XXXX. For production, point PAINPREP_LICENSE_VERIFY_URL at your billing webhook; it should accept { "key": "..." } and return { "valid": true, "tier": "premium", "expiresAt": "..." }.
The verification layer lives entirely in src/licensing.ts behind a LicenseProvider interface β swap the implementation without touching any tool.
Clinical data is extracted from the PainPrep application source. The extractor
(scripts/extract-data.mjs) locates the embedded data objects (CATEGORIES,
CHECKLISTS, ANTICOAG, MED_NECESSITY, ICD10_REF, DENIAL_TEMPLATES,
CPT_DETAILS, RESEARCH_EVIDENCE), evaluates each literal in a sandbox, and
writes clean JSON to src/data/. To regenerate from an updated source:
MIT Β© 2026 Keith Schmidt, MD
The clinical reference content is provided for educational and decision-support purposes only and does not constitute medical advice.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/painprep-mcp-server)<a href="https://allmcps.com/mcp/painprep-mcp-server"><img src="https://allmcps.com/api/badge/painprep-mcp-server?style=directory" alt="Painprep Mcp Server on AllMCPs" /></a>