M
mcp
/save_job
save job
Save a job to your application tracker. Requires authentication.
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 /save_job for me.
Input
| Field | Type | Description |
|---|---|---|
| title* | string | Job title |
| company_name* | string | Company name |
| status | string (seen | saved | applied | interviewing | negotiation | hired) | Application status (default: saved) |
| base_salary | number | Base salary |
| max_salary | number | Maximum salary |
| currency | string | Salary currency (e.g., 'USD') |
| excitement | number | Excitement level from 0-5 |
| notes | string | Personal notes about this job |
| app_link | string | Application link URL |
| himalayas_link | string | Himalayas job listing URL |
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":"/save_job","input":{"title":"...","company_name":"..."}}'cli
npx cracked-ai run -p mcp-app-himalayas-mcp -e /save_job -i '{"title":"...","company_name":"..."}'mcp
run_tool({ provider: "mcp-app-himalayas-mcp", endpoint: "/save_job", input: {"title":"...","company_name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.