Skip to main content
Glama

BLS MCP Server

by kovashikawa

list_series

Browse available Bureau of Labor Statistics data series with category filtering to find economic indicators like CPI and employment statistics.

Instructions

List available BLS data series with optional category filtering. Returns series metadata including titles, IDs, and categories.

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category (e.g., 'CPI', 'Employment'). Optional.
limitNoMaximum number of results to return (default: 50)

Input Schema (JSON Schema)

{ "properties": { "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by category (e.g., 'CPI', 'Employment'). Optional.", "title": "Category" }, "limit": { "default": 50, "description": "Maximum number of results to return (default: 50)", "title": "Limit", "type": "integer" } }, "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