
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
vinted-mcp-server
Advanced tools
MCP Server for Vinted marketplace — search items, compare prices, analyze sellers across 19 countries. Works with Claude Desktop, Cursor, and any MCP client.
The first MCP server for the Vinted marketplace. Give your AI assistant the power to search 800M+ listings, compare prices across 19 countries, and analyze seller profiles — all through the Model Context Protocol.
Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.
{
"mcpServers": {
"vinted": {
"command": "npx",
"args": ["-y", "vinted-mcp-server"]
}
}
}
npm install -g vinted-mcp-server
Then add to your MCP client config:
{
"mcpServers": {
"vinted": {
"command": "vinted-mcp-server"
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"vinted": {
"command": "npx",
"args": ["-y", "vinted-mcp-server"]
}
}
}
Settings → MCP Servers → Add:
{
"mcpServers": {
"vinted": {
"command": "npx",
"args": ["-y", "vinted-mcp-server"]
}
}
}
search_itemsSearch Vinted listings with powerful filters.
| Parameter | Type | Description |
|---|---|---|
query | string | Search keywords (required) |
country | string | Country code — fr, de, uk, it, es, nl, pl, pt, be, at, lt, cz, sk, hu, ro, hr, fi, dk, se |
priceMin | number | Minimum price |
priceMax | number | Maximum price |
brandIds | number[] | Filter by brand IDs |
categoryId | number | Vinted category ID |
condition | string[] | new_with_tags, new_without_tags, very_good, good, satisfactory |
sortBy | string | relevance, price_low_to_high, price_high_to_low, newest_first |
limit | number | Max results (up to 100) |
Example prompt: "Search for Nike Air Max on Vinted France under 50€, sort by price"
get_itemGet full details for a specific Vinted item by ID.
| Parameter | Type | Description |
|---|---|---|
itemId | number | Vinted item ID (required) |
country | string | Country code |
Example prompt: "Get details for Vinted item 4283719503"
get_sellerAnalyze a Vinted seller's profile, ratings, and recent items.
| Parameter | Type | Description |
|---|---|---|
sellerId | number | Vinted seller ID (required) |
country | string | Country code |
Example prompt: "Show me the profile of seller 12345678 on Vinted Germany"
compare_pricesCompare prices for an item across multiple Vinted countries.
| Parameter | Type | Description |
|---|---|---|
query | string | Search keywords (required) |
countries | string[] | Countries to compare (default: all) |
limit | number | Items per country |
Example prompt: "Compare prices for 'Levi's 501' across France, Germany, and Italy"
get_trendingDiscover trending items on Vinted.
| Parameter | Type | Description |
|---|---|---|
country | string | Country code |
categoryId | number | Optional category filter |
limit | number | Number of trending items |
Example prompt: "What's trending on Vinted Netherlands right now?"
vinted://countriesReturns the full list of 19 supported Vinted countries with domain, currency, and language info.
vinted://categoriesReturns the Vinted category tree for filtering searches.
| Code | Country | Currency |
|---|---|---|
fr | France | EUR |
de | Germany | EUR |
uk | United Kingdom | GBP |
it | Italy | EUR |
es | Spain | EUR |
nl | Netherlands | EUR |
be | Belgium | EUR |
at | Austria | EUR |
pl | Poland | PLN |
pt | Portugal | EUR |
lt | Lithuania | EUR |
cz | Czech Republic | CZK |
sk | Slovakia | EUR |
hu | Hungary | HUF |
ro | Romania | RON |
hr | Croatia | EUR |
fi | Finland | EUR |
dk | Denmark | DKK |
se | Sweden | SEK |
Looking for programmatic scraping at scale? Check out the Vinted Smart Scraper on Apify — same engine, cloud-scale.
MIT © KazKN
FAQs
MCP Server for Vinted marketplace — search items, compare prices, analyze sellers across 19 countries. Works with Claude Desktop, Cursor, and any MCP client.
The npm package vinted-mcp-server receives a total of 79 weekly downloads. As such, vinted-mcp-server popularity was classified as not popular.
We found that vinted-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.