io.github.andrijdavid/vinted-mcp✓
io.github.andrijdavid/vinted-mcp · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.andrijdavid/vinted-mcp",
"description": "MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.",
"repository": {
"url": "https://github.com/andrijdavid/vinted-mcp",
"source": "github"
},
"version": "0.1.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}