PluginBench
MCP Server

io.github.edgeedgehq/denialbot MCP Server

io.github.edgeedgehq/denialbot

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-mcp

Related MCP servers

AI-powered insurance denial appeals. Win probabilities, payer intelligence & regulatory leverage.

0
TypeScript
MIT
View repository →