# HR & Compensation MCP Server

Search Glassdoor for salary data, company reviews, and job listings. Get compensation benchmarks and workplace insights.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/hr-compensation-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/hr-compensation-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/hr-compensation-mcp-server search_h1b_salaries

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/hr-compensation-mcp-server search_h1b_salaries '{}'
```

## Direct MCP Connection

Endpoint: `https://hr-compensation-mcp-server--nexgendata-apify.run.tools`

## Tools (2)

- `search_h1b_salaries` — Search H1B visa salary data. Returns employer, job title, salary, location.
- `search_salaries` — Search general salary data for a job title and location.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/hr-compensation-mcp-server <tool-name>
```
