H1B Job Search MCP Server
Rank #22,230glama/aryaminus/h1b-job-search-mcp
Enables searching and analyzing H-1B visa sponsoring companies using U.S. Department of Labor data. Supports filtering by job role, location, and salary with natural language queries to find direct employers and export results.
H1B Job Search MCP Server is a Model Context Protocol (MCP) server published by aryaminus. It ranks #22,230 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. H1B Job Search MCP Server is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Oct 6, 2025.
Ranks ahead of 93,230 of 115,460 servers on MCP Toplist.
Use H1B Job Search MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http h1b-job-search-mcp https://h1b-job-search-mcp.onrender.com/[mcp_servers.h1b-job-search-mcp]
url = "https://h1b-job-search-mcp.onrender.com/"Add to ~/.codex/config.toml.
https://h1b-job-search-mcp.onrender.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"h1b-job-search-mcp": {
"url": "https://h1b-job-search-mcp.onrender.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"h1b-job-search-mcp": {
"type": "http",
"url": "https://h1b-job-search-mcp.onrender.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"h1b-job-search-mcp": {
"serverUrl": "https://h1b-job-search-mcp.onrender.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"h1b-job-search-mcp": {
"url": "https://h1b-job-search-mcp.onrender.com/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Faryaminus%2Fh1b-job-search-mcp)<a href="https://mcptoplist.com/server/glama%2Faryaminus%2Fh1b-job-search-mcp"><img src="https://mcptoplist.com/badge/glama%2Faryaminus%2Fh1b-job-search-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
aryaminus
Other servers by aryaminus
View all aryaminus servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains H1B Job Search MCP Server?
- H1B Job Search MCP Server is maintained by aryaminus, which publishes 4 MCP servers (7 total versions) tracked on MCP Toplist.
- Is H1B Job Search MCP Server listed on the Official MCP Registry?
- H1B Job Search MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does H1B Job Search MCP Server have?
- H1B Job Search MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for H1B Job Search MCP Server?
- The source code for H1B Job Search MCP Server is hosted at github.com/aryaminus/h1b-job-search-mcp.