# io.github.tracetify/tracetify-mcp (npm · tracetify-mcp)

Trace how any product actually grew — 12-source growth reconstruction for competitor research.

- Trust score: 68/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-19

## Components

- npm · `tracetify-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/tracetify-tracetify-mcp/tracetify-mcp.md), [page](https://verifymcp.io/servers/tracetify-tracetify-mcp/tracetify-mcp)

## Channel facts

- Registry: `npm`
- Package: `tracetify-mcp`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-19.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 309 tokens (~61/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add tracetify-tracetify-mcp -- npx -y tracetify-mcp
```

### Codex

```bash
codex mcp add tracetify-tracetify-mcp -- npx -y tracetify-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tracetify-tracetify-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tracetify-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tracetify-tracetify-mcp --command npx --arg -y --arg tracetify-mcp
```

### Hermes

```yaml
mcp_servers:
  tracetify-tracetify-mcp:
    command: "npx"
    args: ["-y", "tracetify-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "tracetify-tracetify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tracetify-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-18 (score 68, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-17 (score 53)

First indexed and scored.

## MCP tools (5)

### `search_reports` (~49 tokens)

Search existing Tracetify growth reports by domain. Reading existing reports is free.

Input parameters:

- `query` (string, required): Domain or fragment, e.g. "weshop" or "weshop.ai"

### `read_report` (~35 tokens)

Read one Tracetify growth report by slug (from search_reports or a completed trace). Free.

Input parameters:

- `slug` (string, required)

### `start_trace` (~90 tokens)

Trace how a product actually grew: 12 sources, takes 60-90s, costs credits from your Tracetify balance. Returns a cached report slug for free when a fresh one already exists. Poll progress with get_trace.

Input parameters:

- `refresh` (boolean): Force a fresh run even if a cached report exists
- `url` (string, required): Domain to trace, e.g. weshop.ai

### `unlock_report` (~101 tokens)

Permanently unlock a report's full timeline, evidence and SEO detail for this account. Costs credits — quote the exact price to the user first (it is in the report's timelineLocked.cost field from read_report) and call this ONLY after they explicitly agree to spend. Idempotent: unlocking an already-unlocked report never charges twice. Returns the full report. The verdict stays on the website — you are the analyst here.

Input parameters:

- `slug` (string, required)

### `get_trace` (~34 tokens)

Check a running trace. When status is "done", read the report with read_report.

Input parameters:

- `job_id` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/tracetify-tracetify-mcp/tracetify-mcp#diagnostics

## Score history

- 2026-08-19: 68
- 2026-08-18: 68
- 2026-08-17: 53

## Links

- npm package: https://www.npmjs.com/package/tracetify-mcp
- Socket report: https://socket.dev/npm/package/tracetify-mcp
- Repository: https://github.com/tracetify/tracetify-mcp
- Website: https://tracetify.com/
- Changelog RSS feed: https://verifymcp.io/servers/tracetify-tracetify-mcp/tracetify-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/tracetify-tracetify-mcp/tracetify-mcp.json
- HTML version of this page: https://verifymcp.io/servers/tracetify-tracetify-mcp/tracetify-mcp
