@thenextgennexus/hr-compensation-mcp-server
v1.0.1
Published
Search H1B visa salaries, salary benchmarks, and job market data
Maintainers
Readme
HR & Compensation MCP Server
Search H1B visa salaries, salary benchmarks, and job market data — powered by nexgendata on Apify.
Quick Start
Using npx (recommended)
npx @nexgendata/hr-compensation-mcp-serverInstall globally
npm install -g @nexgendata/hr-compensation-mcp-serverConfigure with Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"hr-compensation-mcp-server": {
"command": "npx",
"args": [
"-y",
"@nexgendata/hr-compensation-mcp-server"
],
"env": {
"APIFY_TOKEN": "your-apify-token-optional"
}
}
}
}Configure with Cline
Add the same configuration to your Cline MCP settings.
Available Tools
| Tool | Description |
|------|-------------|
| search_h1b_salaries | Search H1B visa salary data by employer, job title, or location |
| get_salary_benchmarks | Get salary benchmark data for roles and locations |
| analyze_compensation | Analyze compensation trends for a role or company |
| search_job_market | Search current job market data and trends |
| get_company_salary_data | Get salary data for a specific company |
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| APIFY_TOKEN | No | Your Apify API token for authenticated access. Without it, the server uses the public endpoint (rate-limited). |
How It Works
This MCP server acts as a local stdio bridge to the nexgendata Apify MCP endpoint. When you call a tool, it forwards the request to Apify and returns the results.
Links
License
MIT
