mcpserver.lol
registry/bls-labor-mcp-server
Connection check verified live · 27h ago

bls-labor-mcp-server

Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.

Tools 6
GitHub stars 1
Installs / wk 335
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

6 tools

Read from the running server on 27h ago.

bls_dataframe_describe read-only name
List canvas dataframes materialized by bls_get_series, with provenance (source tool, query parameters), TTL, row count, and column schema. Use before writing SQL to confirm column…
bls_dataframe_query read-only sql*previewrow_limitregister_as
Run a single-statement SELECT against the canvas dataframes registered by bls_get_series. Read-only: writes, DDL, DROP, COPY, PRAGMA, ATTACH, and external-file table functions are…
bls_get_latest read-only series_ids*
Return the single most recent observation for one or more BLS series. Use for "what is X right now" questions — the current unemployment rate, the latest CPI reading, etc. Each ser…
bls_get_series read-only end_yearseries_ids*start_yearcalculationsannual_average
Fetch time-series data for 1–50 BLS series by SeriesID in a single API request (one query against the 500/day limit). Supports optional year range (up to 20 years per request) and…
bls_list_surveys read-only category
List BLS survey programs with their abbreviation codes, full names, and metadata about calculation support and annual averages. Use to discover which survey covers a topic before c…
bls_search_series read-only arealimitquery*surveyseasonal_adjustment
Search the BLS series catalog by natural language query, survey code, geographic area, or keywords to resolve cryptic SeriesIDs. Returns matching series with decoded components (su…