mcpserver.lol
registry/mcp-medprice-ai
Connection check verified live · 27h ago

mcp-medprice-ai

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

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

get_hospital_chargemaster_cost read-only code*code_type*hospital_id*methodologyrevision_id
Lookup hospital chargemaster cost
list_codes read-only sortcode_type*page_sizepage_token
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 disco…
list_code_types read-only
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 disco…
list_hospital_code_costs read-only code*code_type*page_sizepage_tokenmethodology
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 com…
list_hospitals read-only page_sizepage_token
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…