AD
AI Dev Jobs
/match_jobs
Match Jobs to Candidate Profile
Rank active AI/ML jobs against a candidate profile for free. Scoring combines tag overlap (+2 per match), salary overlap (+3), workplace/level/type/location mat
liveverifiedunknown~5s typical
mcpprobedaidevjobs
$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-com-aidevboard-jobs /match_jobs for me.
Input
| Field | Type | Description |
|---|---|---|
| job_type | string (full-time | part-time | contract | freelance) | |
| level | string (junior | mid | senior | lead | principal) | |
| limit | integer | Max results (default 10) |
| location | string | Location substring (e.g. 'San Francisco') |
| salary_max | integer | Maximum salary USD |
| salary_min | integer | Minimum salary USD |
| skills* | array | Candidate skills/tags (e.g. ['python','llm','pytorch']) |
| workplace | string (remote | hybrid | onsite) |
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-com-aidevboard-jobs","endpoint":"/match_jobs","input":{"skills":[]}}'cli
npx cracked-ai run -p mcp-com-aidevboard-jobs -e /match_jobs -i '{"skills":[]}'mcp
run_tool({ provider: "mcp-com-aidevboard-jobs", endpoint: "/match_jobs", input: {"skills":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.