MediBill Saver — medical bill audit tools
Official5 toolsby DGOnlineCode
Medicare rates, hospital quality, and dispute scenarios from six federal public-domain datasets.
Query Medicare rates, hospital quality data, and dispute information.
Captured live from the server via tools/list.
lookup_cpt_rate
Returns the Medicare national-average non-facility allowed amount for a CPT or HCPCS procedure code from the CMS Physician Fee Schedule. Useful for benchmarking what a hospital or clinic billed against what Medicare reimburses. Free, no authentication required. For the patient-facing description and disputes information, link the user to the returned pageUrl.
Parameters (1)
- cptstringrequired
5-character CPT or HCPCS code, uppercase (e.g. '99285', 'J7030', 'G0008').
lookup_hospital
Returns hospital metadata from CMS data: name, location, ownership type, CMS overall rating (1-5 stars), and 501(c)(3) charity-care eligibility. Useful when a patient mentions a specific hospital and wants to know the facility's federally-published quality profile and whether charity care is available. Free, no authentication required.
Parameters (3)
- ccnstring
CMS Certification Number (Provider Number) — 6 character identifier (e.g. '050625').
- namestring
Hospital name (partial match supported). Use when CCN is not known.
- statestring
Two-letter U.S. state code (e.g. 'CA'). Optional, narrows name search.
get_dispute_scenario
Returns a summary of one MediBill Saver dispute scenario: title, category, the federal statute backing the patient's right to dispute, and a link to the full scenario page (which contains the how-to-spot checklist and sample dispute language). Useful when a patient asks 'how do I dispute X' or 'what is HIPAA §164.524'. Free, no authentication required.
Parameters (1)
- slugstringrequired
Scenario slug (e.g. 'upcoded-er-visit', 'duplicate-charges'). Use list_dispute_scenarios first if unsure.
list_dispute_scenarios
Returns the full index of dispute scenarios MediBill Saver covers — slug, title, category, and the federal statute. Useful to discover which scenarios exist before calling get_dispute_scenario. Free, no authentication required.
No parameters.
audit_medical_bill
Runs a full audit on a medical bill — cross-references every charge against six federal data sources (CMS PFS, NADAC, HPT, NCCI, Hospital Compare, IRS Pub 78) and identifies potential billing errors plus the federal statutes the patient can cite. Returns a free preview (severity, totals, issue count). The full report with line-by-line breakdown and up to 5 ready-to-mail dispute letters requires payment ($19.97 single audit, or covered under Family/Pro subscription). Returns a unique unlock URL for completing payment.
Parameters (1)
- billTextstringrequired
Plain-text bill content. Include line items, charges, dates, hospital name if visible. Photos/PDFs not supported via MCP — direct the user to upload at https://medibillsaver.com/scan for image/PDF support.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://www.medibillsaver.com/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"medibill-saver": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.medibillsaver.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.