Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

CDC PLACES Health Data

com.olyport/cdc-places

County and tract-level health outcomes, behaviors, and preventive services from CDC PLACES

Uptime
11.1%
27 probes
Response
479ms
last probe
Tools
5
callable

Tools · 5

get_county_measures

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), prev…

get_tract_measures

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 s…

get_measure_by_state

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…

search_measures

Search available CDC PLACES measures by name or category. Returns matching measure IDs, names, and categories. Use this to find the correct measure_id for other tools. Categories: Health…

compare_counties

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…

Similar MCP servers embedding-nearest

CDC Social Vulnerability Index live
SVI scores and theme breakdowns by county and tract
4 tools · streamable-http
io.github.cyanheads/cdc-health-mcp-server live
Search and query CDC public health data — mortality, vaccinations, surveillance, behavioral risk.
3 tools · streamable-http
CMS Medicare Data live
Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment
5 tools · streamable-http
Health Data
Health data: NIH grants, WHO statistics, and genetic variants
0 tools · streamable-http
VA Healthcare Facilities live
VA facility locations, services, wait times, and satisfaction scores
3 tools · streamable-http
US Census Bureau Data
Query US Census ACS, decennial, and economic survey data.
0 tools · streamable-http

How to use

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

{
  "mcpServers": {
    "cdc_places_health_data": {
      "url": "https://mcp.olyport.com/cdc-places/mcp",
      "transport": "streamable-http"
    }
  }
}