# HR & Compensation Data MCP Server

Search H1B visa salary data and general compensation by title and location. Benchmark salaries for career planning and hiring.

## 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`

**Optional config:**
- `apiKey` (query) — Your Apify API token for authenticated access. Get it from https://console.apify.com/settings/integrations. Required for data retrieval; optional for server discovery and capability listing.

## Tools (2)

- `search_h1b_salaries` — Search the U.S. H1B visa salary database for sponsored employment data. Returns employer name, job title, approved sala…
- `search_salaries` — Query general salary data by job title and geographic location. Returns average salary, salary range, number of data po…

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

## Resources

- `hr://data-sources` — H1B visa salary database and general salary data by title and location.

## Prompts (1)

- `salary_research` (job_title) — Research compensation for a role across general salary data and H1B visa sponsorship records.
