Skip to content
Back to search
100
MCP live v1.0.1 MCP 2025-03-26 streamable-http

MediBill Saver — medical bill audit tools

io.github.dgonlinecode/medibill-saver

Medicare rates, hospital quality, and dispute scenarios from six federal public-domain datasets.

Uptime
50.0%
2 direct probes · 30d
Response
578ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

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 agains…

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 …

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-s…

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, …

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 p…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "medibill_saver_—_medical_bill_audit_tools": {
      "url": "https://www.medibillsaver.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}