MCP Server
Maintained
MIT
io.github.edgeedgehq/coverageunlocked MCP Server
io.github.edgeedgehq/coverageunlocked
What is the io.github.edgeedgehq/coverageunlocked MCP server?
AI-powered insurance denial appeals. Win probabilities, payer intelligence & regulatory leverage.
How to install io.github.edgeedgehq/coverageunlocked
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": {
"coverageunlocked": {
"command": "npx",
"args": [
"-y",
"coverageunlocked-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"coverageunlocked": {
"command": "npx",
"args": [
"-y",
"coverageunlocked-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"coverageunlocked": {
"command": "npx",
"args": [
"-y",
"coverageunlocked-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"coverageunlocked": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"coverageunlocked-mcp"
]
}
}
}Claude Code
claude mcp add coverageunlocked -- npx -y coverageunlocked-mcpRelated MCP servers
Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.
View repository →