Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

MedPrice AI

io.github.medprice-ai/mcp-medprice-ai

Hosted MCP server exposing US hospital procedure cost data to AI assistants

Uptime
100.0%
1 direct probes · 30d
Response
364ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_hospital_chargemaster_cost

Lookup hospital chargemaster cost

list_hospitals

Returns the hospitals supported by the medprice.ai API, with their hospital_id (opaque DB key), EIN, name, structured_locations (addresses with geocoded coordinates where available), last_updated_on, …

list_hospital_code_costs

Returns cost stats for every hospital with a matching chargemaster entry for a code_type/code. Use this instead of calling get_hospital_chargemaster_cost once per hospital when comparing prices for th…

list_code_types

Returns every distinct code_type (e.g. CPT, MS-DRG) with catalogued cost data, along with each type's distinct code count and total hospital reports. Unpaginated. Use this to discover which code syste…

list_codes

Returns every distinct code catalogued under a given code_type, paginated, with each code's raw chargemaster description and the number of hospitals reporting it. Use this to discover which codes exis…

How to use

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

{
  "mcpServers": {
    "medprice_ai": {
      "url": "https://mcp.medprice.ai/mcp",
      "transport": "streamable-http"
    }
  }
}