Open Data

US Census Bureau MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Access US Census Bureau demographic, economic, housing, and geographic data. Covers 1,700+ datasets including the American Community Survey (ACS), Current Population Survey (CPS), Decennial Census, Population Estimates, County Business Patterns, and economic time series. No API key required.

5 tools
Agent guide included
No auth required
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for US Census Bureau — workflow patterns, data models, and gotchas for your AI agent.

US Census Bureau

Access US Census Bureau demographic, economic, housing, and geographic data. Covers 1,700+ datasets including the American Community Survey (ACS), Current Population Survey (CPS), Decennial Census, Population Estimates, County Business Patterns, and economic time series.

Workflow

  1. Search groups by topic keyword (e.g. "income", "housing") to find table IDs
  2. Look up variables in that group to get exact codes (codes ending in E = estimates)
  3. Check geographies with common_only=true to see valid levels and for/in clause syntax
  4. Query data with the variable codes and geography clauses

For common surveys, skip dataset discovery — use year+survey shortcuts (e.g. year="2022", survey="acs5").

Key Concepts

  • Surveys: acs5 (most complete coverage, all geographies), acs1 (65K+ pop areas only), acs5/profile (pre-computed percentages), dec/dhc (decennial), pep/population (estimates), cbp (business patterns)
  • Variables: Alphanumeric codes like B01003_001E. Search by keyword. Always include NAME for readable labels.
  • Geography: Hierarchical FIPS codes. for_clause targets the level, in_clause constrains the parent. Use the geography tool to get exact syntax — it generates ready-to-use for/in clause templates.
  • FIPS lookup: Don't know a FIPS code? Query data with get_variables=NAME and for_clause targeting the level (e.g. county:*) to get names alongside codes.
  • Sorting: Data queries support sort_by (any variable code) + sort_order for ranked results.
  • Variable types: Defaults to estimates only. Use variable_type="moe" for margins of error, "all" for everything.

Gotchas

  • ACS 1-year excludes areas under 65K population — use acs5 for small geographies
  • Sub-state queries (county, tract, place) require in_clause with state FIPS
  • Profile tables use DP-prefixed variables, subject tables use S-prefixed — search variables within the right survey

Tools in this Server (5)

Census Get Data

Query US Census data for specific variables and geographies. Provide dataset_path or year+survey (e.g. year='2022', survey='acs5'), variables to retri...

Census Get Datasets

Discover available US Census datasets. Filter by vintage year (e.g. '2022'), dataset family (e.g. 'acs', 'cps', 'pep'), or keyword (e.g. 'income', 'ho...

Census Get Geographies

List valid geography levels for a Census dataset with ready-to-use example for_clause and in_clause values. Provide dataset_path or year+survey. Set c...

Census Get Groups

Discover variable groups (tables) for a Census dataset. Groups organize related variables — e.g. B01003='Total Population', B19013='Median Household I...

Census Get Variables

Look up variable codes and labels for a Census dataset. Provide dataset_path (e.g. 'data/2022/acs/acs5') or year+survey (e.g. year='2022', survey='acs...

Frequently Asked Questions

What is the US Census Bureau MCP server?

Access US Census Bureau demographic, economic, housing, and geographic data. Covers 1,700+ datasets including the American Community Survey (ACS), Current Population Survey (CPS), Decennial Census, Population Estimates, County Business Patterns, and economic time series. No API key required. It provides 5 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect US Census Bureau to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/us-census. Authentication is handled automatically.

How many tools does US Census Bureau provide?

US Census Bureau provides 5 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does US Census Bureau require?

US Census Bureau uses open data APIs — no authentication required.

Setup Instructions

Connect US Census Bureau to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/us-census

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with US Census Bureau?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

US Census Bureau MCP Server & Skill — 5 Tools