ENDPOINT 1
https://jobby.dev/api/mcp
MCP server metadata
- Name
- jobbydev-mcp
- Version
- 0.0.1
Known tools 43
jobbydev_live_nowReturns Jobby.dev job-fair events that are currently live or paused and open to the public.
Inferred read-onlyjobbydev_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.
Inferred read-onlyjobbydev_profile_setUpdate one or more profile fields on the authenticated user.
Potential side effectsjobbydev_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).
Inferred read-onlyjobbydev_billing_invoices_listReturns Stripe invoice metadata for the recruiter — amounts, status, periods, currency, refund totals.
Potential side effectsjobbydev_billing_portal_urlReturns a short-lived Stripe Billing Portal URL the user can open to manage payment method, view invoices, change plan, or cancel.
Potential side effectsjobbydev_create_upgrade_checkoutReturns a Stripe Checkout session for plan upgrade.
Inferred read-onlyjobbydev_create_upgrade_charge_offsessionTry to upgrade the recruiter's subscription off-session — charges the card on file without an interactive Stripe Checkout session.
Inferred read-onlyjobbydev_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.
Inferred read-onlyjobbydev_event_go_liveFlip a draft event to `live` status — seekers can now queue against the attached jobs.
Inferred read-onlyjobbydev_event_pauseFlip a live event to `paused` — joining is closed, the queue is drained, in-flight interviews continue to wrap up.
Inferred read-onlyjobbydev_candidates_saveSave a candidate the recruiter has already matched (or previously saved) to one of their jobs.
Inferred read-onlyjobbydev_candidates_reinviteSend a 'would like to interview you again' notification to a seeker the recruiter has already saved.
Potential side effectsjobbydev_candidates_saved_listReturns the recruiter's saved-candidates roster (the candidates they bookmarked from interviews) as structured JSON.
Inferred read-onlyjobbydev_candidates_searchSearch candidates the recruiter has previously interviewed (NOT the global Jobby.dev seeker pool — that would bypass the matchmaker).
Inferred read-onlyjobbydev_candidates_compare_aiRun an AI comparison across 1-10 saved candidates for one of your jobs.
Inferred read-onlyjobbydev_settings_schema_getReturns the path manifest the agent uses to surface the long-tail settings menu to the user.
Inferred read-onlyjobbydev_settings_getRead the current value of one setting by its dot-delimited path.
Inferred read-onlyjobbydev_settings_setUpdate the value of one setting by its dot-delimited path.
Potential side effectsjobbydev_interview_room_urlReturns the Daily.co room URL + meeting token for an interview the caller is a participant in.
Inferred read-onlyjobbydev_interview_summaryReturns the transcript text + AI report card (Power Play only) + ready recordings for an interview the caller participated in.
Inferred read-onlyjobbydev_queue_statusReturns the current (or most recent) matchmaking queue entry for the authenticated user.
Inferred read-onlyjobbydev_queue_leaveCancel the caller's active queue entry — pulls them out of matchmaking before they get matched.
Inferred read-onlyjobbydev_matches_listReturns up to 50 of the authenticated user's most recent matches.
Inferred read-onlyjobbydev_profile_getReturns the authenticated user's Jobby.dev profile (name, title, skills, experience, preferences).
Inferred read-onlyjobbydev_webhook_testSend one synthetic event to a webhook subscription's target_url for diagnostic purposes.
Potential side effectsCONNECT 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.
jobby.dev is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.