← jobby.dev

INDIVIDUAL MCP TOOL

jobbydev_profile_set

Update one or more profile fields on the authenticated user.

jobby.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

jobby.dev

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.jobby-dev]
url = "https://jobby.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: jobby-dev
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": {
    "jobby-dev": {
      "url": "https://jobby.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • 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_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).