← Registry

Productivity

jobby.dev

Helps find and manage job events and job searches on Jobby.dev.

1 endpoint43 known toolsCached registry data

ENDPOINT 1

https://jobby.dev/api/mcp

No auth detected

Known tools 43

jobbydev_live_now

Returns Jobby.dev job-fair events that are currently live or paused and open to the public.

jobbydev_search_jobs

Searches jobs on currently-live open-invite Jobby.dev events.

jobbydev_get_event

Returns 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_signup

Initiates a Jobby.dev signup via magic link.

jobbydev_profile_set

Update one or more profile fields on the authenticated user.

jobbydev_match_accept

Accept a pending match by ID.

jobbydev_match_decline

Decline a pending match.

jobbydev_resume_parse

Parse a resume passed as plain text (e.g.

jobbydev_billing_status

Returns 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_list

Returns Stripe invoice metadata for the recruiter — amounts, status, periods, currency, refund totals.

jobbydev_billing_portal_url

Returns a short-lived Stripe Billing Portal URL the user can open to manage payment method, view invoices, change plan, or cancel.

jobbydev_create_upgrade_checkout

Returns a Stripe Checkout session for plan upgrade.

jobbydev_create_upgrade_charge_offsession

Try to upgrade the recruiter's subscription off-session — charges the card on file without an interactive Stripe Checkout session.

jobbydev_create_event

Create a live job-fair event the recruiter will host.

jobbydev_event_get

Returns 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_live

Flip a draft event to `live` status — seekers can now queue against the attached jobs.

jobbydev_event_end

Flip a live (or paused) event to `ended` — terminal state.

jobbydev_event_pause

Flip a live event to `paused` — joining is closed, the queue is drained, in-flight interviews continue to wrap up.

jobbydev_event_resume

Flip a paused event back to `live`.

jobbydev_event_list

List the recruiter's own live events.

jobbydev_job_create

Post a new role the recruiter is hiring for.

jobbydev_job_get

Returns the full row for one of the recruiter's own jobs.

jobbydev_job_update

Update one or more fields on a job the recruiter owns.

jobbydev_team_invite

Invite a recruiter teammate by email.

jobbydev_candidates_save

Save a candidate the recruiter has already matched (or previously saved) to one of their jobs.

jobbydev_candidates_reinvite

Send a 'would like to interview you again' notification to a seeker the recruiter has already saved.

jobbydev_candidates_saved_list

Returns the recruiter's saved-candidates roster (the candidates they bookmarked from interviews) as structured JSON.

jobbydev_candidates_search

Search candidates the recruiter has previously interviewed (NOT the global Jobby.dev seeker pool — that would bypass the matchmaker).

jobbydev_candidates_compare_ai

Run an AI comparison across 1-10 saved candidates for one of your jobs.

jobbydev_settings_schema_get

Returns the path manifest the agent uses to surface the long-tail settings menu to the user.

jobbydev_settings_get

Read the current value of one setting by its dot-delimited path.

jobbydev_settings_set

Update the value of one setting by its dot-delimited path.

jobbydev_interview_room_url

Returns the Daily.co room URL + meeting token for an interview the caller is a participant in.

jobbydev_interview_summary

Returns the transcript text + AI report card (Power Play only) + ready recordings for an interview the caller participated in.

jobbydev_queue_join

Adds the authenticated seeker to the Jobby.dev queue.

jobbydev_queue_status

Returns the current (or most recent) matchmaking queue entry for the authenticated user.

jobbydev_queue_leave

Cancel the caller's active queue entry — pulls them out of matchmaking before they get matched.

jobbydev_matches_list

Returns up to 50 of the authenticated user's most recent matches.

jobbydev_profile_get

Returns the authenticated user's Jobby.dev profile (name, title, skills, experience, preferences).

jobbydev_webhook_create

Register an HTTPS endpoint to receive Jobby.dev events.

jobbydev_webhook_list

List the caller's webhook subscriptions.

jobbydev_webhook_test

Send one synthetic event to a webhook subscription's target_url for diagnostic purposes.

jobbydev_webhook_delete

Permanently delete a webhook subscription.