BLS occupational wage data MCP tool
Query GSA CALC+ BLS occupational wage data either as normalized search rows or as aggregation-derived filter options for pricing workflows.
- MCP tool name:
BLS_Occupational_Wage_Data - Returns: BLS occupational wage data MCP response
- Annotations: Read only, not destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
Examples
Use this for BLS wage evidence from GSA CALC+ when pricing labor categories or benchmarking local labor markets.
What are software developer wage rows in Virginia?
{
"tool": "BLS_Occupational_Wage_Data",
"arguments": {
"mode": "search",
"keyword": "software developer",
"state_name": [
"Virginia"
],
"page_size": 5,
"ordering": "rate",
"sort": "desc",
"fields_to_return": [
"items",
"summary"
],
"item_fields_to_return": [
"occupation_name",
"occupation_code",
"state_name",
"area_name",
"rate",
"series_year"
]
}
}Which BLS filter options should narrow cybersecurity wage research?
{
"tool": "BLS_Occupational_Wage_Data",
"arguments": {
"mode": "filters",
"keyword": "cybersecurity",
"fields_to_return": [
"occupation_names",
"occupation_codes",
"states",
"industries",
"modeling_presets"
]
}
}Related articles
- BLS occupational wage data MCP response: Review the response shape returned by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.
Add to vector store
Adds GovTribe files or file-bearing entities into a vector store so their full text becomes searchable via the hosted `file_search` tool. Returns the current status snapshot quickly; if status is in_progress, call Add_To_Vector_Store again later with the same arguments.
Create automation
Create a GovTribe AI automation. Also creates a new GovTribe AI project with the given govtribe_ai_project_name to hold this automation.