Census County Business Patterns
com.olyport/census-cbpEstablishment counts, employment, and payroll by geography and NAICS code from Census CBP
Tools · 3
Get business establishment, employment, and payroll data by county. Returns County Business Patterns data from the Census Bureau showing the number of business establishments, employees, and …
Get state-level business pattern summary. Returns aggregate establishment, employment, and payroll data for an entire state, optionally filtered by industry. Useful for state-level econom…
Get a breakdown of all industries in a county. Returns business pattern data for all 2-digit NAICS sectors in a specific county. Useful for understanding the economic composition of a com…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"census_county_business_patterns": {
"url": "https://mcp.olyport.com/census-cbp/mcp",
"transport": "streamable-http"
}
}
}