census
Census — 미국 인구조사국
미국 인구조사국의 공식 데이터: 10년 단위 인구조사, 미국 지역사회 조사(ACS), 경제 인구조사, 인구 추계, 주택 특성, 지리적 경계. 국가, 주, 카운티, 지역(place), 트랙(tract), 블록 그룹, ZCTA 수준. 무료이며 공개 데이터셋에는 키가 필요 없습니다.
Pipeworx의 일부 — AI 에이전트를 1476개 이상의 실시간 데이터 소스에 연결하는 MCP 게이트웨이입니다.
AI 에이전트에게 중요한 이유
인구 통계, 주택 특성, 경제 활동, 지리 식별자 — Census는 권위 있는 소스입니다. 에이전트가 1인당 비율을 계산하거나, 대도시권을 비교하거나, 인구를 조회하거나, FIPS 코드를 다룰 때 이곳을 사용합니다.
일반적인 흐름:
지역 인구. 주/카운티/지역별 ACS 1년 또는 5년 추정치.
주택 특성. 중간 주택 가치, 점유율, 단위 수, 연식 — 모두 ACS에 포함.
지리 ID 조회. 지역 이름 → FIPS 코드 → 경계 지오메트리.
경제 인구조사 5년마다 산업별 경제 활동.
시계열 거시 데이터는 FRED, 노동 데이터는 BLS와 함께 사용하세요.
Related MCP server: Open Census MCP Server
인증
대부분의 Census API는 무료이며 인증이 필요 없고, 가벼운 요청 제한(IP당 하루 약 500회)이 있습니다. 더 높은 요청 한도가 필요하면 https://api.census.gov/data/key_signup.html에서 키를 받아 _apiKey로 전달하세요.
알아두면 좋은 데이터셋
데이터셋 | 주기 | 지리 |
10년 단위 인구조사 (PL, DHC) | 10년 | 블록 수준 이상 |
ACS 5년 | 매년 갱신 | 트랙/블록 그룹 (5년 평활) |
ACS 1년 | 매년 | 인구 65,000 이상 지역 |
인구 추계 프로그램 (PEP) | 매년 | 카운티 수준 |
경제 인구조사 | 5년 | 산업 × 지리 |
현재 인구 통계가 필요하다면 보통 ACS 5년을 사용합니다. 1년보다 더 세밀한 지리에서 제공되며, 5년 평활로 매년 갱신됩니다.
흔한 함정
적용 연도 vs 발표 연도. ACS 5년 2018-2022는 2023년에 발표되었습니다. 혼동하지 마세요.
오차 한계. ACS는 모든 추정치에 MOE를 포함합니다. 작은 지리(블록 그룹, 작은 트랙)에서는 MOE가 추정치보다 클 수 있습니다. 항상 MOE를 사용자에게 전달하세요.
지리 계층. 주(
01) → 카운티(01001) → 트랙(01001020100) → 블록 그룹. 11자리 트랙 코드는 주(2) + 카운티(3) + 트랙(6)입니다.지역 vs MSA. "Denver"는 덴버 시와 카운티를 의미할 수도 있고, 덴버-오로라-레이크우드 대도시 통계 지역(MSA)을 의미할 수도 있습니다(경계와 인구가 매우 다름). 사용 사례에 따라 명확히 구분하세요.
인구 추계는 10년 인구조사보다 지연됩니다. 인구조사 사이에 PEP 추정치는 외삽되고 수정됩니다. 인구조사국은 출생/사망/이동 데이터와의 조정을 통해 매년 이전 PEP를 수정합니다.
빠른 시작
MCP 클라이언트(Claude Desktop, Cursor, Windsurf 등)에 추가하세요:
{
"mcpServers": {
"census": {
"url": "https://gateway.pipeworx.io/census/mcp"
}
}
}이 엔드포인트가 실제로 제공하는 것
https://gateway.pipeworx.io/census/mcp의 tools/list는 위 표의 도구 및 공유 Pipeworx 메타 도구 — ask_pipeworx, discover_tools, search_within, remember/recall 및 나머지 게이트웨이 전체 세트를 반환합니다. 따라서 표시되는 도구 수는 이 표보다 많습니다. 단일 팩 엔드포인트는 현재 팩 자체 도구와 함께 약 30개의 공유 도구를 나열합니다. 연결의 initialize 응답은 정확한 범위를 명시하며, 특정 날짜의 권위 있는 답변입니다.
이는 우연한 멀티플렉싱이 아니라 의도된 것입니다. 메타 도구는 범위가 제한된 연결이 이 팩이 다루지 않는 질문에 — 전체 카탈로그를 라우팅하는 ask_pipeworx를 통해 — 답할 수 있게 해줍니다. 두 번째 MCP 서버를 추가할 필요 없이 말이죠. 현재 팩 엔드포인트를 메타 도구 없이 마운트할 방법은 없습니다. 추가 스키마가 라우팅 가치보다 더 많은 컨텍스트를 소비한다면, 여러 팩 엔드포인트에 연결하는 대신 전체 게이트웨이에 한 번 연결하세요.
또는 전체 Pipeworx 게이트웨이에 연결하여 이 팩 하나만이 아니라 모든 팩의 도구를 직접 나열할 수 있습니다:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}두 URL 모두 동일한 게이트웨이와 동일한 1476개 이상의 데이터 소스에 도달합니다. 유일한 차이는 어떤 팩의 도구가 직접 나열되는지입니다. ask_pipeworx는 어느 쪽에서든 모든 도구에 도달합니다.
ask_pipeworx와 함께 사용하기
도구를 직접 호출하는 대신 평범한 영어로 질문할 수 있습니다. 이는 위의 팩 엔드포인트와 전체 게이트웨이 모두에서 작동합니다:
ask_pipeworx({ question: "your question about Census data" })게이트웨이가 적절한 도구를 선택하고 인수를 자동으로 채웁니다.
더 보기
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI agents to query and retrieve public statistical data from Data Commons through search and observation tools. Provides access to demographic, economic, and other statistical indicators for analysis and research.
- AlicenseAqualityFmaintenanceEnables natural language queries of U.S. Census Bureau data, translating plain English questions into proper API calls and returning demographic, economic, and housing statistics with proper statistical interpretation and context.320MIT
- FlicenseNot gradedqualityDmaintenanceEnables access to U.S. Census Bureau data including demographics, population, income, and housing statistics. Users can query specific variables, search datasets, and retrieve geographic FIPS codes across various surveys like the American Community Survey and Decennial Census.1
- FlicenseNot gradedqualityDmaintenanceProvides access to the US Census Bureau API, allowing AI agents to retrieve demographic data and population statistics across thousands of datasets. It enables users to search for datasets, discover variable codes, and query specific geographic data like states and counties.
Related MCP Connectors
FCC broadband availability, coverage analysis, and digital divide data for US geographies.
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-census'
If you have feedback or need assistance with the MCP directory API, please join our Discord server