Skip to main content
Glama

BLS MCP Server

by kovashikawa

get_series

Fetch Bureau of Labor Statistics time series data by ID with date range filtering. Retrieve economic indicators like CPI and employment statistics with values, periods, and metadata.

Instructions

Fetch BLS data series by ID with optional date range filtering. Returns time series data points with values, periods, and metadata.

Input Schema

NameRequiredDescriptionDefault
end_yearNoEnd year for data range (optional)
series_idYesBLS series ID (e.g., 'CUUR0000SA0' for CPI All Items)
start_yearNoStart year for data range (optional)

Input Schema (JSON Schema)

{ "properties": { "end_year": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "End year for data range (optional)", "title": "End Year" }, "series_id": { "description": "BLS series ID (e.g., 'CUUR0000SA0' for CPI All Items)", "title": "Series Id", "type": "string" }, "start_year": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Start year for data range (optional)", "title": "Start Year" } }, "required": [ "series_id" ], "type": "object" }

Other Tools from BLS MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kovashikawa/bls_mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server