# agentpromocode (npm · @agentpromocode/mcp)

ACDP reference MCP server for promo-code resolution and checkout feedback.

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

## Components

- npm · `@agentpromocode/mcp`: 50/100 (this document), [markdown](https://verifymcp.io/servers/fedepellegrini-agentpromocode/agentpromocode-mcp.md), [page](https://verifymcp.io/servers/fedepellegrini-agentpromocode/agentpromocode-mcp)
- pypi · `agentpromocode-mcp`: 20/100, [markdown](https://verifymcp.io/servers/fedepellegrini-agentpromocode/agentpromocode-mcp-2.md), [page](https://verifymcp.io/servers/fedepellegrini-agentpromocode/agentpromocode-mcp-2)

## Channel facts

- Registry: `npm`
- Package: `@agentpromocode/mcp`
- Version: `0.2.1`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - 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**: 6/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 87 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 37/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 108 tokens (~54/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 fedepellegrini-agentpromocode -- npx -y @agentpromocode/mcp
```

### Codex

```bash
codex mcp add fedepellegrini-agentpromocode -- npx -y @agentpromocode/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add fedepellegrini-agentpromocode --command npx --arg -y --arg @agentpromocode/mcp
```

### Hermes

```yaml
mcp_servers:
  fedepellegrini-agentpromocode:
    command: "npx"
    args: ["-y", "@agentpromocode/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "fedepellegrini-agentpromocode": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpromocode/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-02 (score 50, +30)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: fail → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 20, −29)

- [security regression] Known CVEs: partial → unverified
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 49, +43)

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

### 2026-07-30 (score 6, −13)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [functional regression] License: unverified → fail
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Maintenance: unverified → pass

### 2026-07-29 (score 19, +1)

- [functional improvement] Dependency health: unverified → partial

### 2026-07-28 (score 18, −17)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (2)

### `resolve` (~45 tokens)

Resolve best promo offers for a merchant domain + basket (POST /v1/resolve).

Input parameters:

- `agent_id` (string)
- `basket`
- `domain` (string, required)

### `feedback` (~63 tokens)

Report checkout outcome for an attribution_token (POST /v1/feedback). Mandatory data contract.

Input parameters:

- `attribution_token` (string, required)
- `basket_value` (number)
- `code` (string)
- `geo` (string)
- `outcome` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 50
- 2026-08-02: 50
- 2026-08-01: 20
- 2026-07-31: 49
- 2026-07-30: 6
- 2026-07-29: 19
- 2026-07-28: 18
- 2026-07-27: 35

## Links

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