bls_search
ActiveTool of Bls
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"keyword": "unemployment"
},
{
"keyword": "CPI inflation"
}
],
"required": [
"keyword"
],
"properties": {
"keyword": {
"type": "string",
"description": "Keyword to search for (e.g., \"rent\", \"construction\", \"unemployment\", \"CPI\", \"housing\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bls
https://github.com/pipeworx-io/mcp-bls
1/7 registries