bls
BLS — Bureau of Labor Statistics
米国労働統計局(Bureau of Labor Statistics)のデータウェアハウス。雇用、失業、賃金、物価(CPI/PPI)、生産性、職業別見通し — 米国の公式な労働・物価データ。全国、州、都市圏レベル。登録済みAPIキーで無料利用可能。
Pipeworx の一部 — AIエージェントを1476以上のライブデータソースに接続するMCPゲートウェイ。
AIエージェントにとっての重要性
公式レベルの労働市場・インフレ関連データはすべてBLS。FREDが主要系列を提供するのに対し、BLSはその背後にある詳細(職業別、産業別、MSA別)を提供します。地域の経済状況、セクター別賃金、特定のCPI構成要素を調査するエージェントは、BLSに直接アクセスします。
3つの主要フロー:
1. 系列を検索する。 「デンバー都市圏の失業率は?」→ bls_search({query: "Denver unemployment"}) → 系列ID。次に bls_get_series({series_id}) で値を取得。
2. 最新値を取得する。 「現在の全国失業率は?」→ bls_latest({series_id: "LNS14000000"}) → 最新の観測値。
3. 人気系列を閲覧する。 「BLSは何を公開している?」→ bls_popular_series → アクセス数の多いIDの厳選リスト。
Related MCP server: BLS (Bureau of Labor Statistics) MCP Server
認証
BLS APIには https://www.bls.gov/developers/ から無料キーが必要です。キーがない場合、IPあたり1日約25回に制限されます。キーがあれば1日500回。各呼び出しで _apiKey を渡します。
系列IDの構造
BLSの系列IDは、調査、地域、セクター、データ型をエンコードしています。例:
系列ID | 内容 |
| 全国失業率(季節調整済み) |
| 非農業部門雇用者数(全国) |
| CPI全項目、米国都市平均、季節調整なし |
| デンバーMSA失業率 |
| 完成財のPPI |
IDをゼロから構築しようとしないでください — bls_search または bls_popular_series を使用してください。
更新頻度
データ | 公開タイミング |
雇用情勢(全国+州) | 毎月第1金曜日 |
CPI | 月央(10日〜15日頃) |
PPI | 月央、CPIの翌日 |
都市圏失業率(LAUS) | 参照月の約3週間後 |
生産性 | 四半期、四半期終了後約5週間 |
PipeworxはBLSレスポンスを公開スケジュールに合わせたTTLでキャッシュします。
よくある落とし穴
季節調整。 同じ系列に季節調整済み(SA)と季節調整なし(NSA)のバリアントが存在します。系列IDのプレフィックス(
LNS= SA、LNU= NSA)を確認してください。混在させることはアナリストの最も一般的なエラーです。年間平均と月次。 一部のIDは年次データのみ、他は月次データを返します。トレンドをプロットする前にメタデータを読んでください。
州・都市圏のカバレッジ。 すべての系列がすべての地理レベルで存在するわけではありません。小規模な都市圏ではラグが大きく、補完値が多くなります。
インフレとCPI。 「インフレ」は通常、CPIの前年比変化を意味します。前年比を取得するには13ヶ月分をリクエストして計算するか、FREDの
CPIAUCSLをpc1単位変換(自動で計算)で使用してください。
クイックスタート
MCPクライアント(Claude Desktop、Cursor、Windsurfなど)に追加します:
{
"mcpServers": {
"bls": {
"url": "https://gateway.pipeworx.io/bls/mcp"
}
}
}このエンドポイントが実際に提供するもの
https://gateway.pipeworx.io/bls/mcp の tools/list は、上記の表のツールに加えて、共有の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 Bls 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 Connectors
Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.
Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.
Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2
GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables access to Bureau of Labor Statistics (BLS) economic data including Consumer Price Index, employment statistics, and other labor market indicators. Supports fetching data series, listing available datasets, and retrieving metadata through natural language queries.4MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to U.S. labor market data including employment statistics, Consumer Price Index inflation rates, and wage information. Users can query specific time series data or use shortcuts for common economic indicators like unemployment and industry-specific employment.3
- AlicenseAqualityCmaintenanceEnables users to query U.S. labor statistics, including employment, CPI, and wages, directly from the Bureau of Labor Statistics Public Data API. It provides tools to retrieve real-time economic time series data, browse popular series, and access survey metadata through natural language.61MIT
- FlicenseAqualityDmaintenanceEnables searching and retrieving economic data from the Federal Reserve Economic Data (FRED) API, including time series, categories, releases, and popular indicators.71
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-bls'
If you have feedback or need assistance with the MCP directory API, please join our Discord server