← Registry

Productivity

jobby.dev

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

1 endpoint43 known toolsFirst detected June 16, 2026Last detected August 26, 2026

ENDPOINT 1

https://jobby.dev/api/mcp

No auth detected

MCP server metadata

Name
jobbydev-mcp
Version
0.0.1
Capabilities
tools

Known tools 43

jobbydev_live_now

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

Inferred read-only
jobbydev_search_jobs

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

Inferred read-only
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.

Inferred read-only
jobbydev_start_signup

Initiates a Jobby.dev signup via magic link.

Inferred read-only
jobbydev_profile_set

Update one or more profile fields on the authenticated user.

Potential side effects
jobbydev_match_accept

Accept a pending match by ID.

Inferred read-only
jobbydev_match_decline

Decline a pending match.

Inferred read-only
jobbydev_resume_parse

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

Inferred read-only
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).

Inferred read-only
jobbydev_billing_invoices_list

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

Potential side effects
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.

Potential side effects
jobbydev_create_upgrade_checkout

Returns a Stripe Checkout session for plan upgrade.

Inferred read-only
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.

Inferred read-only
jobbydev_create_event

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

Potential side effects
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.

Inferred read-only
jobbydev_event_go_live

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

Inferred read-only
jobbydev_event_end

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

Potential side effects
jobbydev_event_pause

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

Inferred read-only
jobbydev_event_resume

Flip a paused event back to `live`.

Inferred read-only
jobbydev_event_list

List the recruiter's own live events.

Inferred read-only
jobbydev_job_create

Post a new role the recruiter is hiring for.

Potential side effects
jobbydev_job_get

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

Inferred read-only
jobbydev_job_update

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

Potential side effects
jobbydev_team_invite

Invite a recruiter teammate by email.

Potential side effects
jobbydev_candidates_save

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

Inferred read-only
jobbydev_candidates_reinvite

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

Potential side effects
jobbydev_candidates_saved_list

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

Inferred read-only
jobbydev_candidates_search

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

Inferred read-only
jobbydev_candidates_compare_ai

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

Inferred read-only
jobbydev_settings_schema_get

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

Inferred read-only
jobbydev_settings_get

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

Inferred read-only
jobbydev_settings_set

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

Potential side effects
jobbydev_interview_room_url

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

Inferred read-only
jobbydev_interview_summary

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

Inferred read-only
jobbydev_queue_join

Adds the authenticated seeker to the Jobby.dev queue.

Inferred read-only
jobbydev_queue_status

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

Inferred read-only
jobbydev_queue_leave

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

Inferred read-only
jobbydev_matches_list

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

Inferred read-only
jobbydev_profile_get

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

Inferred read-only
jobbydev_webhook_create

Register an HTTPS endpoint to receive Jobby.dev events.

Inferred read-only
jobbydev_webhook_list

List the caller's webhook subscriptions.

Inferred read-only
jobbydev_webhook_test

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

Potential side effects
jobbydev_webhook_delete

Permanently delete a webhook subscription.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.jobbydev-mcp]
url = "https://jobby.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jobbydev-mcp": {
      "type": "http",
      "url": "https://jobby.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jobbydev-mcp
Remote MCP URL: https://jobby.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "jobbydev-mcp": {
      "url": "https://jobby.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jobbydev-mcp": {
      "type": "http",
      "url": "https://jobby.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jobbydev-mcp",
  "transport": "streamable-http",
  "url": "https://jobby.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for jobby.dev was fetched 2026-08-03T20:28:24.227Z and is being refreshed.

Trust status Trusted

jobby.dev is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.