h1b_employer_sponsorship
Pack: h1b · Endpoint: https://gateway.pipeworx.io/h1b/mcp
Check whether a US employer sponsors H-1B visas and profile their sponsorship, from DOL Labor Condition Application (LCA) disclosures. Answers ‘does company X sponsor H-1B / green cards’ for recruiting and candidate advising. Returns the number of certified LCA filings, base-salary range (min / median / max), the top sponsored job titles, and top work locations for the employer. Filter by year (defaults to the latest full year). Employer name is matched as the disclosed legal name (e.g. ‘Google’, ‘Amazon.com Services’).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
employer | string | yes | Employer name to look up, e.g. “Google”, “Deloitte”, “Amazon”. |
year | number,string | no | Filing year (e.g. 2024). Defaults to the most recent full year. |
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_employer_sponsorship","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.