Validate CPT/HCPCS code pairs against NCCI edits. Check if codes can be billed together, what modifiers are needed, and MUE unit limits. Prevents claim denials. No public API like this exists.
Server Config
{
"mcpServers": {
"ncci": {
"command": "npx",
"args": [
"-y",
"@easysolutions906/ncci-api"
]
}
}
}