← jobctl.app

INDIVIDUAL MCP TOOL

add_application

Track a new job application.

jobctl.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.jobctl.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for add_application and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

jobctl.app

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

.mcp.json

{
  "mcpServers": {
    "jobctl": {
      "type": "http",
      "url": "https://app.jobctl.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jobctl
Remote MCP URL: https://app.jobctl.app/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": {
    "jobctl": {
      "url": "https://app.jobctl.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jobctl": {
      "type": "http",
      "url": "https://app.jobctl.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jobctl",
  "transport": "streamable-http",
  "url": "https://app.jobctl.app/mcp"
}
MCP Inspector

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

Related tools

  • list_applications — List job applications.
  • update_application — Update fields of an application (get the id from list_applications).
  • add_note — Append a free-text note to an application timeline — recruiter call summaries, interview instructions, pasted messages.
  • log_interview — Log an interview for an application (max 10 per application): when it takes place, its status (planned or done), who attends (each with an optional profile link), related links (prep materials the company sent, meeting URL), and a short recap of what was discussed.
  • get_due — What is burning today: applications with next_action_due today or overdue.
  • get_planned — What is actually SCHEDULED: interviews with their time, attendees and meeting links, plus the actions falling due, for today, tomorrow, or the next seven days.
  • attach_analysis — Attach a markdown company analysis (research you produced) to an application.
  • attach_file — Attach or replace a file on an application so the user sees it in the dashboard: a CV/resume (kind: 'cv') or a cover letter (kind: 'cover_letter').