LIVE ENDPOINT
https://mcp.himalayas.app/mcp
Connect to this endpoint to inspect the live schema for update_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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_related_jobs— Find jobs similar to a specific job, based on skills, location, and category.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.