bls_get_series
ActiveTool of Bls
declared in 0.1.0
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).
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-bls-api-key",
"series_id": "LNS14000000"
},
{
"_apiKey": "your-bls-api-key",
"end_year": "2024",
"series_id": "PAYEMS,CES0000000001",
"start_year": "2020"
}
],
"required": [
"series_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "BLS registration key (optional, increases rate limits)"
},
"end_year": {
"type": "string",
"description": "End year (e.g., \"2024\"). Default: current year."
},
"series_id": {
"type": "string",
"description": "BLS series ID (e.g., \"LNS14000000\" for unemployment rate). For multiple series, comma-separate them (e.g., \"LNS14000000,CES0000000001\")."
},
"start_year": {
"type": "string",
"description": "Start year (e.g., \"2023\"). Default: current year minus 2."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bls
https://github.com/pipeworx-io/mcp-bls
1/7 registries