Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Trackly CLI

NPM · TRACKLY-CLI · 2 COMPONENTS · SCANNED SEP 20

Job search for Claude, ChatGPT, Cursor. 250K+ jobs, 5,400+ companies. OAuth or stdio.

+1 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 103 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to trackly-app/trackly-cli). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 7682 tokens (~130/item across 59 items; 58 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage77
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 30% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 58 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 59 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Trackly CLI MCP server?

Trackly CLI runs locally as an npm package, launched with npx -y trackly-cli. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · trackly-cli

# add to Claude Code
claude mcp add trackly-app-trackly -- npx -y trackly-cli
// .cursor/mcp.json
{
  "mcpServers": {
    "trackly-app-trackly": {
      "command": "npx",
      "args": [
        "-y",
        "trackly-cli"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "trackly-app-trackly": {
      "command": "npx",
      "args": [
        "-y",
        "trackly-cli"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add trackly-app-trackly -- npx -y trackly-cli
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "trackly-app-trackly": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "trackly-cli"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add trackly-app-trackly --command npx --arg -y --arg trackly-cli
# ~/.hermes/config.yaml
mcp_servers:
  trackly-app-trackly:
    command: "npx"
    args: ["-y", "trackly-cli"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "trackly-app-trackly": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "trackly-cli"
      ]
    }
  }
}
# add to Vellum
assistant mcp add trackly-app-trackly -t stdio -c npx -a -y trackly-cli
// mcp.json
{
  "mcpServers": {
    "trackly-app-trackly": {
      "command": "npx",
      "args": [
        "-y",
        "trackly-cli"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1
    • Stability: 0.97 → pass security
  • 19 Sept 26 0
    • Tool safety: pass → unverified security
    • Stability: 0.93 → unverified security
    • Malware scan: pass → unverified security
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Package version: 0.18.4 → 0.18.6 functional
    • Package version: 0.18.4 → 0.18.5 functional
  • 18 Sept 26 −1
    • Stability: pass → 0.93 functional
  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
    • Package version: 0.18.2 → 0.18.4 functional
  • 13 Sept 26 −1
    • Stability: pass → 0.93 functional
  • 12 Sept 26 +1
    • Stability: fail → pass security
  • 11 Sept 26 +15
    • Malware scan: unverified → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/trackly-cli@0.18.6

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo trackly-app/trackly-cli
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/trackly-app/trackly-cli/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2892879463
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:041d89cd3ba8116d0fbb23763bd04b40372adb5454d0fbabc05d8b4f5602060b985fa65b10042576192988412c17f2c858cc9bfa1c50ee5733b093484

Background: How many MCP packages publish verified provenance →

Dependencies 103 packages
Packages resolved 103
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 58 exposed · ~7,665 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
trackly_start_apply_run ~148

Start a legacy single run, or start/recover a frozen member when the complete batch binding is supplied. Recovered members already carrying runId must reuse that run without calling this tool.

NameTypeReqDescription
batchIdinteger
clientNamestring
contextstringBriefly explain why this tool helps the current job-search goal. Never include resume text, profile answers, demographic or work-authorization answers, application notes, credentials, or secrets.
expectedInspectionEpochinteger
expectedMemberVersioninteger
jobIdintegeryes
leaseTokenstring
memberIdinteger

No output schema declared.

No examples provided.

trackly_stop_apply_execution ~101

Stop the active execution without changing saved-job state or submitting any application.

NameTypeReqDescription
contextstringBriefly explain why this tool helps the current job-search goal. Never include resume text, profile answers, demographic or work-authorization answers, application notes, credentials, or secrets.
executionIdintegeryes
expectedRevisionintegeryes
idempotencyKeystringyes
reasonCodestring

No output schema declared.

No examples provided.

trackly_update_application_profile ~189

Update confirmed profile answers with optimistic concurrency. Use global scope only for an explicit always-answer preference. Setting sensitiveStorageConsent=false deletes every stored sensitive and restricted answer (an admin-recoverable archive is kept for 30 days, then purged) and is a two-step action: the first call saves nothing and returns a confirmation challenge; retry with the echoed sensitiveRevocationConfirmToken to proceed.

NameTypeReqDescription
changesarray
confirmProfileboolean
contextstringBriefly explain why this tool helps the current job-search goal. Never include resume text, profile answers, demographic or work-authorization answers, application notes, credentials, or secrets.
educationarray
expectedRevisionintegeryes
sensitiveRevocationConfirmTokenstring
sensitiveStorageConsentboolean
sourcestring

No output schema declared.

No examples provided.

trackly_update_experience_limits ~244

Atomically replace the complete role-specific experience-limit map. Each value is the highest stated minimum years requirement the user wants for that job function. When Trackly enforcement is active, a job is included when its stated minimum is less than or equal to the limit. Jobs with no stated minimum remain visible. An empty object clears the saved limits. experienceFilterV2Available reports edit capability, not enforcement state. Read discoveryPreferenceRevision with trackly_get_preferences first. If the backend returns a revision conflict, refetch and reconcile with the user; never retry blindly with the newer revision.

NameTypeReqDescription
contextstringBriefly explain why this tool helps the current job-search goal. Never include resume text, profile answers, demographic or work-authorization answers, application notes, credentials, or secrets.
expectedPreferenceRevisionintegeryesThe non-negative safe-integer discoveryPreferenceRevision returned by the latest trackly_get_preferences call. A stale revision is rejected instead of overwriting newer choices.
experienceLimitsByJobFunctionobjectyesComplete replacement map from canonical job-function slug to maximum acceptable stated minimum years. Use {} to turn role-specific experience filtering off.

No output schema declared.

No examples provided.

trackly_update_status ~84

Update a job application status (apply, save, or dismiss).

NameTypeReqDescription
actionstringyesStatus action
contextstringBriefly explain why this tool helps the current job-search goal. Never include resume text, profile answers, demographic or work-authorization answers, application notes, credentials, or secrets.
idnumberyesJob posting ID

No output schema declared.

No examples provided.

trackly_validate_apply_resume_upload ~113

Locally validate the browser adapter capabilities and ordered, value-free proof stages required to claim one resume attachment. This helper does not open a chooser, read a local path, control the browser, or send values to Trackly.

NameTypeReqDescription
capabilitiesobjectyes
contextstringBriefly explain why this tool helps the current job-search goal. Never include resume text, profile answers, demographic or work-authorization answers, application notes, credentials, or secrets.
eventsarrayyes

No output schema declared.

No examples provided.

trackly_validate_apply_tab_keep_set ~138

Locally validate a caller-supplied session-finalizer keep set against complete controller and user tab inventories. This pure helper never enumerates, focuses, closes, hands off, or finalizes browser tabs and never sends tab IDs to Trackly.

NameTypeReqDescription
contextstringBriefly explain why this tool helps the current job-search goal. Never include resume text, profile answers, demographic or work-authorization answers, application notes, credentials, or secrets.
controllerInventoryobjectyes
expectedTabIdsarrayyes
keepTabIdsarrayyes
userInventoryobjectyes

No output schema declared.

No examples provided.

trackly_verify_prepared_resume ~136

Immediately before attachment, recompute the prepared resume fingerprint, validate its run and expiration, and lock the confirmed file read-only.

NameTypeReqDescription
confirmationIdstringyes
contextstringBriefly explain why this tool helps the current job-search goal. Never include resume text, profile answers, demographic or work-authorization answers, application notes, credentials, or secrets.
exactLocalPathstringyes
expiresAtstringyes
resumeIdintegeryes
runIdintegeryes
sha256stringyes
sizeBytesintegeryes

No output schema declared.

No examples provided.

Common questions

What is the Trackly CLI MCP server?

Trackly CLI is an MCP server listed in the public MCP registry as io.github.trackly-app/trackly. Job search for Claude, ChatGPT, Cursor. 250K+ jobs, 5,400+ companies. OAuth or stdio. This page covers its npm package (trackly-cli).

Is the Trackly CLI MCP server safe to use?

Trackly CLI scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Trackly CLI MCP server expose?

Trackly CLI exposes 58 tools: trackly_search_jobs, trackly_get_job, trackly_search_companies, trackly_list_companies, trackly_get_stats, and 53 more. Their descriptions and schemas cost roughly 7,665 tokens of context every time the server is loaded.

Is the Trackly CLI MCP server still maintained?

Trackly CLI is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Trackly CLI MCP server under?

Trackly CLI declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.