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
5.6%
54 probes
Response
479ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

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…

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"
    }
  }
}