h1b_salary
Pack: h1b · Endpoint: https://gateway.pipeworx.io/h1b/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
job_title | string | yes | Job title to search, e.g. “software engineer”, “data scientist”. Matched as a substring of the disclosed title. |
employer | string | no | Optional employer name to scope to, e.g. “Meta”. |
city | string | no | Optional work city, e.g. “SEATTLE” or “NEW YORK”. |
year | number,string | no | Filing year (e.g. 2024). Defaults to the most recent full year. |
limit | number,string | no | Max sample records to return (default 15, max 50). |
Example call
curl -X POST https://gateway.pipeworx.io/h1b/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"h1b_salary","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"h1b": {
"url": "https://gateway.pipeworx.io/h1b/mcp"
}
}
}
See Getting Started for client-specific install steps.