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

Census ACS Demographics

com.olyport/census

Population, income, poverty, education, housing, and commuting from the US Census ACS

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

Tools · 5

get_county_demographics

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_county_economics

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_county_education

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_data

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_commuting_data

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…

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