# io.github.pijusz/mcp-redtrack (npm · mcp-redtrack)

MCP server for RedTrack affiliate tracking API

- Trust score: 62/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

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

## Channel facts

- Registry: `npm`
- Package: `mcp-redtrack`
- Version: `0.1.4`
- 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-03.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **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 108 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 943 tokens (~72/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add pijusz-mcp-redtrack -- npx -y mcp-redtrack
```

### Codex

```bash
codex mcp add pijusz-mcp-redtrack -- npx -y mcp-redtrack
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add pijusz-mcp-redtrack --command npx --arg -y --arg mcp-redtrack
```

### Hermes

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

### Other

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

## 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-02 (score 62, +44)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 18, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (13)

### `get_campaigns` (~122 tokens)

List RedTrack campaigns with optional filtering by title, status, source, tags, and date range. Returns campaign config and optionally embedded stats when total_stat is true.

Input parameters:

- `date_from` (string)
- `date_to` (string)
- `ids` (string)
- `page` (number)
- `per` (number)
- `sources` (string)
- `status` (string)
- `tags` (string)
- `timezone` (string)
- `title` (string)
- `total_stat` (boolean)

### `get_campaign` (~36 tokens)

Get a single RedTrack campaign by ID with full configuration details including streams, postbacks, and integrations.

Input parameters:

- `id` (string, required)

### `get_campaigns_v2` (~104 tokens)

List RedTrack campaigns using the v2 endpoint. Similar to get_campaigns but with updated response format.

Input parameters:

- `date_from` (string)
- `date_to` (string)
- `ids` (string)
- `page` (number)
- `per` (number)
- `sources` (string)
- `status` (string)
- `tags` (string)
- `timezone` (string)
- `title` (string)

### `get_clicks` (~131 tokens)

Get RedTrack click log entries. Returns click-level data including IP, country, device, campaign, offer, landing, and sub-parameter details. Max 10000 per page.

Input parameters:

- `campaign_id` (string)
- `clickid` (string)
- `country_code` (string)
- `date_from` (string)
- `date_to` (string)
- `fingerprint` (string)
- `network_id` (string)
- `offer_id` (string)
- `page` (number)
- `per` (number)
- `source_id` (string)

### `get_conversions` (~150 tokens)

Get RedTrack conversion log entries. Returns conversion-level data including click ID, payout, cost, revenue, country, device, attribution type, and all sub-parameters. Max 10000 per page.

Input parameters:

- `campaign_id` (string)
- `clickid` (string)
- `country_code` (string)
- `date_from` (string)
- `date_to` (string)
- `fingerprint` (string)
- `network_id` (string)
- `offer_id` (string)
- `page` (number)
- `per` (number)
- `source_id` (string)
- `type` (string)
- `type_role` (string)

### `get_report` (~201 tokens)

Get RedTrack aggregated report grouped by a dimension (e.g. campaign, offer, source, country, sub1-sub20, date, hour). Includes metrics like impressions, clicks, conversions, cost, revenue, profit, ROI, CR, EPC, CPC.

Input parameters:

- `campaign_id` (string)
- `date_from` (string)
- `date_to` (string)
- `group` (string, required)
- `landing_id` (string)
- `network_id` (string)
- `offer_id` (string)
- `page` (number)
- `per` (number)
- `source_id` (string)
- `sub1` (string)
- `sub2` (string)
- `sub3` (string)
- `sub4` (string)
- `sub5` (string)
- `time_interval` (string)
- `timezone` (string)
- `tracks_view` (string)

### `get_offers` (~67 tokens)

List RedTrack offers with optional filtering by title, network, or status.

Input parameters:

- `ids` (string)
- `network_id` (string)
- `page` (number)
- `per` (number)
- `status` (string)
- `title` (string)

### `get_offer` (~27 tokens)

Get a single RedTrack offer by ID with full details.

Input parameters:

- `id` (string, required)

### `get_sources` (~19 tokens)

List all RedTrack traffic sources configured in the account.

### `get_source` (~25 tokens)

Get a single RedTrack traffic source by ID.

Input parameters:

- `id` (string, required)

### `get_networks` (~19 tokens)

List all RedTrack affiliate networks (offer sources).

### `get_landings` (~20 tokens)

List all RedTrack landing pages and prelandings.

### `get_settings` (~22 tokens)

Get RedTrack account settings including timezone, currency, and conversion types.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 18
- 2026-07-31: 18
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 42

## Links

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