# Himalayas Remote Jobs MCP server

Search and post remote jobs, browse companies, check salaries, and find talent on Himalayas.app

## Links
- Registry page: https://www.getdrio.com/mcp/app-himalayas-mcp
- Repository: https://github.com/Himalayas-App/himalayas-mcp
- Website: https://himalayas.app

## Install
- Endpoint: https://mcp.himalayas.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.himalayas.app/mcp
- Remote endpoint: https://mcp.himalayas.app/sse

## Tools
- get_jobs - Browse the latest remote job listings with optional filtering by country or worldwide availability Endpoint: https://mcp.himalayas.app/mcp
- search_jobs - Search for remote jobs using keywords with optional filtering by country or worldwide availability Endpoint: https://mcp.himalayas.app/mcp
- get_job_details - Get full details for a specific job including description, requirements, salary, and application link. Use the company_slug and job_slug from job listings. Endpoint: https://mcp.himalayas.app/mcp
- get_related_jobs - Find jobs similar to a specific job, based on skills, location, and category. Use after viewing a job to suggest alternatives. Endpoint: https://mcp.himalayas.app/mcp
- get_companies - Browse remote-friendly companies with optional filtering by country or worldwide availability Endpoint: https://mcp.himalayas.app/mcp
- search_companies - Search for remote-friendly companies using keywords with optional country filtering Endpoint: https://mcp.himalayas.app/mcp
- get_company_details - Get full details for a company including about, tech stack, benefits, open positions, and social links Endpoint: https://mcp.himalayas.app/mcp
- get_remote_work_statistics - Get remote work statistics: top skills, job categories, industries, or countries by job/company count. Great for understanding the remote work landscape. Endpoint: https://mcp.himalayas.app/mcp
- get_salary_data - Get salary benchmarks for remote jobs by job title, with optional seniority and country filters. Returns min, max, and median salary in USD. Endpoint: https://mcp.himalayas.app/mcp
- get_correct_country_name - Resolve a country name to the correct format accepted by Himalayas filters. Useful for fuzzy matching user input. Endpoint: https://mcp.himalayas.app/mcp
- get_my_profile - Get your Himalayas profile information. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- save_job - Save a job to your application tracker. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- get_saved_jobs - Get all jobs in your application tracker. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- update_job_status - Update a saved job's status or details. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- remove_saved_job - Remove a job from your application tracker. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- update_profile - Update your Himalayas profile. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- add_experience - Add a work experience to your Himalayas profile. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- add_education - Add an education entry to your Himalayas profile. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- update_tech_stack - Update your tech stack on your Himalayas profile. Requires authentication. Endpoint: https://mcp.himalayas.app/mcp
- search_talent - Search for remote talent/candidates on Himalayas. Browse professionals by keyword, country, or role. Endpoint: https://mcp.himalayas.app/mcp
- get_talent_profile - Get full details for a candidate including bio, all experiences, education, tech stack, social links, and more. Use the talent_slug from search_talent results. Endpoint: https://mcp.himalayas.app/mcp
- get_company_profile - Get your company's profile on Himalayas. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- update_company_profile - Update your company's profile on Himalayas. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- get_company_perks - Get your company's perks/benefits on Himalayas. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- add_company_perk - Add a perk/benefit to your company on Himalayas. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- remove_company_perk - Remove a perk/benefit from your company on Himalayas. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- update_company_tech_stack - Update your company's tech stack on Himalayas. Pass technology names (e.g., 'React', 'Python') and they'll be matched to the Himalayas stack database. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- list_company_jobs - List your company's job postings on Himalayas. Shows status, views, clicks, and expiry. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- show_company_job - Get full details of one of your company's job postings on Himalayas. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- create_company_job - Post a new job on Himalayas. Jobs are free to post and require admin approval before going live. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- update_company_job - Update an existing job posting on Himalayas. Only provide fields you want to change. For screening_questions, provide the full set — questions not included will be removed. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- delete_company_job - Delete a job posting from your company on Himalayas. This action cannot be undone. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- post_job_public - Post a job on Himalayas without an account. Provide your email and company details. Payment is required — a Stripe checkout URL will be returned. No authentication needed. Endpoint: https://mcp.himalayas.app/mcp
- purchase_job_extras - Purchase paid extras for an existing job posting: sticky ($199), newsletter ($99). Returns a Stripe checkout URL. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- 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 extras. No authentication required. Endpoint: https://mcp.himalayas.app/mcp
- list_conversations - List all your messaging conversations with last message preview. Shows conversation status (awaiting reply, new reply, read). Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- get_conversation - Get full message history for a conversation. Accepts room_name or talent_slug. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- start_conversation - Start a conversation with a candidate by talent slug. Optionally send an initial message. If the conversation already exists, returns it. Use search_talent to find candidates first, then use their slug here. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- send_message - Send a message in an existing conversation. Accepts room_name (from list_conversations) or talent_slug (from search_talent). Use start_conversation first if no conversation exists yet. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- mark_message_read - Mark a message as read by its ID. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp
- delete_conversation - Delete a conversation. Accepts room_name or talent_slug. Requires employer authentication. Endpoint: https://mcp.himalayas.app/mcp

## Resources
Not captured

## Prompts
- job-search - Remote Job Search Guided remote job search — finds jobs matching your role, skills, salary, and location preferences Arguments: role, salary, country, skills
- salary-comparison - Salary Comparison Compare remote salary benchmarks across roles, seniority levels, and countries Arguments: job_title, seniority, countries
- company-research - Company Research Deep dive into a remote company — profile, tech stack, benefits, open jobs, and salary benchmarks Arguments: company
- post-job - Post a Remote Job Guided workflow to create and publish a remote job listing on Himalayas Arguments: role, employment_type
- reach-out - Reach Out to Talent Find and message remote candidates — search for talent, review profiles, and start conversations Arguments: keyword, country

## Metadata
- Owner: app.himalayas
- Version: 1.0.2
- Runtime: Sse, Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 2, 2026
- Source: https://registry.modelcontextprotocol.io
