# U.S. Census Income MCP for AI Agents AI Agent Connect

> U.S. Census Income MCP provides instant access to median household income, poverty rates, educational attainment, and business activity data. Use it to pull economic indicators for any state or county directly into your AI client.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ddYriCNOxbKIObL2IrwutjhR479HTSZeFd3m1qm4/ai-agent-connect
- **Tags:** economic-data, household-income, poverty-rates, business-patterns, educational-attainment, census-data

## Description

Getting reliable economic data usually means spending your afternoon navigating the Census Bureau's website. You have to find the right table, filter for the right year, and then copy that data into a spreadsheet. It's a tedious loop that's easy to mess up. This Connector changes that by letting your AI client do the digging for you. You can ask for median household income, poverty rates, or even business payroll numbers for a specific county and get the answer immediately. Instead of hunting through PDFs, you just tell your agent what you need. Whether you're looking for a high-income state for a new retail location or checking the education levels of a specific region, the data comes back clean. You can find this tool in the Vinkius catalog alongside thousands of other connectors to build a custom data stack. It turns a multi-step research project into a single conversation.

## Tools

### get_income_by_state
Get median household income and poverty rates for all states in one request. This helps you see broad economic trends quickly.

### get_education_by_state
Retrieve bachelor's degree attainment rates for all states. This helps you assess the educational level of a state's workforce.

### get_income_by_county
Pull median income and poverty levels for every county within a specific state. Use this for hyper-local site selection.

### get_business_patterns
Get county-level data on business establishments, employee counts, and total payroll. Use this to understand local economic activity.

## Prompt Examples

**Prompt:** 
```
What is the median household income in New York state?
```

**Response:** 
```
### U.S. Census Bureau: Income & Poverty by State

**New York (36):**
- **Median Household Income:** $79,557
- **Total Population in Poverty:** 2,750,917
- **Poverty Rate:** 13.9%
```

**Prompt:** 
```
Compare poverty levels down the counties of Illinois
```

**Response:** 
```
### Income & Poverty — State 17

| County | Median Income | Poverty Rate |
| :--- | :--- | :--- |
| Cook County (17-031) | $78,304 | 14.2% |
| DuPage County (17-043) | $107,035 | 6.5% |
| Lake County (17-097) | $104,553 | 7.2% |
```

**Prompt:** 
```
Show the business patterns for restaurants in Texas
```

**Response:** 
```
### Business Patterns — State 48

Data for Texas (48) Counties:
- **Harris County:** 110,482 establishments, 2,510,954 employees
- **Dallas County:** 72,111 establishments, 1,732,490 employees
- **Travis County:** 41,832 establishments, 856,120 employees
```

## Capabilities

### Fetch state-wide income
Get median household income and poverty rates for all 50 states in one request.

### Drill into county data
Look at specific county-level economic disparities and income levels.

### Check education levels
Pull bachelor's degree attainment figures to gauge a state's workforce.

### Analyze business activity
See the number of establishments and total payroll for any county.

## Use Cases

### Comparing Illinois counties for poverty levels
A researcher asks the agent to compare poverty rates across Illinois counties to identify underserved areas. The agent uses get_income_by_county to pull the data and presents a summary.

### Scouting high-income states for retail expansion
A retail executive wants to know which states have the highest median income. The agent uses get_income_by_state to rank all 50 states for them.

### Analyzing business density in Texas
A developer needs to see business activity in Texas counties. The agent uses get_business_patterns to list establishments and payroll counts.

### Checking workforce education for a new facility
A logistics manager wants to see educational attainment in a specific state to find a good location for a warehouse. The agent uses get_education_by_state.

## Benefits

- Stop manual data scraping by using get_income_by_state to grab entire state profiles in seconds.
- Identify high-growth areas faster by using get_income_by_county to see local economic disparities.
- Assess workforce readiness across regions using get_education_by_state to find bachelor's degree attainment.
- Get a clear picture of local commerce using get_business_patterns to see employee counts and payroll.
- Reduce errors in your research by pulling data directly from the Census Bureau via your AI client.
- Speed up site selection for retail or residential projects by getting county-level data instantly.

## How It Works

The bottom line is you get precise economic data without ever touching a spreadsheet.

1. Get a free API key from the U.S. Census Bureau website.
2. Connect this Connector to your AI client through the Vinkius platform.
3. Ask your agent for specific state or county economic data.

## Frequently Asked Questions

**How can I use the U.S. Census Income MCP to find poverty rates?**
You can ask your agent to pull poverty rates for any state or county. The Connector fetches this data directly from official Census records, giving you accurate figures for your research or reports.

**Does the U.S. Census Income MCP provide individual income data?**
No, this Connector provides aggregate data like median household income and poverty rates. It doesn't provide personal information for individuals, only high-level economic indicators for states and counties.

**Can I use the U.S. Census Income MCP for real estate site selection?**
Yes, it's a great tool for that. You can use it to quickly compare the income levels and business patterns of different counties to see which areas are best suited for new developments.

**How do I get business payroll data with the U.S. Census Income MCP?**
You can ask your agent to show business patterns for a specific county. The Connector will return the number of establishments, total employees, and the total payroll for that area.

**Is the data from the U.S. Census Income MCP updated regularly?**
The Connector pulls from the official Census Bureau datasets. While it provides the most current available data, you should check with the Census Bureau for the specific dates of their most recent releases.

**Can I use the U.S. Census Income MCP to check education levels?**
Yes, you can use it to find educational attainment rates, specifically for bachelor's degrees or higher, across all states.

**What is County Business Patterns (CBP)?**
CBP is an annual series that provides subnational economic data by industry. This server uses it to return total business establishments, employees, and annual payroll by county.

**Does income include taxes?**
Median household income reported by the Census represents pre-tax (gross) income from all sources.

**Can it separate individual vs household income?**
The primary metrics fetched here are Household metrics as they give the highest fidelity snapshot of local living conditions.