Vinted

by andrijdavid

Not rated
GitHub

About

An MCP server for Vinted search and analysis that provides tools to search listings, fetch item details, inspect seller profiles, compare prices across countries, and surface trending items.

Details

Author
andrijdavid
Categories
Search, Knowledge Base, Other

Setup

Install Vinted in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/andrijdavid/vinted-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

An MCP server for Vinted search and analysis that provides tools to search listings, fetch item details, inspect seller profiles, compare prices across countries, and surface trending items.

It also exposes resources for supported countries and category data.

Disclaimer: This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Vinted, or any of its subsidiaries or its affiliates. The official Vinted website can be found atvinted.com.

This server works with MCP clients that support localstdioservers.

- Claude Desktop (local):https://support.claude.com/en/articles/10949351-getting-started-with-local-mcp-servers-on-claude-desktop
- Claude Desktop (remote):
https://support.claude.com/en/articles/11175166-getting-started-with-custom-connectors-using-remote-mcp
- ChatGPT (MCP developer mode):
https://platform.openai.com/docs/guides/developer-mode
- ChatGPT (MCP and connectors):
https://platform.openai.com/docs/guides/tools-remote-mcp
- Cursor:
https://docs.cursor.com/context/model-context-protocol
- Windsurf:
https://docs.windsurf.com/windsurf/cascade/mcp
- Cline:
https://docs.cline.bot/mcp/configuring-mcp-servers
- Full MCP client directory:
https://modelcontextprotocol.io/clients

{ "mcpServers": { "vinted": { "command": "npx", "args": ["-y", "@andrijdavid/vinted-mcp"] } } }

This starts the server instdiomode and waits for an MCP client.

{ "mcpServers": { "vinted": { "command": "vinted-mcp" } } }

Run in network mode (Streamable HTTP over TCP)

If you need a network endpoint instead of stdio, run:

VINTED_MCP_TRANSPORT=http VINTED_MCP_HOST=127.0.0.1 VINTED_MCP_PORT=3001 bunx @andrijdavid/vinted-mcp@next

- VINTED_MCP_PATH(default/mcp)
- VINTED_MCP_ENABLE_LEGACY_SSE(defaulttrue)
- VINTED_MCP_LEGACY_SSE_PATH(default/sse)
- VINTED_MCP_LEGACY_MESSAGES_PATH(default/messages)

- Streamable HTTP (recommended):http://127.0.0.1:3001/mcp
- Legacy SSE (older clients):http://127.0.0.1:3001/sse

Pass env vars inline (Windows Command Prompt)

The server auto-loads.envfrom the current working directory.

cp .env.example .env bunx @andrijdavid/vinted-mcp@next
VINTED_MCP_TRANSPORT=http \ VINTED_MCP_HOST=127.0.0.1 \ VINTED_MCP_PORT=3001 \ bunx @andrijdavid/vinted-mcp@next
set VINTED_MCP_TRANSPORT=http set VINTED_MCP_HOST=127.0.0.1 set VINTED_MCP_PORT=3001 bunx @andrijdavid/vinted-mcp@next

The server auto-loads.envfrom the working directory if present.

Search and price tools work anonymously. Anything tied to your account (like_item) needs a logged-in session. Run this once per country:

npx @andrijdavid/vinted-mcp login --country fr

Requirements: Playwright with Chromium (npm i playwright && npx playwright install chromium). SetVINTED_PROFILE_DIRto move the profile root somewhere other than~/.vinted-mcp.

Where no browser can be opened, useVINTED_AUTH_MODE=envand supply the credentials yourself:

Search listings with filters like country, price range, brand IDs, category, condition, sort, and limit.

Get seller profile data and optional recent items bysellerIdorurl.

Compare average and median prices for a query across countries.

Return trending items by engagement score.

Add an item to your favourites byitemIdorurl, or remove it withunlike: true. Needs a logged-in session, seeSigning in. Already-liked items are left alone rather than toggled off.

- vinted://item/{country}/{itemId}
- vinted://seller/{country}/{sellerId}
- vinted://search/{country}/{query}

These templates let clients create direct resource URIs quickly.

- find_best_deal
- screen_seller
- search_item_with_filters
- trending_report
- buy_or_skip_decision
- resale_arbitrage_estimator

These predefined prompts help clients bootstrap common Vinted workflows.

Supported countries:fr,de,uk,it,es,nl,pl,pt,be,at,lt,cz,sk,hu,ro,hr,fi,dk,se.

npm install npm run build npm run bundle npm start

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Fetch, convert, and search AWS documentation pages, with recommendations for related content.

Search campgrounds around the world on campertunity, check availability, and provide booking links.

The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.

All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.

MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.

At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.

Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/

Research tools, including a Sqlite-backed document stash

Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.

SerpApi MCP Server for Google and other search engine results

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.