com.thenextgennexus/job-market-mcp-server
Official3 toolsIndeed listings + Glassdoor reviews + H1B salary data for career copilots.
Combines Indeed job listings, Glassdoor reviews, and H1B salary data for career research.
Captured live from the server via tools/list.
search_jobs
Search Indeed for job listings. Returns titles, companies, salaries, descriptions. Args: query: Job title or keywords (e.g. 'software engineer') location: City or state (optional, e.g. 'New York') max_results: Max results (default 20)
Parameters (3)
- querystringrequired
- locationstring
- max_resultsinteger
company_reviews
Get Glassdoor reviews for a company. Returns ratings, pros, cons, salary data. Args: company: Company name (e.g. 'Google') max_results: Max reviews (default 20)
Parameters (2)
- companystringrequired
- max_resultsinteger
salary_search
Search H1B visa salary data for a job title. Returns employer, salary, location. Args: job_title: Job title (e.g. 'Data Scientist') location: City or state (optional)
Parameters (2)
- job_titlestringrequired
- locationstring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"job-market-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/job-market-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.