# Himalayas Remote Jobs

Search remote jobs, post job listings, find remote candidates, check salary benchmarks, and manage your career, all through AI conversation. The Himalayas Remote Jobs MCP server connects your AI assi…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Himalayas/himalayas-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Himalayas/himalayas-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Himalayas/himalayas-mcp get_jobs

# Call a tool
npx -y @smithery/cli@latest tool call Himalayas/himalayas-mcp get_jobs '{}'
```

## Direct MCP Connection

Endpoint: `https://himalayas-mcp--himalayas.run.tools`

## Tools (34)

- `get_jobs` — Browse the latest remote job listings with optional filtering by country or worldwide availability
- `search_jobs` — Search for remote jobs using keywords with optional filtering by country or worldwide availability
- `get_job_details` — Get full details for a specific job including description, requirements, salary, and application link. Use the company_…
- `get_related_jobs` — Find jobs similar to a specific job, based on skills, location, and category. Use after viewing a job to suggest altern…
- `get_companies` — Browse remote-friendly companies with optional filtering by country or worldwide availability
- `search_companies` — Search for remote-friendly companies using keywords with optional country filtering
- `get_company_details` — Get full details for a company including about, tech stack, benefits, open positions, and social links
- `get_remote_work_statistics` — Get remote work statistics: top skills, job categories, industries, or countries by job/company count. Great for unders…
- `get_salary_data` — Get salary benchmarks for remote jobs by job title, with optional seniority and country filters. Returns min, max, and …
- `get_correct_country_name` — Resolve a country name to the correct format accepted by Himalayas filters. Useful for fuzzy matching user input.
- `get_my_profile` — Get your Himalayas profile information. Requires authentication.
- `save_job` — Save a job to your application tracker. Requires authentication.
- `get_saved_jobs` — Get all jobs in your application tracker. Requires authentication.
- `update_job_status` — Update a saved job's status or details. Requires authentication.
- `remove_saved_job` — Remove a job from your application tracker. Requires authentication.
- `update_profile` — Update your Himalayas profile. Requires authentication.
- `add_experience` — Add a work experience to your Himalayas profile. Requires authentication.
- `add_education` — Add an education entry to your Himalayas profile. Requires authentication.
- `update_tech_stack` — Update your tech stack on your Himalayas profile. Requires authentication.
- `search_talent` — Search for remote talent/candidates on Himalayas. Browse professionals by keyword, country, or role.
- `get_company_profile` — Get your company's profile on Himalayas. Requires employer authentication.
- `update_company_profile` — Update your company's profile on Himalayas. Requires employer authentication.
- `get_company_perks` — Get your company's perks/benefits on Himalayas. Requires employer authentication.
- `add_company_perk` — Add a perk/benefit to your company on Himalayas. Requires employer authentication.
- `remove_company_perk` — Remove a perk/benefit from your company on Himalayas. Requires employer authentication.
- `update_company_tech_stack` — Update your company's tech stack on Himalayas. Pass technology names (e.g., 'React', 'Python') and they'll be matched t…
- `list_company_jobs` — List your company's job postings on Himalayas. Shows status, views, clicks, and expiry. Requires employer authenticatio…
- `show_company_job` — Get full details of one of your company's job postings on Himalayas. Requires employer authentication.
- `create_company_job` — Post a new job on Himalayas. Jobs are free to post and require admin approval before going live. Requires employer auth…
- `update_company_job` — Update an existing job posting on Himalayas. Only provide fields you want to change. For screening_questions, provide t…
- `delete_company_job` — Delete a job posting from your company on Himalayas. This action cannot be undone. Requires employer authentication.
- `post_job_public` — Post a job on Himalayas without an account. Provide your email and company details. Payment is required — a Stripe chec…
- `purchase_job_extras` — Purchase paid extras for an existing job posting: sticky ($199), newsletter ($99). Returns a Stripe checkout URL. Requi…
- `check_job_payment_status` — Check the payment status of a job posting. Use the session_id returned from post_job_public or create_company_job with …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Himalayas/himalayas-mcp <tool-name>
```
