← medibillsaver.com
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.medibill-saver]
url = "https://www.medibillsaver.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"medibill-saver": {
"type": "http",
"url": "https://www.medibillsaver.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: medibill-saver
Remote MCP URL: https://www.medibillsaver.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"medibill-saver": {
"url": "https://www.medibillsaver.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"medibill-saver": {
"type": "http",
"url": "https://www.medibillsaver.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "medibill-saver",
"transport": "streamable-http",
"url": "https://www.medibillsaver.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.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).list_dispute_scenarios— Returns the full index of dispute scenarios MediBill Saver covers — slug, title, category, and the federal statute.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.