# jordantete/verychic-mcp [Health: Active]

**Category:** 🚆 Travel & Transportation  
**Repository:** https://github.com/jordantete/verychic-mcp  
**GitHub Stars:** 1  
**Views:** 4  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/jordantete-verychic-mcp

## Description
Read-only, anonymous access to VeryChic flash-sale hotel deals — search and filter offers and read availability and prices by date. No account or API key; runs via uvx.

## Tools
Capabilities this server exposes over MCP:

- **verychic_search_offers** — Offers filtered by `destination`, `country`, `max_price`, `min_discount`, `min_stars`, `flights_included`, `theme`, or proximity (`near_lat`/`near_lng`/`radius_km`), with optional `sort_by`.
- **verychic_offer_details** — One offer's content (advantages, gallery) plus its availability and prices by date.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "verychic-mcp": {
    "command": "uvx",
    "args": ["verychic-mcp"]
  }
}
```

## Documentation

## What jordantete/verychic-mcp MCP server does

The jordantete/verychic-mcp MCP server exposes read-only access to VeryChic hotel and travel offers through MCP. It can find current flash-sale listings and return identifying information such as the offer name, destination, country, price, currency, discount, sales mode, end date, image, advantages, and offer URL.

It does not book travel, authenticate users, or modify offers. Access is anonymous and requires no account or API key. The client also applies a conservative delay of at least one second between requests.

## How it works

The server exposes two tools. `verychic_search_offers` accepts any combination of supported filters. Filters are combined with AND, so a request can narrow results by destination, country, maximum price, minimum discount, minimum hotel stars, flight inclusion, or a curated theme. Geographic searches use latitude, longitude, and optionally a radius in kilometers. Results can be ordered by discount, price, rating, stars, or distance, and the result count can be limited.

Each search result includes a `source` and `external_id`. Pass both values to `verychic_offer_details` to retrieve a specific offer. For hotel offers, that response can include the full offer content, gallery, included benefits, cheapest price, and day-by-day availability with dates, prices, nights, and days.

Package offers marked `ORCHESTRA_TO` may include flights with the hotel. They return offer content and advantages, but dated hotel availability is not supported for that offer type. The response identifies this with `availabilities_supported: false`.

## Setup and configuration

The jordantete/verychic-mcp MCP server runs locally over stdio through `uvx`; Python 3.11 or newer is listed by the project. With `uv` installed, add the following command and argument to an MCP client configuration:

```json
{
  "command": "uvx",
  "args": ["verychic-mcp"]
}
```

The same stdio configuration is documented for Claude Desktop, Claude Code, Cursor, and Windsurf, although each client places the configuration in a different file or command. The server can also be started directly with `uvx verychic-mcp`. The README additionally describes a hosted MCP option for cloud clients that connect over HTTPS.

## Tools and capabilities

- Search offers by destination or country.
- Set maximum price, minimum discount, and minimum star rating filters.
- Include or exclude offers with flights.
- Filter by themes such as spa, luxury, island, city break, nature, pool, or villa.
- Search around coordinates and limit results to a radius.
- Sort by price, discount, rating, stars, or distance.
- Retrieve offer details, advantages, gallery content, and hotel availability by date.

The `verychic_offer_details` tool requires the offer `source` and integer `external_id` returned by a search. Hotel sources use `ORCHESTRA`; tour-operator package sources use `ORCHESTRA_TO`.

## Limitations and notes

The jordantete/verychic-mcp MCP server is read-only. It cannot reserve rooms, purchase packages, log in, or use user credentials. Results reflect the current VeryChic catalogue and may be subject to the service's rate limits or availability changes. Geographic distance filtering requires both `near_lat` and `near_lng`, while `radius_km` requires that search center. The project is released under the MIT license.

_Full upstream README: https://allmcps.com/mcp/jordantete-verychic-mcp/readme_

