Other

CDC PLACES MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

CDC PLACES chronic disease prevalence estimates at county, place, census tract, and ZCTA levels. 36 health measures including diabetes, obesity, asthma, heart disease, smoking, and health insurance coverage via the Socrata SODA API.

1 tool
Agent guide included
No auth required
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for CDC PLACES — workflow patterns, data models, and gotchas for your AI agent.

CDC PLACES

CDC PLACES provides chronic disease prevalence estimates at county, place, census tract, and ZCTA levels. 36 health measures including diabetes, obesity, asthma, heart disease, smoking, physical inactivity, sleep deprivation, and health insurance coverage. Data from BRFSS surveys + small area estimation. Socrata SODA API with $where, $select, $limit, $offset, $order parameters. Dataset IDs: swc5-untb (county), cwsq-ngmh (place), 373s-ayzu (census tract).

Data Model

  • Measures — 36 chronic disease indicators: DIABETES, OBESITY, CSMOKING, BPHIGH, CHD, STROKE, COPD, CASTHMA, ARTHRITIS, KIDNEY, DEPRESSION, CHECKUP, DENTAL, SLEEP, LPA, BINGE, ACCESS2.
  • Data values — prevalence as percentage (e.g. 12.5%), with confidence intervals (low/high).
  • Geography — county (FIPS), place (census-designated), census tract, ZCTA (ZIP code tabulation area).
  • Year — data release year (model-based estimates, not real-time).

Query Syntax (Socrata SODA)

  • $where — SQL-like filter (e.g. stateabbr='CA' AND measure='DIABETES').
  • $select — choose columns (e.g. locationname,data_value,measure).
  • $limit — max rows (default 1000, max 50000).
  • $offset — pagination offset.
  • $order — sort expression (e.g. data_value DESC).

Gotchas

  • No auth: Public Socrata API, no key needed (but app tokens increase rate limits).
  • Dataset IDs differ by geography level: county=swc5-untb, place=cwsq-ngmh, tract=373s-ayzu.
  • Default limit: 1000 rows; explicitly set $limit for larger result sets.
  • Measure names: Use uppercase short codes (DIABETES, OBESITY, not full descriptions).

Tools in this Server (1)

Cdc Places Get Data

Get chronic disease prevalence data from CDC PLACES. Query by geography level (county, place, census_tract, zcta), state, and health measure (e.g. DIA...

Frequently Asked Questions

What is the CDC PLACES MCP server?

CDC PLACES chronic disease prevalence estimates at county, place, census tract, and ZCTA levels. 36 health measures including diabetes, obesity, asthma, heart disease, smoking, and health insurance coverage via the Socrata SODA API. It provides 1 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect CDC PLACES to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/cdc-places. Authentication is handled automatically.

How many tools does CDC PLACES provide?

CDC PLACES provides 1 tool that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does CDC PLACES require?

CDC PLACES uses open data APIs — no authentication required.

Setup Instructions

Connect CDC PLACES to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/cdc-places

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with CDC PLACES?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

CDC PLACES MCP Server & Skill — 1 Tools