vinted-search-mcp
by marcocot
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VIN_COOKIE | No | Cookies from a browser session, formatted as name=value; name=value. Used to bypass Cloudflare. | |
| VIN_METRICS | No | Whether to serve Prometheus counters on /metrics. Set to false to disable. | true |
| VIN_HTTP_HOST | No | Host for HTTP server to bind to. Set to 0.0.0.0 behind a proxy. | 127.0.0.1 |
| VIN_HTTP_PORT | No | Port for HTTP transport when VIN_TRANSPORT=http. | 3000 |
| VIN_MCP_TOKEN | No | Bearer token for HTTP /mcp endpoint. Required when VIN_TRANSPORT=http and must be at least 32 characters. | |
| VIN_TRANSPORT | No | Transport mode: stdio or http. Use stdio locally, http for serving routes. | stdio |
| VIN_USER_AGENT | No | User-Agent string to use. Overridden by the user agent of a solved session. | a Chrome string |
| VIN_MARKETPLACE | No | Country marketplace to serve. Valid values include it, fr, de, es, uk, pl, com, and 15 more. | it |
| VIN_CACHE_TTL_MS | No | How long an identical search or listing stays cached in memory, in milliseconds. | 300000 |
| VIN_SESSION_TTL_MS | No | Session age in milliseconds before it is refreshed. | 1800000 |
| VIN_FLARESOLVERR_URL | No | FlareSolverr endpoint URL, e.g. http://flaresolverr:8191/v1. Used to solve Cloudflare challenges. | |
| VIN_SESSION_KEEPALIVE | No | Whether to refresh the session in the background so users do not wait for a challenge. | false |
| VIN_HTTP_ALLOWED_HOSTS | No | List of hostnames clients use when behind a proxy, to avoid DNS rebinding protection rejecting requests. | |
| VIN_REQUEST_TIMEOUT_MS | No | Per-request timeout in milliseconds. | 15000 |
| VIN_RATE_LIMIT_PER_MINUTE | No | Local token bucket rate limit per minute, shared by both tools. | 6 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues