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.edgeedgehq/denialbot

NPM · @COVERAGE-UNLOCKED/DENIALBOT-MCP · SCANNED AUG 3

Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.

−10 this week 64 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 & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • 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 154 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 567 tokens (~94/item across 6 items; 6 tools + 0 resources), lean.Pass
  • 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 · @coverage-unlocked/denialbot-mcp

# add to Claude Code
claude mcp add edgeedgehq-denialbot -- npx -y @coverage-unlocked/denialbot-mcp
# add to Codex CLI
codex mcp add edgeedgehq-denialbot -- npx -y @coverage-unlocked/denialbot-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "edgeedgehq-denialbot": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@coverage-unlocked/denialbot-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add edgeedgehq-denialbot --command npx --arg -y --arg @coverage-unlocked/denialbot-mcp
# ~/.hermes/config.yaml
mcp_servers:
  edgeedgehq-denialbot:
    command: "npx"
    args: ["-y", "@coverage-unlocked/denialbot-mcp"]
// mcp.json
{
  "mcpServers": {
    "edgeedgehq-denialbot": {
      "command": "npx",
      "args": [
        "-y",
        "@coverage-unlocked/denialbot-mcp"
      ]
    }
  }
}
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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +45
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 0
    • 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 −74
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 27 Jul 26 +55
    • 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
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • Licence: MIT functional
  • 26 Jul 26 19

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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/@coverage-unlocked/[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 — 6 exposed · ~567 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
analyze_denial_letter ~87

Analyze raw denial letter text to identify denial codes, classify the denial type, assess urgency, and recommend next steps. Use when a user has received a denial letter and wants to understand it, or needs help identifying what codes apply.

NameTypeReqDescription
denial_textstringyesThe full text of the insurance denial letter or Explanation of Benefits (EOB). Can be pasted directly from the document.

No output schema declared.

No examples provided.

check_api_status ~29

Check the operational status of the DenialBot API. Use to verify connectivity before making other calls.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

check_usage ~25

Check current API usage, quota remaining, and tier information for the authenticated API key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

generate_appeal_letter ~209

Generate a professional 800-1200 word insurance appeal letter with regulatory citations (ACA, ERISA), clinical evidence references, confidence score, and estimated success rate. Use when a user wants help writing an appeal, has been denied coverage, or needs a template appeal letter.

NameTypeReqDescription
denial_codestringyesThe denial code from the insurance company (e.g., 'CO-18')
denial_reasonstringThe stated reason for denial from the insurance company's explanation of benefits (EOB)
diagnosisstringyesThe patient's medical diagnosis (e.g., 'Type 2 Diabetes Mellitus with peripheral neuropathy')
insurance_companystringThe insurance company name (e.g., 'Blue Cross Blue Shield of Illinois')
patient_summarystringBrief clinical summary of the patient's situation, relevant history, and why the procedure is needed
procedurestringyesThe denied medical procedure or service (e.g., 'Advanced continuous glucose monitoring system')

No output schema declared.

No examples provided.

list_denial_codes ~117

List all 50+ insurance denial codes in the database. Returns code, description, and category for each. Optionally filter by category. Use when a user wants to browse codes, find the right code for their situation, or asks 'what are the common denial codes'.

NameTypeReqDescription
categorystringOptional filter by category: 'Coverage', 'Medical Necessity', 'Procedure Related', 'Cost-Sharing', 'Administrative', 'Patient Issues', 'Other Adjudication', 'Frequency Limits'. Omit to list all codes.

No output schema declared.

No examples provided.

lookup_denial_code ~100

Look up detailed information about an insurance denial code including description, category, appeal strategy, success rate, recommended actions, and supporting regulations. Use when a user mentions a specific denial code or asks about a denial reason.

NameTypeReqDescription
codestringyesThe denial code to look up (e.g., 'CO-18', 'PR-1', 'OA-23', 'MA-04'). Supports all standard CARC/RARC denial code formats.

No output schema declared.

No examples provided.