Census ACS Demographics
com.olyport/censusPopulation, income, poverty, education, housing, and commuting from the US Census ACS
Tools · 5
Get demographic data for counties: population, median age, race, Hispanic origin, income, and poverty. Returns one record per county with total population, median age, racial breakdown (White…
Get economic data for counties: income, poverty, home values, rent, and health insurance. Returns median household income, poverty rate, median home value, median gross rent, and health insur…
Get educational attainment for counties (population 25+). Returns counts and percentages for: less than high school, high school diploma/GED, some college/associate degree, bachelor's degree,…
Get tract-level ACS data for any variables within a county. This is a flexible tool for querying any ACS 5-year estimate variables at the census tract level. Automatically batches requests if…
Get means of transportation to work data for counties. Returns worker counts and percentages for: drove alone, carpooled, public transit, walked, bicycle, taxi/motorcycle/other, and worked fr…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"census_acs_demographics": {
"url": "https://mcp.olyport.com/census/mcp",
"transport": "streamable-http"
}
}
}