Catalog
io.github.maximusrufus/medigami
OfficialAttested healthcare-finance MCP: bill scans, appeals, denials, rate + ICD/CPT/NPI lookups.
Healthcare billing system with appeals, denials, and medical coding lookups.
README not available yet.
Install
Configuration
Environment variables
MEDIGAMI_MCP_URLOverride the hosted SSE endpoint (defaults to https://mcp.medigami.com/public/sse). Leave unset for production.
claude_desktop_config.json
{
"mcpServers": {
"medigami": {
"command": "npx",
"args": [
"-y",
"@medigamiofficial/mcp@0.1.12"
],
"env": {
"MEDIGAMI_MCP_URL": "<YOUR_MEDIGAMI_MCP_URL>"
}
}
}
}