MCP Hub
Back to servers

econdata

Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2

Registry
Updated
Apr 2, 2026

mcp-econdata

MCP server for US economic data (unemployment, CPI, employment) via the Bureau of Labor Statistics API. No authentication required.

Tools

ToolDescription
get_seriesFetch any BLS time series by series ID
get_unemploymentGet the US civilian unemployment rate over time
get_cpiGet the US Consumer Price Index for All Urban Consumers
get_employment_by_industryGet US non-farm payroll employment by industry

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "econdata_get_unemployment",
      "arguments": { "start_year": "2023", "end_year": "2024" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review