← himalayas.app

INDIVIDUAL MCP TOOL

get_my_profile

Get your Himalayas profile information.

himalayas.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.himalayas.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_my_profile 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

himalayas.app

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 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.
  • 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 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.