Server data from the Official MCP Registry
MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.
MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.
Set these up before or after installing:
Environment variable: VINTED_AUTH_MODE
Environment variable: VINTED_AUTH_COOKIES
Environment variable: VINTED_AUTH_CSRF_TOKEN
Environment variable: VINTED_AUTH_ACCESS_TOKEN
Environment variable: VINTED_PROXY_URL
Environment variable: VINTED_MAX_CONCURRENCY
Environment variable: VINTED_REQUEST_DELAY_MS
Environment variable: VINTED_MAX_RETRIES
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-andrijdavid-vinted-mcp": {
"env": {
"VINTED_AUTH_MODE": "your-vinted-auth-mode-here",
"VINTED_PROXY_URL": "your-vinted-proxy-url-here",
"VINTED_MAX_RETRIES": "your-vinted-max-retries-here",
"VINTED_AUTH_COOKIES": "your-vinted-auth-cookies-here",
"VINTED_AUTH_CSRF_TOKEN": "your-vinted-auth-csrf-token-here",
"VINTED_MAX_CONCURRENCY": "your-vinted-max-concurrency-here",
"VINTED_REQUEST_DELAY_MS": "your-vinted-request-delay-ms-here",
"VINTED_AUTH_ACCESS_TOKEN": "your-vinted-auth-access-token-here"
},
"args": [
"-y",
"@andrijdavid/vinted-mcp"
],
"command": "npx"
}
}
}The server provides secure Vinted marketplace integration with proper authentication handling and environment variable management. Some minor code quality and validation concerns exist, but permissions appropriately match the server's marketplace data access purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 5 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!