io.github.laureennicholson635/automatedrcm-billing-mcp
NPM · AUTOMATEDRCM-BILLING-MCP · SCANNED AUG 18
Medical-billing tools for AI agents: prior-auth checks, denial decoding, claim triage, appeals.
Available components
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 Security99
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 114 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 678 tokens (~96/item across 7 items; 7 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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 · automatedrcm-billing-mcp
claude mcp add laureennicholson635-automatedrcm-billing-mcp -- npx -y automatedrcm-billing-mcp
codex mcp add laureennicholson635-automatedrcm-billing-mcp -- npx -y automatedrcm-billing-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"laureennicholson635-automatedrcm-billing-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"automatedrcm-billing-mcp"
],
"enabled": true
}
}
} openclaw mcp add laureennicholson635-automatedrcm-billing-mcp --command npx --arg -y --arg automatedrcm-billing-mcp
mcp_servers:
laureennicholson635-automatedrcm-billing-mcp:
command: "npx"
args: ["-y", "automatedrcm-billing-mcp"] {
"mcpServers": {
"laureennicholson635-automatedrcm-billing-mcp": {
"command": "npx",
"args": [
"-y",
"automatedrcm-billing-mcp"
]
}
}
} 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.
- 18 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 17 Aug 26 54
First indexed and scored.
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 18 Aug 2026 · Analysed npm/automatedrcm-billing-mcp@1.0.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 114 packages
| Packages resolved | 114 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
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.
appeal_assessment ~153
Full appeal verdict for a denied claim: appeal/fix/write-off decision, deadline math vs the payer's typical appeal window, evidence checklist, payer-specific arguments, and a structured appeal-letter draft. $1.50 per call.
| Name | Type | Req | Description |
|---|---|---|---|
| balance | number | yes | Denied balance in USD |
| cpt | string | – | Optional CPT — unlocks criteria-mapped arguments |
| days_since_denial | number | yes | Days since the denial posted |
| days_since_dos | number | – | Optional days since date of service |
| denial_code | string | yes | CARC denial code, e.g. CO-50 |
| payer | string | yes | US payer, e.g. UHC, MEDICARE |
No output schema declared.
No examples provided.
catalog ~25
Free. List the AutomatedRCM billing-intelligence endpoints, prices, and input shapes.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
claim_triage ~155
Triage an unpaid claim: given the follow-up action code (RES/CPE/CRO/APP/PAY or empty), balance, and claim ages, returns the work bucket (WORK_NOW/WAITING/REVIEW/COMPLETE), risk flags, priority score, and next action with deadline. $0.03 per call.
| Name | Type | Req | Description |
|---|---|---|---|
| action_code | string | – | RES|CPE|CRO|APP|PAY or empty string |
| balance | number | yes | Outstanding balance in USD |
| days_since_dos | number | yes | Days since date of service |
| days_since_last_touch | number | yes | Days since the claim was last worked |
| timely_filing_limit_days | number | – | Default 365 |
No output schema declared.
No examples provided.
denial_decode ~73
Decode a CARC claim-denial code (e.g. CO-50, PR-204): plain-English meaning, category, appealability, concrete next action, and prevention. $0.02 per call.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | CARC denial code, e.g. CO-50 or bare 50 |
No output schema declared.
No examples provided.
free_samples ~27
Free. Real sample outputs from every paid endpoint on fixed example inputs — evaluate quality before paying.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pa_check ~135
Prior-authorization determination for a CPT/HCPCS code + US payer (UHC, Aetna, Cigna, Florida Blue, Humana, Medicare, Medicare Advantage). Returns requirement, clinical criteria, documentation checklist, payer portal and turnaround. $0.05 per call.
| Name | Type | Req | Description |
|---|---|---|---|
| cpt | string | yes | CPT/HCPCS procedure code, e.g. 29881 |
| icd10 | string | – | Optional ICD-10 diagnosis code |
| payer | string | yes | Payer: UHC, AETNA, CIGNA, FLBLUE, HUMANA, MEDICARE, MEDICARE_ADV |
No output schema declared.
No examples provided.
phi_scrub_demo ~110
De-identify healthcare text (DEMO — synthetic/test data ONLY, never real PHI). Strips names, DOBs, IDs, phones, addresses; dates become a derived interval timeline so filing-window math survives. Returns scrubbed text + token map. $0.01 per call. Production use runs in your own environment: laureennicholson@getautomatedrcm.com.
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | SYNTHETIC/TEST text to de-identify (2 KB max) |
No output schema declared.
No examples provided.