# io.github.andrijdavid/vinted-mcp (npm · @andrijdavid/vinted-mcp)

MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.

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

## Components

- npm · `@andrijdavid/vinted-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/andrijdavid-vinted-mcp/andrijdavid-vinted-mcp.md), [page](https://verifymcp.io/servers/andrijdavid-vinted-mcp/andrijdavid-vinted-mcp)

## Channel facts

- Registry: `npm`
- Package: `@andrijdavid/vinted-mcp`
- Version: `0.1.2`
- 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-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (AGPL-3.0-or-later).
  - Actively maintained (last published 120 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 521 tokens (~74/item across 7 items; 5 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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 andrijdavid-vinted-mcp -- npx -y @andrijdavid/vinted-mcp
```

### Codex

```bash
codex mcp add andrijdavid-vinted-mcp -- npx -y @andrijdavid/vinted-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add andrijdavid-vinted-mcp --command npx --arg -y --arg @andrijdavid/vinted-mcp
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "andrijdavid-vinted-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/vinted-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-04 (score 70, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-02 (score 70, +36)

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

### 2026-08-01 (score 34, +29)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: AGPL-3.0-or-later

### 2026-07-31 (score 5, −30)

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

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

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (5)

### `search_items` (~182 tokens)

Search Vinted items with filters. Returns items with price, photos, seller info. Supports 19 countries.

Input parameters:

- `brandIds` (array): Filter by brand IDs
- `categoryId` (integer): Vinted category ID filter
- `condition` (array): Condition filter (new_with_tags, new_without_tags, very_good, good, satisfactory)
- `country` (string): Country code (fr, de, uk, it, es, nl, pl, pt, be, at, lt, cz, sk, hu, ro, hr, fi, dk, se)
- `limit` (integer): Max items to return (max 100)
- `priceMax` (number): Maximum price filter
- `priceMin` (number): Minimum price filter
- `query` (string, required): Search keywords
- `sortBy` (string): Sort order

### `get_item` (~68 tokens)

Get full details of a Vinted item by ID or URL. Returns price, description, photos, seller info.

Input parameters:

- `country` (string): Country code
- `itemId` (integer): Vinted item ID
- `url` (string): Vinted item URL (alternative to itemId)

### `get_seller` (~87 tokens)

Get seller profile, stats, reviews, and recent items from Vinted.

Input parameters:

- `country` (string): Country code
- `includeItems` (boolean): Include seller items listing
- `itemLimit` (integer): Max items to include
- `sellerId` (integer): Vinted seller/user ID
- `url` (string): Vinted seller profile URL (alternative to sellerId)

### `compare_prices` (~75 tokens)

Compare prices for a search query across multiple Vinted countries. Great for finding arbitrage opportunities.

Input parameters:

- `countries` (array): Country codes to compare (default: fr, de, it, es, nl, pl)
- `limit` (integer): Items per country to analyse
- `query` (string, required): Search keywords to compare

### `get_trending` (~71 tokens)

Find trending Vinted items with high engagement growth (favourites, views). Detects rising demand.

Input parameters:

- `categoryId` (integer): Category ID filter
- `country` (string): Country code
- `limit` (integer): Max items to return
- `query` (string): Search keywords (optional)

## Diagnostics

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

## Score history

- 2026-08-04: 70
- 2026-08-03: 70
- 2026-08-02: 70
- 2026-08-01: 34
- 2026-07-31: 5
- 2026-07-30: 35
- 2026-07-28: 53
- 2026-07-27: 53

## Links

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