Productivity
jobctl.app
Track and manage job applications, including notes and interview logs.
ENDPOINT 1
https://app.jobctl.app/mcp
MCP server metadata
- Name
- jobctl
- Version
- 0.1.0
Known tools 11
update_applicationUpdate fields of an application (get the id from list_applications).
Potential side effectsadd_noteAppend a free-text note to an application timeline — recruiter call summaries, interview instructions, pasted messages.
Inferred read-onlylog_interviewLog 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-onlyget_plannedWhat 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-onlyattach_analysisAttach a markdown company analysis (research you produced) to an application.
Inferred read-onlyattach_fileAttach 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-onlyattach_interview_fileAttach 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-onlyget_applicationFull 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-onlyCONNECT 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.
jobctl.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.