Medibill Saver
About
MediBill Saver MCP server. Look up Medicare reimbursement rates, hospital quality data, charity-care eligibility, and dispute scenarios from six federal public-domain datasets (CMS Physician Fee Schedule, NADAC, Hospital Price Transparency, NCCI bundling edits, CMS Hospital Compa
Details
- Author
- DGOnlineCode
- Downloads
- 139
- Categories
- Other
Jump to
- Looks up Medicare rates from CMS Physician Fee Schedule
- Checks hospital quality data from CMS Hospital Compare
- Retrieves charity-care eligibility from IRS Publication 78
- Provides dispute scenarios for bill negotiation
- Uses six federal public-domain datasets
- Exposes five tools via a remote HTTP server
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Medibill SaverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Connect to the remote HTTP server at https://www.medibillsaver.com/api/mcp. The server exposes five tools: lookup_cpt_rate, lookup_hospital, list_dispute_scenarios, get_dispute_scenario, and audit_medical_bill.
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.
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.
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.
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.
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"medibill saver": {
"medibill-saver": {
"url": "https://www.medibillsaver.com/api/mcp",
"transport": "streamable-http"
}
}
}
}
McpServers
{
"medibill-saver": {
"url": "https://www.medibillsaver.com/api/mcp",
"transport": "streamable-http"
}
}
MediBill Saver MCP server. Look up Medicare reimbursement rates, hospital quality data, charity-care eligibility, and dispute scenarios from six federal public-domain datasets (CMS Physician Fee Schedule, NADAC, Hospital Price Transparency, NCCI bundling edits, CMS Hospital Compare, IRS Publication 78). Built for AI agents helping U.S. patients audit hospital bills. Remote HTTP server at https://www.medibillsaver.com/api/mcp. 5 tools: lookup_cpt_rate, lookup_hospital, list_dispute_scenarios, get_dispute_scenario, audit_medical_bill.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



