Skip to main content
Glama

MediBill Saver — medical bill audit tools

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct function: full audit, scenario detail, scenario listing, rate lookup, and hospital lookup. No overlap in purpose.

Naming Consistency5/5

All tools use a consistent verb_noun pattern in snake_case (e.g., audit_medical_bill, lookup_cpt_rate), making them predictable and easy to differentiate.

Tool Count5/5

Five tools is well-scoped for a focused medical bill audit domain, covering key operations without unnecessary clutter.

Completeness4/5

Covers core workflows (audit, dispute info, rate/hospital lookup). Minor gap: no tool for payment or retrieving full audit results after payment, but the preview suffices for initial interaction.

Available Tools

5 tools
audit_medical_billAudit a medical bill against six federal data sourcesInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
billTextYesPlain-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.
get_dispute_scenarioGet summary of a medical-bill dispute scenarioInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesScenario slug (e.g. 'upcoded-er-visit', 'duplicate-charges'). Use list_dispute_scenarios first if unsure.
list_dispute_scenariosList all available dispute scenariosInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

lookup_cpt_rateLook up Medicare rate for a CPT/HCPCS codeInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
cptYes5-character CPT or HCPCS code, uppercase (e.g. '99285', 'J7030', 'G0008').
lookup_hospitalLook up a U.S. hospital by CCN or nameInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
ccnNoCMS Certification Number (Provider Number) — 6 character identifier (e.g. '050625').
nameNoHospital name (partial match supported). Use when CCN is not known.
stateNoTwo-letter U.S. state code (e.g. 'CA'). Optional, narrows name search.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources