Trackly CLI MCP Server

Job tracking CLI + MCP server for AI agents. 99K+ jobs, 775+ companies.

Remote serverstreamable-httpGo

What is the Trackly CLI MCP server?

If you already use Trackly CLI, the trackly cli mcp server is the piece that lets your assistant work with it directly. Job tracking CLI + MCP server for AI agents. 99K+ jobs, 775+ companies.

What the server does

Search 128,000+ jobs across 1,900+ companies and 40+ ATS types. Track applications, get AI-powered recommendations, and manage your job search -- from the terminal or through Claude, ChatGPT, Cursor, and other MCP-compatible AI agents.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • trackly_search_jobs — Search and filter jobs by function, company, region, employment type, work arrangement, and status
  • trackly_get_job — Get full details for a specific job
  • trackly_search_companies — Semantic company search
  • trackly_list_companies — List all tracked companies
  • trackly_get_stats — Job tracker metrics and status counts
  • trackly_get_preferences — Read bounded discovery preferences, edit availability, and save revision
  • trackly_update_experience_limits — Atomically replace role-specific limits on a job's stated minimum years
  • trackly_update_status — Mark jobs as applied, saved, or dismissed
  • trackly_ask — Natural language job search (20/day)
  • trackly_get_job_brief — Get network brief for a job (company signal, top contact, actions)
  • trackly_contacts_at_company — Search contacts at a specific company
  • trackly_get_company_workspace — Full company workspace (jobs, contacts, hiring managers, campaigns)

Credentials and setup notes

Configuration is passed through the environment: TRACKLY_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Trackly CLI's toolset — trackly_search_jobs, trackly_get_job, trackly_search_companies and 11 more — is a fair guide to whether it matches your workflow. It is maintained by kevinastuhuaman; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Trackly CLI.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
trackly_search_jobsSearch and filter jobs by function, company, region, employment type, work arrangement, and status
trackly_get_jobGet full details for a specific job
trackly_search_companiesSemantic company search
trackly_list_companiesList all tracked companies
trackly_get_statsJob tracker metrics and status counts
trackly_get_preferencesRead bounded discovery preferences, edit availability, and save revision
trackly_update_experience_limitsAtomically replace role-specific limits on a job's stated minimum years
trackly_update_statusMark jobs as applied, saved, or dismissed
trackly_askNatural language job search (20/day)
trackly_get_job_briefGet network brief for a job (company signal, top contact, actions)
trackly_contacts_at_companySearch contacts at a specific company
trackly_get_company_workspaceFull company workspace (jobs, contacts, hiring managers, campaigns)
trackly_request_companyRequest a company be added to Trackly (rate-limited to 5 pending)
trackly_get_apply_queueGet user-approved jobs ready for execution

How to install the Trackly CLI MCP server

{
  "mcpServers": {
    "trackly": {
      "command": "trackly",
      "args": ["mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
TRACKLY_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Trackly CLI to trackly search jobs.
  • Use Trackly CLI to trackly get job.
  • Use Trackly CLI to trackly search companies.

Frequently asked questions

It connects Trackly CLI to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (trackly_search_jobs, trackly_get_job, trackly_search_companies, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Trackly CLI directly.