On this page
The tools, in plain words.
Building on CoTrackPro, you'll see names like npm, Git, or MCP and wonder what they are. Here's each one a non-coder bumps into — what it is and why it helps — in one sentence. Hover or tap the dotted terms anywhere on the site for a quick explanation.
Educational and informational only — not legal or clinical advice. Links go to each tool's own site; CoTrackPro doesn't control them.
This list lives alongside the MCP & AI page — MCP is how an AI assistant reaches the CoTrackPro catalog; the rest are the everyday tools around it.
Run code#
Node.js ↗#
The program that runs the CoTrackPro CLI on your computer.
Install it once; the CLI and the SDK need it.
npm ↗#
Comes with Node.js and installs tools by name.
It's how you get the CLI: `npm install -g @cotrackpro/cli`.
Terminal (command line) ↗#
A text window where you type commands instead of clicking.
Where every `cotrackpro …` command runs. macOS: Terminal; Windows: PowerShell.
Write code#
Work with AI#
Claude ↗#
An AI assistant you can paste prompts into.
Paste the prompts the builders generate; connect the catalog via MCP.
Claude Desktop / Claude Code#
Apps that run Claude on your computer and can connect MCP servers.
Where you add the CoTrackPro MCP server (see the MCP page).
MCP (Model Context Protocol)#
A shared standard that lets AI assistants use tools and data.
How an assistant reaches the CoTrackPro catalog directly.
Collaborate#
Formats you'll see#
JSON ↗#
A simple text format for structured data.
The form (parameter set) you build is saved as JSON.
Markdown ↗#
Plain text with light formatting (headings, lists, links).
The guides and documents the tools produce are Markdown.
Run it online#
Google Cloud Shell ↗#
A free terminal that runs in your web browser — nothing to install.
Try the CLI and preview the portal without setting up your computer.
Browse it from the CLI#
cotrackpro tools # the same list, in your terminal
cotrackpro tools --output json # machine-readable
You don't need all of these to start. For the no-code browser tools you need none of them — just a web browser.