MCP.so
Sign In
M

Medibill Saver

@DGOnlineCode

About Medibill Saver

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

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "medibill-saver": {
      "url": "https://www.medibillsaver.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}

Tools

5

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.

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.

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.

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.

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.

Overview

What is Medibill Saver?

Medibill Saver is an MCP server that lets AI agents look up Medicare reimbursement rates, hospital quality data, charity-care eligibility, and dispute scenarios from six federal public-domain datasets. It is built to help U.S. patients audit hospital bills.

How to use Medibill Saver?

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.

Key features of Medibill Saver

  • 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

Use cases of Medibill Saver

  • Auditing hospital bills for overcharges
  • Comparing hospital charges to Medicare rates
  • Determining charity-care eligibility for patients
  • Generating dispute scenarios for bill negotiation

FAQ from Medibill Saver

What federal datasets does Medibill Saver use?

It uses CMS Physician Fee Schedule, NADAC, Hospital Price Transparency, NCCI bundling edits, CMS Hospital Compare, and IRS Publication 78.

How many tools are available?

Five tools: lookup_cpt_rate, lookup_hospital, list_dispute_scenarios, get_dispute_scenario, and audit_medical_bill.

Who is Medibill Saver for?

It is built for AI agents helping U.S. patients audit hospital bills.

Where is the server hosted and what transport does it use?

The server is a remote HTTP server at https://www.medibillsaver.com/api/mcp.

Frequently asked questions

What federal datasets does Medibill Saver use?

It uses CMS Physician Fee Schedule, NADAC, Hospital Price Transparency, NCCI bundling edits, CMS Hospital Compare, and IRS Publication 78.

How many tools are available?

Five tools: `lookup_cpt_rate`, `lookup_hospital`, `list_dispute_scenarios`, `get_dispute_scenario`, and `audit_medical_bill`.

Who is Medibill Saver for?

It is built for AI agents helping U.S. patients audit hospital bills.

Where is the server hosted and what transport does it use?

The server is a remote HTTP server at `https://www.medibillsaver.com/api/mcp`.

Comments

More Other MCP servers