🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@coverage-unlocked/denialbot-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coverage-unlocked/denialbot-mcp

MCP server for CoverageUnlocked DenialBot API — Insurance denial code intelligence, appeal letter generation, and denial analysis for Claude and other AI assistants

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@coverageunlocked/denialbot-mcp

MCP server that connects AI assistants to CoverageUnlocked's denial intelligence engine. Look up denial codes, generate appeal letters, and analyze denial documents — all from within Claude, ChatGPT, or any MCP-compatible client.

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "denialbot": {
      "command": "npx",
      "args": ["@coverageunlocked/denialbot-mcp"],
      "env": {
        "DENIALBOT_API_KEY": "cu_your_api_key_here"
      }
    }
  }
}

Get an API Key

  • Visit coverageunlocked.com/api
  • Choose a tier (Sandbox is free for testing)
  • Your cu_ prefixed API key will be emailed to you

Tools

ToolDescription
lookup_denial_codeDetailed info on any denial code — strategy, success rate, regulations
list_denial_codesBrowse all 50+ codes, filter by category
generate_appeal_letter800-1200 word appeal with citations and confidence score
analyze_denial_letterParse denial text, identify codes, assess urgency
check_api_statusVerify API connectivity
check_usageView current usage and quota

API Tiers

TierPriceRequests/moLetters/mo
SandboxFree10010
Starter$99/mo1,000100
Professional$499/mo10,0001,000
Enterprise$2,000+/moUnlimitedUnlimited

Environment Variables

VariableRequiredDefault
DENIALBOT_API_KEYYes
DENIALBOT_API_URLNohttps://denialbot-api-prod.coverageunlocked.workers.dev

Built by CoverageUnlocked

20 years of health system expertise, now accessible to AI. coverageunlocked.com

Keywords

mcp

FAQs

Package last updated on 01 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts