h1b_salary
ActiveTool of H1b
Look up real H-1B base salaries for a job title from DOL LCA disclosures — a market wage benchmark backed by actual filed salaries (not estimates). Answers 'what do H-1B software engineers earn at company X / in city Y'. Filter by job title, and optionally by employer, city, and year. Returns salary statistics (count, min / median / average / max) plus a sample of individual records (employer, title, salary, location, dates).
Parameters schema
{
"type": "object",
"required": [
"job_title"
],
"properties": {
"city": {
"type": "string",
"description": "Optional work city, e.g. \"SEATTLE\" or \"NEW YORK\"."
},
"year": {
"type": [
"number",
"string"
],
"description": "Filing year (e.g. 2024). Defaults to the most recent full year."
},
"limit": {
"type": [
"number",
"string"
],
"description": "Max sample records to return (default 15, max 50)."
},
"employer": {
"type": "string",
"description": "Optional employer name to scope to, e.g. \"Meta\"."
},
"job_title": {
"type": "string",
"description": "Job title to search, e.g. \"software engineer\", \"data scientist\". Matched as a substring of the disclosed title."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
H1b
https://github.com/pipeworx-io/mcp-h1b
1/7 registries