# io.github.osfrekt/rekt (npm · rekt-mcp-server)

REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `rekt-mcp-server`
- Version: `1.0.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-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**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 129 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 194 tokens (~64/item across 3 items; 3 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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 osfrekt-rekt -- npx -y rekt-mcp-server
```

### Codex

```bash
codex mcp add osfrekt-rekt -- npx -y rekt-mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add osfrekt-rekt --command npx --arg -y --arg rekt-mcp-server
```

### Hermes

```yaml
mcp_servers:
  osfrekt-rekt:
    command: "npx"
    args: ["-y", "rekt-mcp-server"]
```

### Other

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

## 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-03 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 61, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 16, +16)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 0, −22)

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

### 2026-07-30 (score 22, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 40, +22)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass

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

First indexed and scored.

## MCP tools (3)

### `browse_rekt_products` (~69 tokens)

Browse REKT drinks with AI-discounted pricing. Returns product names, descriptions, images, variants with prices, and inventory.

Input parameters:

- `cursor` (string): Pagination cursor from a previous response
- `limit` (integer): Number of products to return (default 20, max 50)

### `get_rekt_product` (~56 tokens)

Get full details for a single REKT product by ID, including AI-discounted pricing and inventory.

Input parameters:

- `product_id` (string, required): Product ID (numeric or full Shopify GID like gid://shopify/Product/123)

### `checkout_rekt` (~69 tokens)

Create a Shopify checkout for REKT products. Returns a checkout URL for the human to open and pay (card or crypto). Max 10 items. All prices include the AI discount.

Input parameters:

- `buyer_email` (string): Buyer email for order confirmation
- `items` (array, required): Items to purchase

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 16
- 2026-07-31: 0
- 2026-07-30: 22
- 2026-07-28: 40
- 2026-07-27: 18

## Links

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