Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Bls Labor MCP Server
Bls Labor MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:16:33 PM

Bls Labor MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "bls-labor-mcp-server": {
      "command": "bunx",
      "args": [
        "@cyanheads/bls-labor-mcp-server@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@cyanheads/bls-labor-mcp-server

Fetch US Bureau of Labor Statistics data β€” CPI, unemployment, wages, JOLTS, and more via MCP. STDIO or Streamable HTTP.

4 Tools by default Β· 6 with DataCanvas Β· 7 with opt-in drop

Version License Docker MCP SDK npm TypeScript Bun

Install in Claude Desktop Install in Cursor Install in VS Code

Framework

Public Hosted Server: https://bls-labor.caseyjhand.com/mcp


Tools

Four BLS data tools are always available. Setting CANVAS_PROVIDER_TYPE=duckdb adds two DataCanvas SQL tools; setting BLS_DATAFRAME_DROP_ENABLED=true as well adds the seventh, destructive cleanup tool.

ToolDescription
bls_list_surveysList BLS survey programs (CPI, CPS, CES, JOLTS, PPI, OEWS, …) with codes, descriptions, and calculation-support flags.
bls_search_seriesSearch the BLS series catalog by natural language, survey, area, or keywords to resolve cryptic SeriesIDs.
bls_get_seriesFetch time-series data for 1–50 BLS series by SeriesID, with optional year range and period-over-period calculations.
bls_get_latestReturn the single most recent observation for one or more BLS series.
bls_dataframe_describeList canvas dataframes registered by bls_get_series β€” provenance, TTL, row count, column schema. Available when CANVAS_PROVIDER_TYPE=duckdb.
bls_dataframe_queryRun a SELECT against canvas dataframes registered by bls_get_series. Supports JOINs, aggregates, window functions, CTEs. Available when CANVAS_PROVIDER_TYPE=duckdb.
bls_dataframe_dropDrop a canvas dataframe by name. Available when CANVAS_PROVIDER_TYPE=duckdb and BLS_DATAFRAME_DROP_ENABLED=true; TTL handles cleanup by default.

bls_list_surveys

List available BLS survey programs and their metadata.

  • Covers all major BLS programs: CPS, CES, CPI, PPI, JOLTS, LAUS, OEWS, ECEC, and others
  • Optional category filter (prices, employment, wages, productivity, injuries, time_use)
  • Returns survey codes, descriptions, and calculation-support flags (allowsNetChange, allowsPercentChange, hasAnnualAverages)
  • Backed by the live BLS surveys API with monthly caching; does not consume daily API quota

bls_search_series

The entry point for most BLS workflows. Resolves human concepts to BLS SeriesIDs.

  • BLS identifiers like LNS14000000 and CES0000000001 encode survey + area + item + seasonal flag in opaque positional codes β€” this tool decodes them
  • Free-text and keyword search against the full BLS series catalog
  • Filter by survey code, geographic area (state name, MSA, or FIPS), and seasonal adjustment flag
  • Returns decoded series components (survey, area, item, seasonal flag) alongside the plain-language name
  • Operates entirely offline against LABSTAT flat files bundled at startup β€” no API quota consumed
  • Use before bls_get_series or bls_get_latest when you have a concept but not a SeriesID

bls_get_series

Fetch historical time-series data for one or more BLS series.

  • Batch fetch up to 50 series per request (counts as one of the 500 daily API queries)
  • Optional start_year / end_year window (BLS caps history at 20 years per request)
  • Optional calculations: true for BLS-server-side net change and percent change β€” a survey returns whichever it supports (CPI/PPI return percent change only); check bls_list_surveys for per-survey support
  • Optional annual_average: true adds each year's annual-average row (period M13, Q05 or S03) β€” the mean of that year's real periods, not an additional one. enrichment.annualAverageRows reports how many were added
  • Returns observations with series metadata plus available; BLS's raw - missing-value sentinel is preserved but excluded from availableObservationCount and called out in the notice
  • Mixed batches preserve valid series when another SeriesID is invalid or has no data; the unresolved ID remains visible with zero observations and reason-specific guidance
  • With CANVAS_PROVIDER_TYPE=duckdb, spills to a DataCanvas dataframe when the observation count exceeds the inline context budget. Rows preserve raw value and add available plus nullable numeric value_numeric for safe SQL arithmetic. Call bls_dataframe_describe with the returned dataset.name to inspect column_schema, then use that table name in bls_dataframe_query SQL. Without DataCanvas, narrow oversized requests with start_year / end_year.

bls_get_latest

Get the current value for one or more BLS series.

  • Issues one GET per SeriesID (no batch-latest endpoint exists in BLS v2) β€” each counts as one of the 500 daily API queries
  • Recommended limit: ≀10 series per call; accepts up to 50
  • For "current value" across many series, bls_get_series with a narrow year window is more quota-efficient (one API query regardless of series count)
  • Partial success reporting β€” failed series are returned in a separate failed[] array alongside successful results
  • Latest observations expose available; a BLS - value renders explicitly as unavailable with its footnote reason

bls_dataframe_describe

Inspect canvas dataframes registered by bls_get_series.

Available only when CANVAS_PROVIDER_TYPE=duckdb.

  • Lists all active dataframes for the current tenant: table name, source tool, query params, row count, column schema, TTL
  • Optionally describe a single dataframe by name
  • Lazy-sweeps expired entries before responding
  • Use before writing SQL to confirm column names

bls_dataframe_query

Run SQL against canvas dataframes registered by bls_get_series.

Available only when CANVAS_PROVIDER_TYPE=duckdb.

  • Read-only: writes, DDL, DROP, COPY, PRAGMA, ATTACH, and external-file table functions are rejected
  • Supports JOINs, aggregates, window functions, and CTEs
  • Optional register_as persists the query result as a new named dataframe with a fresh TTL β€” useful for chaining analyses without re-consuming BLS API quota
  • Inline row cap: 1,000 rows by default (max 10,000); full results live on-canvas when register_as is set
  • Zero BLS API quota consumed

bls_dataframe_drop

Drop a canvas dataframe by name. Idempotent β€” returns dropped: false when nothing matched.

  • Use to free canvas resources ahead of the per-table TTL when an analysis is complete
  • Requires CANVAS_PROVIDER_TYPE=duckdb and must be explicitly enabled via BLS_DATAFRAME_DROP_ENABLED=true (TTL handles cleanup by default)

Features

Built on @cyanheads/mcp-ts-core:

  • Declarative tool definitions β€” single file per tool, framework handles registration and validation
  • Unified error handling across all tools
  • Pluggable auth (none, jwt, oauth)
  • Swappable storage backends: in-memory, filesystem, Supabase, Cloudflare KV/R2/D1
  • Structured logging with optional OpenTelemetry tracing
  • STDIO and Streamable HTTP transports

BLS-specific:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • B
    Bls

    BLS MCP β€” Bureau of Labor Statistics public data API (v2)

    πŸ’» Developer Tools0 views
    Compare vs Bls β†’
  • Census MCP Server logoCensus MCP Server

    Query U.S. Census Bureau data, variables, and geography via MCP.

    πŸ’» Developer Tools0 views
    Compare vs Census MCP Server β†’
  • AgentPhone logoAgentPhone

    Give AI agents real phone numbers, messages, and voice calls via MCP.

    πŸ’» Developer Tools0 views
    Compare vs AgentPhone β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Bls Labor MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "bls-labor-mcp-server": { "command": "npx", "args": ["-y", "bls-labor-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBls Labor MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bls-labor-mcp-server?style=directory)](https://allmcps.com/mcp/bls-labor-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/bls-labor-mcp-server"><img src="https://allmcps.com/api/badge/bls-labor-mcp-server?style=directory" alt="Bls Labor MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Bls Labor MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code