MCP server exposing 4 tools for bls.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/bls/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
bls_get_series — Fetch historical time series data for employment, inflation, wages, productivity, or housing. Returns dated data points with values. Provide series ID (e.g., "PAYEMS" for total nonfarm employment).bls_search — Search BLS economic data series by keyword. Returns matching series IDs and titles. Use bls_get_series with an ID to fetch historical data points.bls_latest — Get the most recent data point for a BLS series. Returns latest value and date. Use when you need current figures without historical context.bls_popular_series — Browse popular BLS series by category: employment, inflation, wages, housing, productivity. Returns series IDs and descriptions. Start here to explore available data.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bls/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io