MCP Server
MCP
io.github.andrijdavid/vinted-mcp
MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.
Install
npx -y @andrijdavid/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@andrijdavid/vinted-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Auth mode: http | playwright | env",
"format": "string",
"name": "VINTED_AUTH_MODE"
},
{
"description": "Required for env auth mode",
"format": "string",
"isSecret": true,
"name": "VINTED_AUTH_COOKIES"
},
{
"description": "Required for env auth mode",
"format": "string",
"isSecret": true,
"name": "VINTED_AUTH_CSRF_TOKEN"
},
{
"description": "Optional for env auth mode",
"format": "string",
"isSecret": true,
"name": "VINTED_AUTH_ACCESS_TOKEN"
},
{
"description": "Optional network configuration",
"format": "string",
"name": "VINTED_PROXY_URL"
},
{
"description": "Optional performance tuning. Default: 3",
"format": "string",
"name": "VINTED_MAX_CONCURRENCY"
},
{
"description": "Optional performance tuning. Default: 500",
"format": "string",
"name": "VINTED_REQUEST_DELAY_MS"
},
{
"description": "Optional performance tuning. Default: 3",
"format": "string",
"name": "VINTED_MAX_RETRIES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment