What is the io.github.edgeedgehq/denialbot MCP server?
Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.
How to install io.github.edgeedgehq/denialbot
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"denialbot": {
"command": "npx",
"args": [
"-y",
"@coverage-unlocked/denialbot-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"denialbot": {
"command": "npx",
"args": [
"-y",
"@coverage-unlocked/denialbot-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"denialbot": {
"command": "npx",
"args": [
"-y",
"@coverage-unlocked/denialbot-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"denialbot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coverage-unlocked/denialbot-mcp"
]
}
}
}Claude Code
claude mcp add denialbot -- npx -y @coverage-unlocked/denialbot-mcpRelated MCP servers
io.github.edgeedgehq/coverageunlocked
Maintained
AI-powered insurance denial appeals. Win probabilities, payer intelligence & regulatory leverage.
0
View repository →TypeScript
MIT