ENDPOINT 1
https://jobby.dev/api/mcp
Known tools 43
jobbydev_live_nowReturns Jobby.dev job-fair events that are currently live or paused and open to the public.
jobbydev_search_jobsSearches jobs on currently-live open-invite Jobby.dev events.
jobbydev_get_eventReturns full detail for one Jobby.dev event (open-invite, currently live or paused) including the list of jobs attached to it and a join_url.
jobbydev_start_signupInitiates a Jobby.dev signup via magic link.
jobbydev_profile_setUpdate one or more profile fields on the authenticated user.
jobbydev_match_acceptAccept a pending match by ID.
jobbydev_match_declineDecline a pending match.
jobbydev_resume_parseParse a resume passed as plain text (e.g.
jobbydev_billing_statusReturns the authenticated user's current plan, minutes used / total, AI credits used / total, billing period dates, cancellation state, and card-on-file metadata (brand + last4 + exp).
jobbydev_billing_invoices_listReturns Stripe invoice metadata for the recruiter — amounts, status, periods, currency, refund totals.
jobbydev_billing_portal_urlReturns a short-lived Stripe Billing Portal URL the user can open to manage payment method, view invoices, change plan, or cancel.
jobbydev_create_upgrade_checkoutReturns a Stripe Checkout session for plan upgrade.
jobbydev_create_upgrade_charge_offsessionTry to upgrade the recruiter's subscription off-session — charges the card on file without an interactive Stripe Checkout session.
jobbydev_create_eventCreate a live job-fair event the recruiter will host.
jobbydev_event_getReturns the full event row for an event the recruiter owns — including draft, paused, and ended events that the public discovery surface (jobbydev_get_event) deliberately hides.
jobbydev_event_go_liveFlip a draft event to `live` status — seekers can now queue against the attached jobs.
jobbydev_event_endFlip a live (or paused) event to `ended` — terminal state.
jobbydev_event_pauseFlip a live event to `paused` — joining is closed, the queue is drained, in-flight interviews continue to wrap up.
jobbydev_event_resumeFlip a paused event back to `live`.
jobbydev_event_listList the recruiter's own live events.
jobbydev_job_createPost a new role the recruiter is hiring for.
jobbydev_job_getReturns the full row for one of the recruiter's own jobs.
jobbydev_job_updateUpdate one or more fields on a job the recruiter owns.
jobbydev_team_inviteInvite a recruiter teammate by email.
jobbydev_candidates_saveSave a candidate the recruiter has already matched (or previously saved) to one of their jobs.
jobbydev_candidates_reinviteSend a 'would like to interview you again' notification to a seeker the recruiter has already saved.
jobbydev_candidates_saved_listReturns the recruiter's saved-candidates roster (the candidates they bookmarked from interviews) as structured JSON.
jobbydev_candidates_searchSearch candidates the recruiter has previously interviewed (NOT the global Jobby.dev seeker pool — that would bypass the matchmaker).
jobbydev_candidates_compare_aiRun an AI comparison across 1-10 saved candidates for one of your jobs.
jobbydev_settings_schema_getReturns the path manifest the agent uses to surface the long-tail settings menu to the user.
jobbydev_settings_getRead the current value of one setting by its dot-delimited path.
jobbydev_settings_setUpdate the value of one setting by its dot-delimited path.
jobbydev_interview_room_urlReturns the Daily.co room URL + meeting token for an interview the caller is a participant in.
jobbydev_interview_summaryReturns the transcript text + AI report card (Power Play only) + ready recordings for an interview the caller participated in.
jobbydev_queue_joinAdds the authenticated seeker to the Jobby.dev queue.
jobbydev_queue_statusReturns the current (or most recent) matchmaking queue entry for the authenticated user.
jobbydev_queue_leaveCancel the caller's active queue entry — pulls them out of matchmaking before they get matched.
jobbydev_matches_listReturns up to 50 of the authenticated user's most recent matches.
jobbydev_profile_getReturns the authenticated user's Jobby.dev profile (name, title, skills, experience, preferences).
jobbydev_webhook_createRegister an HTTPS endpoint to receive Jobby.dev events.
jobbydev_webhook_listList the caller's webhook subscriptions.
jobbydev_webhook_testSend one synthetic event to a webhook subscription's target_url for diagnostic purposes.
jobbydev_webhook_deletePermanently delete a webhook subscription.