Woogoro Medical Bill Analyzer
About
MCP server for Woogoro Medical Bill Analyzer.
Details
- Author
- TruePrice-tech
- Downloads
- 123
- Categories
- Other
Jump to
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
Woogoro Medical Bill AnalyzerCommand (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
{
"mcpServers": {
"woogoro": {
"url": "https://mcp.woogoro.com/mcp"
}
}
}
parse_bill
Analyze a medical bill, hospital bill, EOB (Explanation of Benefits), or healthcare invoice. Identifies CPT codes, charges, insurance applications, potential errors (duplicate charges, upcoding, unbundling, balance billing, No Surprises Act violations), and dispute opportunities. Accepts the bill as either pasted text or one or more base64-encoded image data URLs (format: 'data:image/png;base64,...'). Returns structured analysis including red flags and specific dispute actions.
check_errors
Check a previously-parsed medical bill (or fresh bill text/images) specifically for billing errors: duplicate charges, upcoding, unbundling violations (NCCI rules), balance billing, facility fees, No Surprises Act violations, and potential overcharges vs Medicare rates. Returns only the errors and dispute opportunities, focused output for users who already have the bill parsed.
lookup_average_price
Look up the typical Medicare and commercial price for a CPT/HCPCS code, optionally adjusted for state and facility type. Useful for benchmarking specific charges against fair-price ranges. Covers ~146 of the most common medical codes (office visits, ER, imaging, lab, common procedures). Returns base Medicare rate, state-adjusted rate, commercial estimate, and a fair-price range.
draft_dispute
Draft a dispute letter for a medical bill error. Generates formal language with relevant statute citations (No Surprises Act, ACA preventive care, NCCI bundling rules) for the patient to send to the billing department or insurance company. Returns letter text, recipient guidance, and follow-up steps.
negotiation_script
Generate a phone negotiation script for the patient to call the billing department. Includes opening framing, specific asks (cash discount, charity care, payment plan), responses to common pushback, and follow-up steps. Tailored to the bill amount, ability to pay, and facility type.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"woogoro medical bill analyzer": {
"woogoro": {
"url": "https://mcp.woogoro.com/mcp"
}
}
}
}
McpServers
{
"woogoro": {
"url": "https://mcp.woogoro.com/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



