M
mcp
/get_salary_data
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.
liveverifiedunknown~5s typical
mcpprobedmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-himalayas-mcp /get_salary_data for me.
Input
| Field | Type | Description |
|---|---|---|
| job_title* | string | Job title to look up salary for (e.g., 'software-engineer', 'product-manager', 'data-scien |
| seniority | string | Seniority level (e.g., 'senior', 'junior', 'lead', 'mid') |
| country | string | Country slug to filter by (e.g., 'united-states', 'united-kingdom', 'germany') |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-himalayas-mcp","endpoint":"/get_salary_data","input":{"job_title":"..."}}'cli
npx cracked-ai run -p mcp-app-himalayas-mcp -e /get_salary_data -i '{"job_title":"..."}'mcp
run_tool({ provider: "mcp-app-himalayas-mcp", endpoint: "/get_salary_data", input: {"job_title":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.