You're viewing a demo portfolio

Join the waitlist
PRSM

cms_hospital_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
cms_hospital_search — io.github.blackboxfoundry/livedatalink — PRSM MCP