cms_hospital_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Search Medicare-certified hospitals from the CMS Hospital General Information dataset. Returns facility name, address, ownership type, emergency-services flag, and CMS overall star rating (1-5). Filter by state, city, and partial facility-name match.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"city": {
"type": "string",
"description": "City name (case-insensitive)"
},
"limit": {
"type": "number",
"description": "Max results (default 25)"
},
"state": {
"type": "string",
"description": "Two-letter state code (e.g. 'CA', 'NY')"
},
"offset": {
"type": "number",
"description": "Pagination offset (default 0)"
},
"name_contains": {
"type": "string",
"description": "Partial provider name match"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries