Skip to content
Grok

denialbot for Grok

io.github.edgeedgehq/denialbot

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

client:Grok transport:stdio runtime:npm

Install denialbot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "denialbot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@coverage-unlocked/denialbot-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

denialbot in other clients