Skip to main content
Glama
aryaminus

H1B Job Search MCP Server

by aryaminus
poke_config.json3.7 kB
{ "servers": [ { "name": "h1b-search", "type": "http", "url": "https://h1b-job-search-mcp.onrender.com", "auth": { "type": "none" }, "description": "H-1B Job Search MCP Server - Search and analyze H-1B sponsorship data", "capabilities": { "tools": true, "resources": false, "prompts": false }, "tools": [ { "name": "load_h1b_data", "description": "Download and load H-1B LCA disclosure data from the U.S. Department of Labor", "inputSchema": { "type": "object", "properties": { "year": { "type": "integer", "default": 2024 }, "quarter": { "type": "integer", "default": 4 }, "force_download": { "type": "boolean", "default": false } } } }, { "name": "search_h1b_jobs", "description": "Search for H-1B sponsoring companies by job role and location", "inputSchema": { "type": "object", "required": ["job_role"], "properties": { "job_role": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "min_wage": { "type": "number" }, "max_results": { "type": "integer", "default": 50 }, "skip_agencies": { "type": "boolean", "default": true } } } }, { "name": "get_company_stats", "description": "Get detailed H-1B sponsorship statistics for a specific company", "inputSchema": { "type": "object", "required": ["company_name"], "properties": { "company_name": { "type": "string" } } } }, { "name": "get_top_sponsors", "description": "List top H-1B sponsoring companies by application volume", "inputSchema": { "type": "object", "properties": { "limit": { "type": "integer", "default": 20 }, "exclude_agencies": { "type": "boolean", "default": true } } } }, { "name": "export_results", "description": "Export filtered H-1B results to a CSV file", "inputSchema": { "type": "object", "required": ["job_role"], "properties": { "job_role": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "filename": { "type": "string", "default": "h1b_results.csv" }, "max_results": { "type": "integer", "default": 1000 } } } }, { "name": "get_available_data", "description": "List available LCA data periods and cached files", "inputSchema": { "type": "object", "properties": {} } } ] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aryaminus/h1b-job-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server