denialbot for Cursor
io.github.edgeedgehq/denialbot
Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install denialbot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"denialbot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coverage-unlocked/denialbot-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs