Catalog
Census (ACS by ZIP)
Officialby mcpwright · Python
U.S. Census (ACS) data by ZIP: income, demographics, housing, education, from a local store.
U.S. Census ACS data by ZIP code including income, demographics and education.
README not available yet.
Install
Configuration
Environment variables
CENSUS_API_KEYrequiredFree Census API key (get one at https://api.census.gov/data/key_signup.html). Required for the one-time bulk download of the ACS dataset.
claude_desktop_config.json
{
"mcpServers": {
"census-mcp": {
"command": "uvx",
"args": [
"mcpwright-census"
],
"env": {
"CENSUS_API_KEY": "<YOUR_CENSUS_API_KEY>"
}
}
}
}