mcp
M
mcp
/add_experience

add experience

Add a work experience to your Himalayas profile. 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 /add_experience for me.

Input

FieldTypeDescription
title*stringJob title
company_name*stringCompany name
employment_type*string (Full Time | Part Time | Self Employed | Freelance | Contractor | Temporary)Employment type
description*stringDescription of your role and responsibilities
locationstringCountry name for this role (e.g. 'United States', 'Germany'). Cities are not accepted.
start_datestringStart date (YYYY-MM-DD format)
end_datestringEnd date (YYYY-MM-DD format, omit for current role)
current_jobbooleanWhether this is your current job
experience_skill_liststringComma-separated skills used in this role

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":"/add_experience","input":{"title":"...","company_name":"...","employment_type":"Full Time","description":"..."}}'
cli
npx cracked-ai run -p mcp-app-himalayas-mcp -e /add_experience -i '{"title":"...","company_name":"...","employment_type":"Full Time","description":"..."}'
mcp
run_tool({ provider: "mcp-app-himalayas-mcp", endpoint: "/add_experience", input: {"title":"...","company_name":"...","employment_type":"Full Time","description":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.