You're viewing a demo portfolio

Join the waitlist
PRSM

get_employment_by_industry

Active

Tool of econdata

declared in 0.1.0

Get US non-farm payroll employment by industry (manufacturing, construction, retail, financial, government, etc.). Returns employment figures in thousands by period.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end_year": "2024",
      "industry": "manufacturing",
      "start_year": "2018"
    },
    {
      "industry": "construction"
    }
  ],
  "required": [],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Optional BLS registration key (free, raises the daily cap from ~25 to 500). The gateway supplies a platform key; pass your own only to override."
    },
    "end_year": {
      "type": "string",
      "description": "End year as 4-digit string (e.g. \"2024\"). Optional."
    },
    "industry": {
      "type": "string",
      "description": "Industry to retrieve. One of: \"total_nonfarm\", \"manufacturing\", \"construction\", \"retail\", \"financial\", \"government\". Defaults to \"total_nonfarm\"."
    },
    "start_year": {
      "type": "string",
      "description": "Start year as 4-digit string (e.g. \"2020\"). Optional."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

econdata

https://github.com/pipeworx-io/mcp-econdata

1/7 registries
View full server →