mcpbeat

Bls Labor MCP Server

io.github.cyanheads/bls-labor-mcp-server
answering

Bls Labor MCP Server is answering right now. Last checked 14 min ago. 93 installs a week from npm. It exposes 6 tools. Last commit 17 Jul 2026.

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

Installs per day peak 662 · avg 37 · -15% w/w
a month agotoday
Uptime history 41 hours of history · worst hour 75%
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
390 ms
Response time
average over 24h
93
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add bls-labor-mcp-server --transport http https://bls-labor.caseyjhand.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bls-labor-mcp-server": {
      "url": "https://bls-labor.caseyjhand.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bls-labor-mcp-server]
url = "https://bls-labor.caseyjhand.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "bls-labor-mcp-server": {
      "url": "https://bls-labor.caseyjhand.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bls-labor-mcp-server": {
      "url": "https://bls-labor.caseyjhand.com/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

bls
bls_dataframe_describe
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 names. Lazy-sweeps expired tables before responding. Requires CANVAS_PROVIDER_TYPE=duckdb.
bls_dataframe_query
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 rejected. System catalogs (information_schema, pg_catalog, sqlite_master, duckdb_*) are denied at the bridge layer — use bls_dataframe_describe to list available dataframes. Supports JOINs, aggregates, window functions, and CTEs. Optional register_as persists the result as a new dataframe with a fresh TTL for chained analysis. Canvas SQL operations consume zero BLS API quota. Requires CANVAS_PROVIDER_TYPE=duckdb.
bls_get_latest
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 series consumes one API query against the 500/day limit; for the current value of many series, bls_get_series with a 1-year window is more quota-efficient (one query for up to 50 series). Recommended limit: 10 series; maximum: 50.
bls_get_series
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-computed period-over-period calculations (net change and percent change; a survey returns whichever it supports and silently omits the rest — CPI and PPI return percent change only, the inflation rate). Observations cover real periods only and are safe to sum or average as returned; set annual_average to add each year's annual-average row, which is that year's mean rather than an additional period. When the total observation count would exceed the inline context budget, results spill to a canvas dataframe and the response includes a dataset.name handle for follow-up SQL via bls_dataframe_query. Use bls_search_series first if you need to resolve a concept to a SeriesID.
bls_list_surveys
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 calling bls_search_series. Optional category filter narrows results to prices, employment, wages, productivity, injuries, or time_use surveys.
bls_search_series
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 (survey, area, item, seasonal flag) and plain-language names. Use this before bls_get_series when you have a concept but not a SeriesID. Operates offline — no API quota consumed. Survey filter accepts two-letter codes (CU, CE, LN, LA, PC, JT, OE, EC, PR). Area filter accepts state names, MSA names, or FIPS area codes.

Endpoints

URLTransportStateLatencyChecked
https://bls-labor.caseyjhand.com/mcp streamable-http answering 564 ms 14 min ago

Bls Labor MCP Server — questions

Answers built from our own checks of this server.

What can Bls Labor MCP Server do?
It exposes 6 tools, read directly from the server on our last check. Among them: bls_dataframe_describe, bls_dataframe_query, bls_get_latest, bls_get_series, bls_list_surveys, bls_search_series. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Bls Labor MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 390 ms. The bar chart above shows every period we have measured.
How do I connect Bls Labor MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Bls Labor MCP Server need an API key?
No. Bls Labor MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Bls Labor MCP Server?
It answers our handshake in 390 ms on average, which is faster than 35% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Bls Labor MCP Server?
The npm package @cyanheads/bls-labor-mcp-server was installed 93 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bls Labor MCP Server open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript, 1 stars on GitHub and 11 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.