census
Census — US Census Bureau
US Census Bureauの公式データ:10年ごとの国勢調査、American Community Survey(ACS)、経済センサス、人口推計、住宅特性、地理的境界。国、州、郡、place、tract、ブロックグループ、ZCTAレベル。無料で、公開データセットにはキーは不要です。
Pipeworx の一部 — AIエージェントを1476以上のライブデータソースに接続するMCPゲートウェイです。
AIエージェントにとって重要な理由
人口統計、住宅特性、経済活動、地理的識別子 — Censusは信頼できる情報源です。エージェントが一人当たりの比率を計算したり、都市圏を比較したり、人口を調べたり、FIPSコードを扱う場合、ここが参照先です。
一般的なフロー:
地域の人口。 ACSの1年または5年推計(州/郡/place別)。
住宅特性。 住宅価格の中央値、空室率、戸数、築年数 — すべてACSに含まれます。
地理IDの検索。 place名 → FIPSコード → 境界ジオメトリ。
Economic Census 5年ごとに実施され、産業レベルの経済活動を提供します。
時系列マクロはFRED、労働統計はBLSと組み合わせてください。
Related MCP server: Open Census MCP Server
認証
ほとんどのCensus APIは無料で認証不要であり、軽いレート制限(IPあたり1日約500コール)があります。より高いレートが必要な場合は、https://api.census.gov/data/key_signup.html でキーを取得し、_apiKey で渡してください。
知っておくべきデータセット
データセット | 頻度 | 地理範囲 |
Decennial Census (PL, DHC) | 10年ごと | ブロックレベル以上 |
ACS 5-year | 毎年更新(ローリング) | Tract/BG(5年平滑化) |
ACS 1-year | 毎年 | 人口65,000以上のplace |
Population Estimates Program (PEP) | 毎年 | 郡レベル |
Economic Census | 5年ごと | 産業 × 地理 |
ACS 5-yearは現在の人口統計に通常最適です — 1-yearよりも細かい地理範囲で利用でき、5年ローリング平滑化で毎年更新されます。
よくある落とし穴
対象年とリリース年の違い。 ACS 5-year 2018-2022は2023年にリリースされました。混同しないでください。
誤差範囲(MOE)。 ACSにはすべての推計にMOEが含まれます。小さな地理範囲(ブロックグループ、小規模なtract)では、MOEが推計値より大きくなることがあります。常にMOEをユーザーに伝えてください。
地理階層。 州(
01)→ 郡(01001)→ Tract(01001020100)→ ブロックグループ。11桁のtractコードは州(2) + 郡(3) + tract(6)で構成されます。PlaceとMSAの違い。 「Denver」は、City and County of Denverを指す場合も、Denver-Aurora-Lakewood Metropolitan Statistical Areaを指す場合もあります(境界と人口が大きく異なります)。ユースケースに応じて明確にしてください。
人口推計は10年国勢調査より遅れます。 国勢調査の間、PEPの推計は外挿され修正されます。Census Bureauは毎年、出生・死亡・移動データとの整合を図りながら、過去のPEPを修正します。
クイックスタート
MCPクライアント(Claude Desktop、Cursor、Windsurfなど)に追加します:
{
"mcpServers": {
"census": {
"url": "https://gateway.pipeworx.io/census/mcp"
}
}
}このエンドポイントが実際に提供するもの
tools/list(https://gateway.pipeworx.io/census/mcp)は、上記の表のツールに加えて、共有のPipeworxメタツール — ask_pipeworx、discover_tools、search_within、remember/recall、およびその他のゲートウェイ全体のセットを返します。したがって、表示されるツール数はこの表よりも多くなります。単一パックのエンドポイントには現在、パック独自のツールに加えて約30の共有ツールがリストされています。接続のinitializeレスポンスが正確な範囲を示し、その日の権威ある回答となります。
これは意図的なものであり、偶然の多重化ではありません。メタツールにより、スコープされた接続が、このパックがカバーしない質問に回答できるようになります — ask_pipeworxを介して、カタログ全体にルーティングされます — 2つ目の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