Connection check
verified live · 28h ago
cdc-places
County and tract-level health outcomes, behaviors, and preventive services from CDC PLACES
Tools
5
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
28h ago
Tools & capabilities
5 toolsRead from the running server on 28h ago.
compare_counties
measures*fips_list*
Compare specific CDC PLACES measures across multiple counties. Returns a side-by-side comparison of selected health measures for the given counties. Useful for benchmarkin… Compare specific CDC PLACES measures across multiple counties. Returns a side-by-side comparison of selected health measures for the given counties. Useful for benchmarking one county against peers. Args: fips_list: List of 5-digit county FIPS codes (e.g. ['53033', '53053', '06037']). Maximum 10 counties per request. measures: List of PLACES measure IDs to compare (e.g. ['DIABETES', 'OBESITY']). Maximum 10 measures per request.
get_county_measures
yearcounty_fips*
Get all CDC PLACES health measures for a county. Returns up to 36 measures including health outcomes (diabetes, obesity, heart disease, etc.), health behaviors (smoking, b… Get all CDC PLACES health measures for a county. Returns up to 36 measures including health outcomes (diabetes, obesity, heart disease, etc.), health behaviors (smoking, binge drinking), preventive services (checkups, screenings), and health status indicators. Args: county_fips: 5-digit county FIPS code (e.g. '53033' for King County, WA). Must be a string, not an integer. year: Optional release year to filter by. Omit for the most recent data.
get_measure_by_state
measure_id*state_abbr*
Get one CDC PLACES measure for all counties in a state. Useful for comparing a specific health metric (e.g. DIABETES, OBESITY) across all counties within a state. Returns… Get one CDC PLACES measure for all counties in a state. Useful for comparing a specific health metric (e.g. DIABETES, OBESITY) across all counties within a state. Returns the most recent data year. Args: state_abbr: Two-letter state abbreviation (e.g. 'WA', 'CA'). measure_id: PLACES measure ID (e.g. 'DIABETES', 'OBESITY', 'BPHIGH'). Use search_measures to find valid IDs.
get_tract_measures
yeartract_fips*
Get all CDC PLACES health measures for a census tract. Returns tract-level estimates for health outcomes, behaviors, preventive services, and health status indicators. Tra… Get all CDC PLACES health measures for a census tract. Returns tract-level estimates for health outcomes, behaviors, preventive services, and health status indicators. Tract-level data uses small area estimation and may have wider confidence intervals than county data. Args: tract_fips: 11-digit census tract FIPS code (e.g. '53033005300'). Must be a string, not an integer. year: Optional release year to filter by. Omit for the most recent data.
search_measures
keyword*