🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ttctl

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttctl

Unofficial CLI and MCP server for the Toptal Talent platform

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
47
-50%
Maintainers
1
Weekly downloads
 
Created
Source

ttctl

npm License

Unofficial CLI and MCP server for Toptal Talent — your own profile, your own session, your own data.

Unofficial. TTCtl is NOT affiliated with, endorsed by, or supported by Toptal LLC. See the project README for the full use policy and disclaimer.

Install

npm install -g ttctl

Or run directly with npx:

npx ttctl --help

Requires Node.js ≥ 22.19.0.

What's in this package

ttctl is the umbrella binary. It bundles two sibling packages so end users get one install:

  • @ttctl/cli — the Commander program (ttctl profile show, ttctl timesheet list, ttctl auth signin, …)
  • @ttctl/mcp — the MCP server (ttctl mcp on stdio)

If you only need part of TTCtl in another program, install the sibling package directly. For interactive use, this umbrella is the package you want.

Quick Start

# 1. Bootstrap config interactively (Form A: 1Password reference, recommended)
ttctl auth init

# 2. Sign in — captures the bearer back into ~/.ttctl.yaml
ttctl auth signin

# 3. Verify
ttctl auth status

# 4. View your profile
ttctl profile show

MCP

# Start the MCP server on stdio (typically spawned by your MCP client)
ttctl mcp

For Claude Desktop / Claude Code / Cursor configuration snippets, the full sub-command reference, configuration shapes (Forms A–D, sync-root exclusions, debug instrumentation), and the disclaimer / fair-use posture, see the project README.

License

AGPL-3.0-only. Using the ttctl binary as a tool does not impose AGPL obligations on your own code; importing the constituent libraries (@ttctl/cli / @ttctl/mcp / @ttctl/core) does. See the project README's License section.

Keywords

toptal-talent

FAQs

Package last updated on 16 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts