← Registry

Productivity

jobctl.app

Track and manage job applications, including notes and interview logs.

1 endpoint11 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://app.jobctl.app/mcp

No auth detected

MCP server metadata

Name
jobctl
Version
0.1.0
Capabilities
tools.listChanged

Known tools 11

add_application

Track a new job application.

Inferred read-only
list_applications

List job applications.

Inferred read-only
update_application

Update fields of an application (get the id from list_applications).

Potential side effects
add_note

Append a free-text note to an application timeline — recruiter call summaries, interview instructions, pasted messages.

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

Inferred read-only
get_due

What is burning today: applications with next_action_due today or overdue.

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

Inferred read-only
attach_analysis

Attach a markdown company analysis (research you produced) to an application.

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

Inferred read-only
attach_interview_file

Attach prep material to a specific interview so the user sees it next to that round in the dashboard: the prep document you wrote, the job description, a deck, notes the company sent.

Inferred read-only
get_application

Full detail of one application: all fields, contacts, recent timeline events, and whether a company analysis is attached (fetch it via the dashboard or attach_analysis to replace).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for jobctl.app was fetched 2026-08-23T16:14:58.243Z.

Trust status Neutral

jobctl.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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