INDIVIDUAL MCP TOOL
get_related_jobs
Find jobs similar to a specific job, based on skills, location, and category.
LIVE ENDPOINT
https://mcp.himalayas.app/mcp
Connect to this endpoint to inspect the live schema for get_related_jobs and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.himalayas-remote-jobs-mcp-server]
url = "https://mcp.himalayas.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"himalayas-remote-jobs-mcp-server": {
"type": "http",
"url": "https://mcp.himalayas.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: himalayas-remote-jobs-mcp-server
Remote MCP URL: https://mcp.himalayas.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"himalayas-remote-jobs-mcp-server": {
"url": "https://mcp.himalayas.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"himalayas-remote-jobs-mcp-server": {
"type": "http",
"url": "https://mcp.himalayas.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "himalayas-remote-jobs-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.himalayas.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_jobs— Browse the latest remote job listings with optional filtering by country or worldwide availabilitysearch_jobs— Search for remote jobs using keywords with optional filtering by country or worldwide availabilityget_job_details— Get full details for a specific job including description, requirements, salary, and application link.get_companies— Browse remote-friendly companies with optional filtering by country or worldwide availabilitysearch_companies— Search for remote-friendly companies using keywords with optional country filteringget_company_details— Get full details for a company including about, tech stack, benefits, open positions, and social linksget_remote_work_statistics— Get remote work statistics: top skills, job categories, industries, or countries by job/company count.get_salary_data— Get salary benchmarks for remote jobs by job title, with optional seniority and country filters.