mcpbeat

VeryChic Hotel Deals MCP Server

io.github.jordantete/verychic-mcp
answering

VeryChic Hotel Deals is answering right now. Last checked 14 min ago. 96 installs a week from pypi. It exposes 2 tools. Last commit 3 Aug 2026.

Unofficial read-only MCP server for VeryChic hotel offers

Installs per day peak 112 · avg 29 · -41% w/w
a month agotoday
Uptime history 41 hours of history · worst hour 67%
41 hours agonow
98.9%
Uptime 24h
90 of 91 checks
2
Tools
read from the server
276 ms
Response time
average over 24h
96
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add verychic-mcp --transport http https://verychic-mcp.fly.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "verychic-mcp": {
      "url": "https://verychic-mcp.fly.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.verychic-mcp]
url = "https://verychic-mcp.fly.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "verychic-mcp": {
      "url": "https://verychic-mcp.fly.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "verychic-mcp": {
      "url": "https://verychic-mcp.fly.dev/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

verychic
verychic_offer_details
Get full details plus per-date availability and prices for one specific VeryChic offer. When to use: after `verychic_search_offers` returned an offer you want to inspect — pass that offer's `source` and `external_id` here. You must obtain those two identifiers from a search result first; this tool does not search. Behaviour: read-only and anonymous; rate-limited to about 1 request per second; prices in EUR, text in French. Availability is looked up for roughly the next 5 months. For tour-operator packages (`source` = 'ORCHESTRA_TO') VeryChic exposes no date-availability endpoint: `availabilities` is then empty and `availabilities_supported` is false — meaning "not supported", NOT "sold out". Returns an object with: `offer` (same fields as a search result, plus `offer_url`), `advantages`, `included_added_values`, `non_included_added_values`, `gallery` (image URLs), `availabilities` (one entry per check-in date with `date`, `price`, `currency`, `nights`, `days`, `departure_city_code`), `availabilities_supported` (bool), and `cheapest_price` (lowest available price, or null when none).
verychic_search_offers
Search and filter the current VeryChic offers by destination, country, price, discount, stars, flights, theme, or proximity — with optional sorting. When to use: when you already know roughly what the user wants — a place, a country, a budget, a minimum discount or star rating, flights vs hotel-only, a theme (e.g. pool, spa, romantic, last_minute), or hotels near a point (near_lat/near_lng, with an optional radius_km). To inspect one specific offer in depth use `verychic_offer_details`. All filters are optional and combine with AND; call it with no filter to browse the full current catalogue in catalogue order. Behaviour: read-only and anonymous; rate-limited to about 1 request per second. Filtering is done client-side over the live catalogue: `destination` is a case-insensitive substring (matched on destination or name), `country` is an exact case-insensitive match, `max_price`/`min_discount`/`min_stars` are numeric bounds, `flights_included` toggles flight-bearing vs hotel-only, and `theme` matches a curated label decoded from the catalogue's thematics tags. Use `sort_by` to order results (`discount`, `price`, `rating`, `stars`, or `distance`). Prices are in EUR and text is in French; there is no pagination. Returns the first `limit` matches after filtering and sorting. "Current" means live offers at call time; the catalogue changes over time. Returns a list of offer objects (same `source` + `external_id` pair for use with `verychic_offer_details`). Each offer also carries `discount` (percent off, may be null), `stars` (1-5, may be null), `price_label` (human-readable price unit, e.g. "à partir de par pers. pour 3 nuits" vs "par chambre" — read this before comparing prices), `price_with_flights` (EUR, null when not applicable), `flights_included` (bool), `rating` (hotel grade, often null in the catalogue), and `themes` (curated theme labels decoded from the catalogue's thematics tags, e.g. ["pool", "luxury"]). An empty list means no offer matched the filters. Proximity search: pass `near_lat` and `near_lng` (decimal degrees, together) to compute each offer's `distance_km` from that point; add `radius_km` to keep only offers within that distance, and/or `sort_by="distance"` for nearest-first. `distance_km` is null when no center is given.

Endpoints

URLTransportStateLatencyChecked
https://verychic-mcp.fly.dev/mcp streamable-http answering 209 ms 14 min ago

VeryChic Hotel Deals — questions

Answers built from our own checks of this server.

What can VeryChic Hotel Deals do?
It exposes 2 tools, read directly from the server on our last check. Among them: verychic_offer_details, verychic_search_offers. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is VeryChic Hotel Deals working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 276 ms. The bar chart above shows every period we have measured.
How do I connect VeryChic Hotel Deals?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does VeryChic Hotel Deals need an API key?
No. VeryChic Hotel Deals completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is VeryChic Hotel Deals?
It answers our handshake in 276 ms on average, which is faster than 49% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use VeryChic Hotel Deals?
The pypi package verychic-mcp was installed 96 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VeryChic Hotel Deals open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.